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

  /src/external/gpl3/binutils/dist/include/opcode/
m68hc11.h 369 #define M68XG_OP_IMM3 0x0002
  /src/external/gpl3/binutils.old/dist/include/opcode/
m68hc11.h 369 #define M68XG_OP_IMM3 0x0002
  /src/external/gpl3/gdb/dist/include/opcode/
m68hc11.h 369 #define M68XG_OP_IMM3 0x0002
  /src/external/gpl3/gdb.old/dist/include/opcode/
m68hc11.h 369 #define M68XG_OP_IMM3 0x0002
  /src/external/gpl3/binutils/dist/opcodes/
m68hc11-dis.c 255 else if (format & M68XG_OP_IMM3)
m68hc11-opc.c 1587 { "csem", M68XG_OP_IMM3, 2, 0x00f0, 0, 0, 0, 0, 0, cpuxgate, 0xf8ff },
1589 { "ssem", M68XG_OP_IMM3, 2, 0x00f2, 0, 0, 0, 0, 0, cpuxgate, 0xf8ff },
  /src/external/gpl3/binutils.old/dist/opcodes/
m68hc11-dis.c 255 else if (format & M68XG_OP_IMM3)
m68hc11-opc.c 1587 { "csem", M68XG_OP_IMM3, 2, 0x00f0, 0, 0, 0, 0, 0, cpuxgate, 0xf8ff },
1589 { "ssem", M68XG_OP_IMM3, 2, 0x00f2, 0, 0, 0, 0, 0, cpuxgate, 0xf8ff },
  /src/external/gpl3/gdb/dist/opcodes/
m68hc11-dis.c 255 else if (format & M68XG_OP_IMM3)
m68hc11-opc.c 1587 { "csem", M68XG_OP_IMM3, 2, 0x00f0, 0, 0, 0, 0, 0, cpuxgate, 0xf8ff },
1589 { "ssem", M68XG_OP_IMM3, 2, 0x00f2, 0, 0, 0, 0, 0, cpuxgate, 0xf8ff },
  /src/external/gpl3/gdb.old/dist/opcodes/
m68hc11-dis.c 255 else if (format & M68XG_OP_IMM3)
m68hc11-opc.c 1587 { "csem", M68XG_OP_IMM3, 2, 0x00f0, 0, 0, 0, 0, 0, cpuxgate, 0xf8ff },
1589 { "ssem", M68XG_OP_IMM3, 2, 0x00f2, 0, 0, 0, 0, 0, cpuxgate, 0xf8ff },
  /src/external/gpl3/binutils/dist/gas/config/
tc-m68hc11.c 677 if (opcodes->format & (M68XG_OP_IMM3 | M68XG_OP_R | M68XG_OP_REL9
744 if (format & M68XG_OP_IMM3)
1487 case M68XG_OP_IMM3:
2933 if (opc->format & M68XG_OP_IMM3)
2977 if (check_range (operands[0].exp.X_add_number,M68XG_OP_IMM3))
2980 operands[0].mode = M68XG_OP_IMM3;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-m68hc11.c 677 if (opcodes->format & (M68XG_OP_IMM3 | M68XG_OP_R | M68XG_OP_REL9
744 if (format & M68XG_OP_IMM3)
1487 case M68XG_OP_IMM3:
2933 if (opc->format & M68XG_OP_IMM3)
2977 if (check_range (operands[0].exp.X_add_number,M68XG_OP_IMM3))
2980 operands[0].mode = M68XG_OP_IMM3;

Completed in 60 milliseconds