Searched refs:M6811_OP_DIRECT (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dm68hc11-dis.c542 (M6811_OP_IMM8 | M6811_OP_IX | M6811_OP_IY | M6811_OP_DIRECT))
579 else if (format & M6811_OP_DIRECT)
585 format &= ~M6811_OP_DIRECT;
H A Dm68hc11-opc.c87 #define OP_DIRECT M6811_OP_DIRECT
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dm68hc11-dis.c542 (M6811_OP_IMM8 | M6811_OP_IX | M6811_OP_IY | M6811_OP_DIRECT))
579 else if (format & M6811_OP_DIRECT)
585 format &= ~M6811_OP_DIRECT;
H A Dm68hc11-opc.c87 #define OP_DIRECT M6811_OP_DIRECT
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dm68hc11-dis.c542 (M6811_OP_IMM8 | M6811_OP_IX | M6811_OP_IY | M6811_OP_DIRECT))
579 else if (format & M6811_OP_DIRECT)
585 format &= ~M6811_OP_DIRECT;
H A Dm68hc11-opc.c87 #define OP_DIRECT M6811_OP_DIRECT
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dm68hc11-dis.c542 (M6811_OP_IMM8 | M6811_OP_IX | M6811_OP_IY | M6811_OP_DIRECT))
579 else if (format & M6811_OP_DIRECT)
585 format &= ~M6811_OP_DIRECT;
H A Dm68hc11-opc.c87 #define OP_DIRECT M6811_OP_DIRECT
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dm68hc11.h329 #define M6811_OP_DIRECT 0x0001 /* Page 0 addressing: *<val-8bits> */ macro
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dm68hc11.h329 #define M6811_OP_DIRECT 0x0001 /* Page 0 addressing: *<val-8bits> */ macro
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dm68hc11.h329 #define M6811_OP_DIRECT 0x0001 /* Page 0 addressing: *<val-8bits> */ macro
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dm68hc11.h329 #define M6811_OP_DIRECT 0x0001 /* Page 0 addressing: *<val-8bits> */ macro
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-m68hc11.c908 if (format & M6811_OP_DIRECT)
1137 *<exp> M6811_OP_DIRECT - O_*
1168 if (*p == '*' && (opmode & (M6811_OP_DIRECT | M6811_OP_IND16)))
1170 mode = M6811_OP_DIRECT;
1345 if (mode == M6811_OP_NONE || mode == M6811_OP_DIRECT
1402 if (reg == REG_NONE && mode != M6811_OP_DIRECT
1532 case M6811_OP_DIRECT:
2505 if (format & (M6811_OP_DIRECT | M6811_OP_IMM8))
2508 format & (M6811_OP_DIRECT | M6811_OP_IMM8 | M6812_OP_TRAP_ID),
2631 if (mode == M6811_OP_DIRECT)
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-m68hc11.c908 if (format & M6811_OP_DIRECT)
1137 *<exp> M6811_OP_DIRECT - O_*
1168 if (*p == '*' && (opmode & (M6811_OP_DIRECT | M6811_OP_IND16)))
1170 mode = M6811_OP_DIRECT;
1345 if (mode == M6811_OP_NONE || mode == M6811_OP_DIRECT
1402 if (reg == REG_NONE && mode != M6811_OP_DIRECT
1532 case M6811_OP_DIRECT:
2505 if (format & (M6811_OP_DIRECT | M6811_OP_IMM8))
2508 format & (M6811_OP_DIRECT | M6811_OP_IMM8 | M6812_OP_TRAP_ID),
2631 if (mode == M6811_OP_DIRECT)
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-m68hc11.c906 if (format & M6811_OP_DIRECT)
1135 *<exp> M6811_OP_DIRECT - O_*
1166 if (*p == '*' && (opmode & (M6811_OP_DIRECT | M6811_OP_IND16)))
1168 mode = M6811_OP_DIRECT;
1343 if (mode == M6811_OP_NONE || mode == M6811_OP_DIRECT
1400 if (reg == REG_NONE && mode != M6811_OP_DIRECT
1530 case M6811_OP_DIRECT:
2505 if (format & (M6811_OP_DIRECT | M6811_OP_IMM8))
2508 format & (M6811_OP_DIRECT | M6811_OP_IMM8 | M6812_OP_TRAP_ID),
2631 if (mode == M6811_OP_DIRECT)
[all...]

Completed in 168 milliseconds