OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lowbyte
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/binutils/dist/opcodes/
arc-dis.c
962
unsigned int highbyte,
lowbyte
;
local
986
lowbyte
= info->endian == BFD_ENDIAN_LITTLE ? 0 : 1;
1073
insn_len = arc_insn_length (buffer[highbyte], buffer[
lowbyte
], info);
1084
insn = (buffer[highbyte] << 8) | buffer[
lowbyte
];
1110
| ((unsigned long long) buffer[
lowbyte
] << 32);
/src/external/gpl3/binutils.old/dist/opcodes/
arc-dis.c
963
unsigned int highbyte,
lowbyte
;
local
987
lowbyte
= info->endian == BFD_ENDIAN_LITTLE ? 0 : 1;
1074
insn_len = arc_insn_length (buffer[highbyte], buffer[
lowbyte
], info);
1085
insn = (buffer[highbyte] << 8) | buffer[
lowbyte
];
1111
| ((unsigned long long) buffer[
lowbyte
] << 32);
/src/external/gpl3/gdb.old/dist/opcodes/
arc-dis.c
963
unsigned int highbyte,
lowbyte
;
local
987
lowbyte
= info->endian == BFD_ENDIAN_LITTLE ? 0 : 1;
1074
insn_len = arc_insn_length (buffer[highbyte], buffer[
lowbyte
], info);
1085
insn = (buffer[highbyte] << 8) | buffer[
lowbyte
];
1111
| ((unsigned long long) buffer[
lowbyte
] << 32);
/src/external/gpl3/gdb/dist/opcodes/
arc-dis.c
963
unsigned int highbyte,
lowbyte
;
local
987
lowbyte
= info->endian == BFD_ENDIAN_LITTLE ? 0 : 1;
1074
insn_len = arc_insn_length (buffer[highbyte], buffer[
lowbyte
], info);
1085
insn = (buffer[highbyte] << 8) | buffer[
lowbyte
];
1111
| ((unsigned long long) buffer[
lowbyte
] << 32);
/src/external/gpl3/binutils/dist/gas/config/
tc-sh.c
3074
int
lowbyte
= target_big_endian ? 1 : 0;
3093
buffer[
lowbyte
+ 2] = 0;
3106
buffer[
lowbyte
+ 4] = 0x9;
3398
int
lowbyte
= target_big_endian ? 1 : 0;
3467
buf[
lowbyte
] = val & 0xff;
3473
buf[
lowbyte
] = (val >> 1) & 0xff;
3479
buf[
lowbyte
] = (val >> 2) & 0xff;
3485
buf[
lowbyte
] = (val >> 3) & 0xff;
3582
buf[
lowbyte
] = val;
3589
buf[
lowbyte
] = val
3070
int
lowbyte
= target_big_endian ? 1 : 0;
local
3394
int
lowbyte
= target_big_endian ? 1 : 0;
local
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-sh.c
3074
int
lowbyte
= target_big_endian ? 1 : 0;
3093
buffer[
lowbyte
+ 2] = 0;
3106
buffer[
lowbyte
+ 4] = 0x9;
3398
int
lowbyte
= target_big_endian ? 1 : 0;
3467
buf[
lowbyte
] = val & 0xff;
3473
buf[
lowbyte
] = (val >> 1) & 0xff;
3479
buf[
lowbyte
] = (val >> 2) & 0xff;
3485
buf[
lowbyte
] = (val >> 3) & 0xff;
3582
buf[
lowbyte
] = val;
3589
buf[
lowbyte
] = val
3070
int
lowbyte
= target_big_endian ? 1 : 0;
local
3394
int
lowbyte
= target_big_endian ? 1 : 0;
local
[
all
...]
Completed in 25 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026