Searched refs:M6811_OP_IND16 (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-m68hc11.c588 (((MODE) & (M6812_OP_PAGE|M6811_OP_IND16)) \
589 == ((M6812_OP_PAGE|M6811_OP_IND16)))
678 && !(opcodes->format & M6811_OP_IND16))
796 if (format & M6811_OP_IND16)
981 <exp> M6811_OP_IND16 - O_*
1010 if (*p == '*' && (opmode & (M6811_OP_DIRECT | M6811_OP_IND16)))
1090 mode = M6811_OP_PAGE_ADDR | M6812_OP_PAGE | M6811_OP_IND16;
1224 oper->mode = M6811_OP_IND16 | M6811_OP_JUMP_REL;
1245 && !(mode == M6811_OP_NONE && opmode & M6811_OP_IND16))
1309 mode = M6811_OP_IND16 | M6811_OP_JUMP_RE
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-m68hc11.c589 (((MODE) & (M6812_OP_PAGE|M6811_OP_IND16)) \
590 == ((M6812_OP_PAGE|M6811_OP_IND16)))
679 && !(opcodes->format & M6811_OP_IND16))
797 if (format & M6811_OP_IND16)
982 <exp> M6811_OP_IND16 - O_*
1011 if (*p == '*' && (opmode & (M6811_OP_DIRECT | M6811_OP_IND16)))
1091 mode = M6811_OP_PAGE_ADDR | M6812_OP_PAGE | M6811_OP_IND16;
1225 oper->mode = M6811_OP_IND16 | M6811_OP_JUMP_REL;
1246 && !(mode == M6811_OP_NONE && opmode & M6811_OP_IND16))
1310 mode = M6811_OP_IND16 | M6811_OP_JUMP_RE
[all...]
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dm68hc11-dis.c419 M6811_OP_IND16)));
473 if (format & M6811_OP_IND16)
524 if (format & (M6811_OP_IMM16 | M6811_OP_IND16))
582 format &= ~M6811_OP_IND16;
H A Dm68hc11-opc.c78 #define OP_IND16 M6811_OP_IND16
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dm68hc11-dis.c419 M6811_OP_IND16)));
473 if (format & M6811_OP_IND16)
524 if (format & (M6811_OP_IMM16 | M6811_OP_IND16))
582 format &= ~M6811_OP_IND16;
H A Dm68hc11-opc.c78 #define OP_IND16 M6811_OP_IND16
/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A Dm68hc11.h332 #define M6811_OP_IND16 0x0008 /* Indirect abs: <val-16> */ macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dm68hc11.h332 #define M6811_OP_IND16 0x0008 /* Indirect abs: <val-16> */ macro

Completed in 195 milliseconds