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_high
(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
369
shl_high
= 8 + (8 & shl_low) + (shl_low & 4) / 4;
375
shl_high
= shl_low / 4;
385
shl_high
= 0;
394
value = ((((insn >>
shl_high
) << shr_high) & mask_high)
/src/external/gpl3/binutils.old/dist/opcodes/
m10300-dis.c
359
int shl_low, shr_high,
shl_high
;
local
369
shl_high
= 8 + (8 & shl_low) + (shl_low & 4) / 4;
375
shl_high
= shl_low / 4;
385
shl_high
= 0;
394
value = ((((insn >>
shl_high
) << shr_high) & mask_high)
/src/external/gpl3/gdb/dist/opcodes/
m10300-dis.c
359
int shl_low, shr_high,
shl_high
;
local
369
shl_high
= 8 + (8 & shl_low) + (shl_low & 4) / 4;
375
shl_high
= shl_low / 4;
385
shl_high
= 0;
394
value = ((((insn >>
shl_high
) << shr_high) & mask_high)
/src/external/gpl3/gdb.old/dist/opcodes/
m10300-dis.c
359
int shl_low, shr_high,
shl_high
;
local
369
shl_high
= 8 + (8 & shl_low) + (shl_low & 4) / 4;
375
shl_high
= shl_low / 4;
385
shl_high
= 0;
394
value = ((((insn >>
shl_high
) << shr_high) & mask_high)
/src/external/gpl3/binutils/dist/gas/config/
tc-mn10300.c
1174
int shl_low, shr_high,
shl_high
;
1184
shl_high
= 8 + (8 & shl_low) + (shl_low & 4) / 4;
1190
shl_high
= shl_low / 4;
1201
shl_high
= 0;
1210
*insnp |= ((((val & mask_high) >> shr_high) <<
shl_high
)
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
;
1184
shl_high
= 8 + (8 & shl_low) + (shl_low & 4) / 4;
1190
shl_high
= shl_low / 4;
1201
shl_high
= 0;
1210
*insnp |= ((((val & mask_high) >> shr_high) <<
shl_high
)
1171
int shl_low, shr_high,
shl_high
;
local
Completed in 36 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026