OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:M6811_OP_IX
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/include/opcode/
m68hc11.h
337
#define
M6811_OP_IX
0x0080 /* Indirect IX: <val-8>,x */
/toolchain/binutils/binutils-2.25/opcodes/
m68hc11-dis.c
559
(M6811_OP_IMM8 |
M6811_OP_IX
| M6811_OP_IY | M6811_OP_DIRECT))
585
else if (format &
M6811_OP_IX
)
589
format &= ~
M6811_OP_IX
;
m68hc11-opc.c
78
#define OP_IX
M6811_OP_IX
[
all
...]
/toolchain/binutils/binutils-2.25/gas/config/
tc-m68hc11.c
875
if (format &
M6811_OP_IX
)
[
all
...]
Completed in 65 milliseconds