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

/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dm68hc11-dis.c464 #define M6812_DST_MOVE (M6812_OP_IND16_P2 | M6812_OP_IDX_P2)
606 if (format & M6812_OP_IND16_P2)
H A Dm68hc11-opc.c94 #define OP_IND16_p2 M6812_OP_IND16_P2
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dm68hc11-dis.c464 #define M6812_DST_MOVE (M6812_OP_IND16_P2 | M6812_OP_IDX_P2)
606 if (format & M6812_OP_IND16_P2)
H A Dm68hc11-opc.c94 #define OP_IND16_p2 M6812_OP_IND16_P2
/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A Dm68hc11.h333 #define M6812_OP_IND16_P2 0x0010 /* Second parameter indirect abs. */ macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dm68hc11.h333 #define M6812_OP_IND16_P2 0x0010 /* Second parameter indirect abs. */ macro
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-m68hc11.c674 if (opcodes->format & (M6812_OP_IND16_P2 | M6812_OP_IDX_P2))
2135 if (format & (M6812_OP_IND16_P2 | M6812_OP_IDX_P2))
2204 else if (format & M6812_OP_IND16_P2)
2246 if (opcode->format & (M6812_OP_IND16_P2 | M6812_OP_IDX_P2))
2285 if (i != 0 && (format & M6812_OP_IND16_P2) != 0)
2312 && (format & (M6812_OP_IND16_P2 | M6812_OP_IDX_P2)))
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-m68hc11.c675 if (opcodes->format & (M6812_OP_IND16_P2 | M6812_OP_IDX_P2))
2136 if (format & (M6812_OP_IND16_P2 | M6812_OP_IDX_P2))
2205 else if (format & M6812_OP_IND16_P2)
2247 if (opcode->format & (M6812_OP_IND16_P2 | M6812_OP_IDX_P2))
2286 if (i != 0 && (format & M6812_OP_IND16_P2) != 0)
2313 && (format & (M6812_OP_IND16_P2 | M6812_OP_IDX_P2)))

Completed in 193 milliseconds