OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ABSJMP
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
tc-h8300.c
1174
else if ((op &
ABSJMP
) && (x_mode == ABS || x_mode == PCREL))
1177
operands[i].mode |=
ABSJMP
;
[
all
...]
/toolchain/binutils/binutils-2.25/opcodes/
h8300-dis.c
251
else if ((x & MODE) == ABS || (x &
ABSJMP
))
/toolchain/binutils/binutils-2.25/include/opcode/
h8300.h
108
ABSJMP
= 0x400000,
[
all
...]
Completed in 245 milliseconds