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

  /src/external/gpl3/binutils/dist/opcodes/
m68hc11-dis.c 511 && (format & (M6811_OP_IMM8 | M6811_OP_IMM16 |
542 (M6811_OP_IMM8 | M6811_OP_IX | M6811_OP_IY | M6811_OP_DIRECT))
561 if (format & M6811_OP_IMM8)
564 format &= ~M6811_OP_IMM8;
m68hc11-opc.c 76 #define OP_IMM8 M6811_OP_IMM8
  /src/external/gpl3/binutils.old/dist/opcodes/
m68hc11-dis.c 511 && (format & (M6811_OP_IMM8 | M6811_OP_IMM16 |
542 (M6811_OP_IMM8 | M6811_OP_IX | M6811_OP_IY | M6811_OP_DIRECT))
561 if (format & M6811_OP_IMM8)
564 format &= ~M6811_OP_IMM8;
m68hc11-opc.c 76 #define OP_IMM8 M6811_OP_IMM8
  /src/external/gpl3/gdb/dist/opcodes/
m68hc11-dis.c 511 && (format & (M6811_OP_IMM8 | M6811_OP_IMM16 |
542 (M6811_OP_IMM8 | M6811_OP_IX | M6811_OP_IY | M6811_OP_DIRECT))
561 if (format & M6811_OP_IMM8)
564 format &= ~M6811_OP_IMM8;
m68hc11-opc.c 76 #define OP_IMM8 M6811_OP_IMM8
  /src/external/gpl3/gdb.old/dist/opcodes/
m68hc11-dis.c 511 && (format & (M6811_OP_IMM8 | M6811_OP_IMM16 |
542 (M6811_OP_IMM8 | M6811_OP_IX | M6811_OP_IY | M6811_OP_DIRECT))
561 if (format & M6811_OP_IMM8)
564 format &= ~M6811_OP_IMM8;
m68hc11-opc.c 76 #define OP_IMM8 M6811_OP_IMM8
  /src/external/gpl3/binutils/dist/include/opcode/
m68hc11.h 330 #define M6811_OP_IMM8 0x0002 /* 8 bits immediat: #<val-8bits> */
  /src/external/gpl3/binutils.old/dist/include/opcode/
m68hc11.h 330 #define M6811_OP_IMM8 0x0002 /* 8 bits immediat: #<val-8bits> */
  /src/external/gpl3/gdb/dist/include/opcode/
m68hc11.h 330 #define M6811_OP_IMM8 0x0002 /* 8 bits immediat: #<val-8bits> */
  /src/external/gpl3/gdb.old/dist/include/opcode/
m68hc11.h 330 #define M6811_OP_IMM8 0x0002 /* 8 bits immediat: #<val-8bits> */
  /src/external/gpl3/binutils/dist/gas/config/
tc-m68hc11.c 852 if (format & M6811_OP_IMM8)
1173 if (!(opmode & (M6811_OP_IMM8 | M6811_OP_IMM16 | M6811_OP_BITMASK)))
1534 case M6811_OP_IMM8:
2504 if (format & (M6811_OP_DIRECT | M6811_OP_IMM8))
2507 format & (M6811_OP_DIRECT | M6811_OP_IMM8 | M6812_OP_TRAP_ID),
2626 (M6811_OP_IMM8 | M6811_OP_IMM16 | M6811_OP_BITMASK))
3602 if (operands[0].mode & (M6811_OP_IMM8 | M6811_OP_IMM16
3614 if (operands[0].mode & (M6811_OP_IMM8 | M6811_OP_IMM16))
3619 fixup8 (&operands[0].exp, M6811_OP_IMM8,
3646 if (operands[0].mode & (M6811_OP_IMM8 | M6811_OP_IMM1
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-m68hc11.c 852 if (format & M6811_OP_IMM8)
1173 if (!(opmode & (M6811_OP_IMM8 | M6811_OP_IMM16 | M6811_OP_BITMASK)))
1534 case M6811_OP_IMM8:
2504 if (format & (M6811_OP_DIRECT | M6811_OP_IMM8))
2507 format & (M6811_OP_DIRECT | M6811_OP_IMM8 | M6812_OP_TRAP_ID),
2626 (M6811_OP_IMM8 | M6811_OP_IMM16 | M6811_OP_BITMASK))
3602 if (operands[0].mode & (M6811_OP_IMM8 | M6811_OP_IMM16
3614 if (operands[0].mode & (M6811_OP_IMM8 | M6811_OP_IMM16))
3619 fixup8 (&operands[0].exp, M6811_OP_IMM8,
3646 if (operands[0].mode & (M6811_OP_IMM8 | M6811_OP_IMM1
    [all...]

Completed in 42 milliseconds