OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shl_low
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/binutils/dist/opcodes/
m10300-dis.c
359
int
shl_low
, shr_high, shl_high;
local
368
shl_low
= operand->shift;
369
shl_high = 8 + (8 &
shl_low
) + (
shl_low
& 4) / 4;
374
shl_low
= -operand->shift;
375
shl_high =
shl_low
/ 4;
384
shl_low
= -operand->shift;
395
| ((insn >>
shl_low
) & mask_low));
/src/external/gpl3/binutils.old/dist/opcodes/
m10300-dis.c
359
int
shl_low
, shr_high, shl_high;
local
368
shl_low
= operand->shift;
369
shl_high = 8 + (8 &
shl_low
) + (
shl_low
& 4) / 4;
374
shl_low
= -operand->shift;
375
shl_high =
shl_low
/ 4;
384
shl_low
= -operand->shift;
395
| ((insn >>
shl_low
) & mask_low));
/src/external/gpl3/gdb/dist/opcodes/
m10300-dis.c
359
int
shl_low
, shr_high, shl_high;
local
368
shl_low
= operand->shift;
369
shl_high = 8 + (8 &
shl_low
) + (
shl_low
& 4) / 4;
374
shl_low
= -operand->shift;
375
shl_high =
shl_low
/ 4;
384
shl_low
= -operand->shift;
395
| ((insn >>
shl_low
) & mask_low));
/src/external/gpl3/gdb.old/dist/opcodes/
m10300-dis.c
359
int
shl_low
, shr_high, shl_high;
local
368
shl_low
= operand->shift;
369
shl_high = 8 + (8 &
shl_low
) + (
shl_low
& 4) / 4;
374
shl_low
= -operand->shift;
375
shl_high =
shl_low
/ 4;
384
shl_low
= -operand->shift;
395
| ((insn >>
shl_low
) & mask_low));
/src/external/gpl3/binutils/dist/gas/config/
tc-mn10300.c
1174
int
shl_low
, shr_high, shl_high;
1183
shl_low
= operand->shift;
1184
shl_high = 8 + (8 &
shl_low
) + (
shl_low
& 4) / 4;
1189
shl_low
= -operand->shift;
1190
shl_high =
shl_low
/ 4;
1200
shl_low
= -operand->shift;
1211
| ((val & mask_low) <<
shl_low
));
1171
int
shl_low
, shr_high, shl_high;
local
/src/external/gpl3/binutils.old/dist/gas/config/
tc-mn10300.c
1174
int
shl_low
, shr_high, shl_high;
1183
shl_low
= operand->shift;
1184
shl_high = 8 + (8 &
shl_low
) + (
shl_low
& 4) / 4;
1189
shl_low
= -operand->shift;
1190
shl_high =
shl_low
/ 4;
1200
shl_low
= -operand->shift;
1211
| ((val & mask_low) <<
shl_low
));
1171
int
shl_low
, shr_high, shl_high;
local
Completed in 29 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026