OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extra_shift
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
m10200-dis.c
41
int mysize,
extra_shift
;
local
59
extra_shift
= 8;
63
extra_shift
= 16;
65
extra_shift
= 0;
110
value = ((insn >> (operand->shift +
extra_shift
))
117
value = ((insn >> (operand->shift +
extra_shift
))
m10300-dis.c
46
int mysize,
extra_shift
;
local
87
extra_shift
= 8;
91
extra_shift
= 16;
95
extra_shift
= 8;
97
extra_shift
= 0;
414
value = ((insn >> (operand->shift +
extra_shift
))
421
value = ((insn >> (operand->shift +
extra_shift
))
437
value = ((insn >> (operand->shift +
extra_shift
))
449
value = ((insn >> (operand->shift +
extra_shift
))
/toolchain/binutils/binutils-2.25/gas/config/
tc-mn10200.c
917
int
extra_shift
= 0;
1061
extra_shift
= 8;
1064
extra_shift
= 16;
1066
extra_shift
= 0;
1070
0,
extra_shift
);
914
int
extra_shift
= 0;
local
tc-mn10300.c
1271
int
extra_shift
= 0;
1268
int
extra_shift
= 0;
local
[
all
...]
Completed in 4300 milliseconds