Searched refs:M68XG_OP_IMM3 (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | m68hc11.h | 369 #define M68XG_OP_IMM3 0x0002 macro
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-m68hc11.c | 676 if (opcodes->format & (M68XG_OP_IMM3 | M68XG_OP_R | M68XG_OP_REL9 in md_begin() 743 if (format & M68XG_OP_IMM3) in print_opcode_format() 1485 case M68XG_OP_IMM3: in check_range() 2925 if (opc->format & M68XG_OP_IMM3) in md_assemble() 2969 if (check_range (operands[0].exp.X_add_number,M68XG_OP_IMM3)) in md_assemble() 2972 operands[0].mode = M68XG_OP_IMM3; in md_assemble()
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | m68hc11-dis.c | 269 else if (format & M68XG_OP_IMM3) in print_insn()
|
D | 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 },
|