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

  /src/external/gpl3/binutils/dist/opcodes/
m68hc11-dis.c 510 offset = ((format & M6812_OP_IDX_P2)
589 #define M6812_DST_MOVE (M6812_OP_IND16_P2 | M6812_OP_IDX_P2)
653 if (format & M6812_OP_IDX_P2)
718 if (format & M6812_OP_IDX_P2)
m68hc11-opc.c 95 #define OP_IDX_p2 M6812_OP_IDX_P2
  /src/external/gpl3/binutils.old/dist/opcodes/
m68hc11-dis.c 510 offset = ((format & M6812_OP_IDX_P2)
589 #define M6812_DST_MOVE (M6812_OP_IND16_P2 | M6812_OP_IDX_P2)
653 if (format & M6812_OP_IDX_P2)
718 if (format & M6812_OP_IDX_P2)
m68hc11-opc.c 95 #define OP_IDX_p2 M6812_OP_IDX_P2
  /src/external/gpl3/gdb/dist/opcodes/
m68hc11-dis.c 510 offset = ((format & M6812_OP_IDX_P2)
589 #define M6812_DST_MOVE (M6812_OP_IND16_P2 | M6812_OP_IDX_P2)
653 if (format & M6812_OP_IDX_P2)
718 if (format & M6812_OP_IDX_P2)
m68hc11-opc.c 95 #define OP_IDX_p2 M6812_OP_IDX_P2
  /src/external/gpl3/gdb.old/dist/opcodes/
m68hc11-dis.c 510 offset = ((format & M6812_OP_IDX_P2)
589 #define M6812_DST_MOVE (M6812_OP_IND16_P2 | M6812_OP_IDX_P2)
653 if (format & M6812_OP_IDX_P2)
718 if (format & M6812_OP_IDX_P2)
m68hc11-opc.c 95 #define OP_IDX_p2 M6812_OP_IDX_P2
  /src/external/gpl3/binutils/dist/include/opcode/
m68hc11.h 364 #define M6812_OP_IDX_P2 0x40000000
  /src/external/gpl3/binutils.old/dist/include/opcode/
m68hc11.h 364 #define M6812_OP_IDX_P2 0x40000000
  /src/external/gpl3/gdb/dist/include/opcode/
m68hc11.h 364 #define M6812_OP_IDX_P2 0x40000000
  /src/external/gpl3/gdb.old/dist/include/opcode/
m68hc11.h 364 #define M6812_OP_IDX_P2 0x40000000
  /src/external/gpl3/binutils/dist/gas/config/
tc-m68hc11.c 696 if (opcodes->format & (M6812_OP_IND16_P2 | M6812_OP_IDX_P2))
1392 if (which == 0 && opmode & M6812_OP_IDX_P2
2487 if (format & (M6812_OP_IND16_P2 | M6812_OP_IDX_P2))
2496 if (format & M6812_OP_IDX_P2)
2500 format &= ~M6812_OP_IDX_P2;
2613 if (opcode->format & (M6812_OP_IND16_P2 | M6812_OP_IDX_P2))
2679 && (format & (M6812_OP_IND16_P2 | M6812_OP_IDX_P2)))
2682 && (format & M6812_OP_IDX_P2))
2699 if (i == 1 && (format & M6812_OP_IDX_P2))
2713 if (i == 1 && format & M6812_OP_IDX_P2)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-m68hc11.c 696 if (opcodes->format & (M6812_OP_IND16_P2 | M6812_OP_IDX_P2))
1392 if (which == 0 && opmode & M6812_OP_IDX_P2
2487 if (format & (M6812_OP_IND16_P2 | M6812_OP_IDX_P2))
2496 if (format & M6812_OP_IDX_P2)
2500 format &= ~M6812_OP_IDX_P2;
2613 if (opcode->format & (M6812_OP_IND16_P2 | M6812_OP_IDX_P2))
2679 && (format & (M6812_OP_IND16_P2 | M6812_OP_IDX_P2)))
2682 && (format & M6812_OP_IDX_P2))
2699 if (i == 1 && (format & M6812_OP_IDX_P2))
2713 if (i == 1 && format & M6812_OP_IDX_P2)
    [all...]

Completed in 44 milliseconds