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

/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dm68hc11-dis.c424 (M6811_OP_IMM8 | M6811_OP_IX | M6811_OP_IY | M6811_OP_DIRECT))
445 else if (format & M6811_OP_IX)
449 format &= ~M6811_OP_IX;
H A Dm68hc11-opc.c76 #define OP_IX M6811_OP_IX
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dm68hc11-dis.c424 (M6811_OP_IMM8 | M6811_OP_IX | M6811_OP_IY | M6811_OP_DIRECT))
445 else if (format & M6811_OP_IX)
449 format &= ~M6811_OP_IX;
H A Dm68hc11-opc.c76 #define OP_IX M6811_OP_IX
/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A Dm68hc11.h337 #define M6811_OP_IX 0x0080 /* Indirect IX: <val-8>,x */ macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dm68hc11.h337 #define M6811_OP_IX 0x0080 /* Indirect IX: <val-8>,x */ macro
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-m68hc11.c736 if (format & M6811_OP_IX)
1341 case M6811_OP_IX:
2173 else if (format & (M6811_OP_IX | M6811_OP_IY))
2175 if ((format & M6811_OP_IX) && (operands[0].reg1 != REG_X))
2180 fixup8 (&operands[0].exp, M6811_OP_IX, operands[0].mode);
2321 if (format & M6811_OP_IX && operands[i].reg1 == REG_X)
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-m68hc11.c737 if (format & M6811_OP_IX)
1342 case M6811_OP_IX:
2174 else if (format & (M6811_OP_IX | M6811_OP_IY))
2176 if ((format & M6811_OP_IX) && (operands[0].reg1 != REG_X))
2181 fixup8 (&operands[0].exp, M6811_OP_IX, operands[0].mode);
2322 if (format & M6811_OP_IX && operands[i].reg1 == REG_X)

Completed in 201 milliseconds