Home
last modified time | relevance | path

Searched refs:M6812_OP_JUMP_REL16 (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-m68hc11.c693 if (opcodes->format & (M6811_OP_JUMP_REL | M6812_OP_JUMP_REL16)) in md_begin()
939 if (format & (M6811_OP_JUMP_REL | M6812_OP_JUMP_REL16)) in print_opcode_format()
1520 if (mode & M6812_OP_JUMP_REL16) in check_range()
1658 else if (mode & M6812_OP_JUMP_REL16) in fixup16()
1865 fixup16 (&operands[0].exp, M6812_OP_JUMP_REL16, in build_jump_insn()
1866 M6812_OP_JUMP_REL16); in build_jump_insn()
1890 else if (opcode->format & M6812_OP_JUMP_REL16) in build_jump_insn()
1904 else if (opcode->format & M6812_OP_JUMP_REL16) in build_jump_insn()
1912 fixup16 (&operands[0].exp, M6812_OP_JUMP_REL16, M6812_OP_JUMP_REL16); in build_jump_insn()
2604 if (opcode->format & (M6811_OP_JUMP_REL | M6812_OP_JUMP_REL16)) in find()
[all …]
/toolchain/binutils/binutils-2.27/opcodes/
Dm68hc11-dis.c494 | M6811_OP_JUMP_REL | M6812_OP_JUMP_REL16)) in print_insn()
799 else if (format & M6812_OP_JUMP_REL16) in print_insn()
814 format &= ~M6812_OP_JUMP_REL16; in print_insn()
Dm68hc11-opc.c91 #define OP_JUMP_REL16 (M6812_OP_JUMP_REL16|OP_BRANCH)
/toolchain/binutils/binutils-2.27/include/opcode/
Dm68hc11.h349 #define M6812_OP_JUMP_REL16 0x00040000 /* Pc-relative: <val-16> */ macro