HomeSort by: relevance | last modified time | path
    Searched refs:M6811_OP_IY (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
m68hc11-dis.c 542 (M6811_OP_IMM8 | M6811_OP_IX | M6811_OP_IY | M6811_OP_DIRECT))
574 else if (format & M6811_OP_IY)
577 format &= ~M6811_OP_IY;
m68hc11-opc.c 79 #define OP_IY M6811_OP_IY
  /src/external/gpl3/binutils.old/dist/opcodes/
m68hc11-dis.c 542 (M6811_OP_IMM8 | M6811_OP_IX | M6811_OP_IY | M6811_OP_DIRECT))
574 else if (format & M6811_OP_IY)
577 format &= ~M6811_OP_IY;
m68hc11-opc.c 79 #define OP_IY M6811_OP_IY
  /src/external/gpl3/gdb/dist/opcodes/
m68hc11-dis.c 542 (M6811_OP_IMM8 | M6811_OP_IX | M6811_OP_IY | M6811_OP_DIRECT))
574 else if (format & M6811_OP_IY)
577 format &= ~M6811_OP_IY;
m68hc11-opc.c 79 #define OP_IY M6811_OP_IY
  /src/external/gpl3/gdb.old/dist/opcodes/
m68hc11-dis.c 542 (M6811_OP_IMM8 | M6811_OP_IX | M6811_OP_IY | M6811_OP_DIRECT))
574 else if (format & M6811_OP_IY)
577 format &= ~M6811_OP_IY;
m68hc11-opc.c 79 #define OP_IY M6811_OP_IY
  /src/external/gpl3/binutils/dist/include/opcode/
m68hc11.h 338 #define M6811_OP_IY 0x0100 /* Indirect IY: <val-8>,y */
  /src/external/gpl3/binutils.old/dist/include/opcode/
m68hc11.h 338 #define M6811_OP_IY 0x0100 /* Indirect IY: <val-8>,y */
  /src/external/gpl3/gdb/dist/include/opcode/
m68hc11.h 338 #define M6811_OP_IY 0x0100 /* Indirect IY: <val-8>,y */
  /src/external/gpl3/gdb.old/dist/include/opcode/
m68hc11.h 338 #define M6811_OP_IY 0x0100 /* Indirect IY: <val-8>,y */
  /src/external/gpl3/binutils/dist/gas/config/
tc-m68hc11.c 879 if (format & M6811_OP_IY)
1529 case M6811_OP_IY:
2525 else if (format & (M6811_OP_IX | M6811_OP_IY))
2529 if ((format & M6811_OP_IY) && (operands[0].reg1 != REG_Y))
2690 if (format & M6811_OP_IY && operands[i].reg1 == REG_Y)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-m68hc11.c 879 if (format & M6811_OP_IY)
1529 case M6811_OP_IY:
2525 else if (format & (M6811_OP_IX | M6811_OP_IY))
2529 if ((format & M6811_OP_IY) && (operands[0].reg1 != REG_Y))
2690 if (format & M6811_OP_IY && operands[i].reg1 == REG_Y)

Completed in 44 milliseconds