Searched refs:M68XG_OP_REL9 (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | m68hc11-opc.c | 1637 { "bcc", M68XG_OP_REL9, 2, 0x2000, 0, 0, 0, 0, 0, cpuxgate, 0xfe00 }, 1638 { "bhs", M68XG_OP_REL9, 2, 0x2000, 0, 0, 0, 0, 0, cpuxgate, 0x0000 }, /* Synonym. */ 1639 { "bcs", M68XG_OP_REL9, 2, 0x2200, 0, 0, 0, 0, 0, cpuxgate, 0xfe00 }, 1640 { "blo", M68XG_OP_REL9, 2, 0x2200, 0, 0, 0, 0, 0, cpuxgate, 0xfe00 }, /* Synonym. */ 1641 { "bne", M68XG_OP_REL9, 2, 0x2400, 0, 0, 0, 0, 0, cpuxgate, 0xfe00 }, 1642 { "beq", M68XG_OP_REL9, 2, 0x2600, 0, 0, 0, 0, 0, cpuxgate, 0xfe00 }, 1643 { "bpl", M68XG_OP_REL9, 2, 0x2800, 0, 0, 0, 0, 0, cpuxgate, 0xfe00 }, 1644 { "bmi", M68XG_OP_REL9, 2, 0x2a00, 0, 0, 0, 0, 0, cpuxgate, 0xfe00 }, 1645 { "bvc", M68XG_OP_REL9, 2, 0x2c00, 0, 0, 0, 0, 0, cpuxgate, 0xfe00 }, 1646 { "bvs", M68XG_OP_REL9, 2, 0x2e00, 0, 0, 0, 0, 0, cpuxgate, 0xfe00 }, [all …]
|
D | m68hc11-dis.c | 295 else if (format & M68XG_OP_REL9) in print_insn()
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | m68hc11.h | 374 #define M68XG_OP_REL9 0x0040 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() 783 else if (format & M68XG_OP_REL9) in print_opcode_format() 1748 if (mode == M68XG_OP_REL9) in fixup8_xg() 2415 else if (format & M68XG_OP_REL9) in build_insn_xg() 2419 fixup8_xg (&operands[0].exp, format, M68XG_OP_REL9); in build_insn_xg() 3065 if (opc->format & (M68XG_OP_REL9 | M68XG_OP_REL10)) in md_assemble()
|