Searched refs:M68XG_OP_R_R_OFFS5 (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | m68hc11.h | 376 #define M68XG_OP_R_R_OFFS5 0x0100 macro
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-m68hc11.c | 682 else if (opcodes->format & (M68XG_OP_R_R_R | M68XG_OP_R_R_OFFS5 in md_begin() 799 else if (format & M68XG_OP_R_R_OFFS5) in print_opcode_format() 1491 case M68XG_OP_R_R_OFFS5: in check_range() 3351 opcode_local.format = M68XG_OP_R_R_OFFS5; in md_assemble() 3352 operands[0].mode = M68XG_OP_R_R_OFFS5; in md_assemble() 3367 M68XG_OP_R_R_OFFS5)) in md_assemble()
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | m68hc11-opc.c | 1655 { "ldb", M68XG_OP_R_R_OFFS5, 2, 0x4000, 0, 0, 0, 0, 0, cpuxgate, 0xf800 }, 1656 { "ldw", M68XG_OP_R_R_OFFS5, 2, 0x4800, 0, 0, 0, 0, 0, cpuxgate, 0xf800 }, 1657 { "stb", M68XG_OP_R_R_OFFS5, 2, 0x5000, 0, 0, 0, 0, 0, cpuxgate, 0xf800 }, 1658 { "stw", M68XG_OP_R_R_OFFS5, 2, 0x5800, 0, 0, 0, 0, 0, cpuxgate, 0xf800 },
|
D | m68hc11-dis.c | 286 else if (format & M68XG_OP_R_R_OFFS5) in print_insn()
|