OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:high_byte
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-sh.c
1854
int
high_byte
= target_big_endian ? 0 : 1;
1867
p[
high_byte
] = (opcode->nibbles[0] << 4) | (opcode->nibbles[1]);
1878
p[
high_byte
] = (opcode->nibbles[0] << 4);
1852
int
high_byte
= target_big_endian ? 0 : 1;
local
/src/external/gpl3/binutils.old/dist/gas/config/
tc-sh.c
1854
int
high_byte
= target_big_endian ? 0 : 1;
1867
p[
high_byte
] = (opcode->nibbles[0] << 4) | (opcode->nibbles[1]);
1878
p[
high_byte
] = (opcode->nibbles[0] << 4);
1852
int
high_byte
= target_big_endian ? 0 : 1;
local
Completed in 59 milliseconds
Indexes created Thu Mar 26 00:23:24 UTC 2026