Searched refs:M68XG_OP_R_IMM16 (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | m68hc11-opc.c | 1702 { "and", M68XG_OP_R_IMM16, 2, 0x8000, 0, 0, 0, 0, 0, cpuxgate, 0x0000 }, 1703 { "bit", M68XG_OP_R_IMM16, 2, 0x9000, 0, 0, 0, 0, 0, cpuxgate, 0x0000 }, 1704 { "or", M68XG_OP_R_IMM16, 2, 0xa000, 0, 0, 0, 0, 0, cpuxgate, 0x0000 }, 1705 { "xnor", M68XG_OP_R_IMM16, 2, 0xb000, 0, 0, 0, 0, 0, cpuxgate, 0x0000 }, 1707 { "sub", M68XG_OP_R_IMM16, 2, 0xc000, 0, 0, 0, 0, 0, cpuxgate, 0x0000 }, 1708 { "cmp", M68XG_OP_R_IMM16, 2, 0xd000, 0, 0, 0, 0, 0, cpuxgate, 0x0000 }, 1709 { "add", M68XG_OP_R_IMM16, 2, 0xe000, 0, 0, 0, 0, 0, cpuxgate, 0x0000 }, 1711 { "ld", M68XG_OP_R_IMM16, 2, 0xf000, 0, 0, 0, 0, 0, cpuxgate, 0x0000 }, 1712 { "ldw", M68XG_OP_R_IMM16, 2, 0xf000, 0, 0, 0, 0, 0, cpuxgate, 0x0000 }
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | m68hc11.h | 381 #define M68XG_OP_R_IMM16 0x2000 macro
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-m68hc11.c | 839 else if (format & M68XG_OP_R_IMM16) in print_opcode_format() 1497 case M68XG_OP_R_IMM16: in check_range() 2387 else if (format & M68XG_OP_R_IMM16) in build_insn_xg() 3124 & (M68XG_OP_R_IMM8 | M68XG_OP_R_IMM16 | M68XG_OP_R_IMM4))) in md_assemble() 3156 & (M68XG_OP_R_IMM8 | M68XG_OP_R_IMM16 | M68XG_OP_R_IMM4); in md_assemble() 3179 else if (opcode_local.format & M68XG_OP_R_IMM16) in md_assemble() 3181 operands[0].mode = M68XG_OP_R_IMM16; in md_assemble()
|