Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dm68hc11-dis.c433 if (opcode->format & M6811_OP_JUMP_REL) in print_insn()
451 if (!(opcode[j].format & M6811_OP_JUMP_REL)) in print_insn()
494 | M6811_OP_JUMP_REL | M6812_OP_JUMP_REL16)) in print_insn()
634 if ((format & M6812_OP_REG) && (format & M6811_OP_JUMP_REL)) in print_insn()
649 format &= ~(M6812_OP_REG | M6811_OP_JUMP_REL); in print_insn()
782 (format & M6811_OP_JUMP_REL ? ", " : "")); in print_insn()
785 if (format & M6811_OP_JUMP_REL) in print_insn()
797 format &= ~M6811_OP_JUMP_REL; in print_insn()
Dm68hc11-opc.c90 #define OP_JUMP_REL (M6811_OP_JUMP_REL|OP_BRANCH)
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-m68hc11.c625 && opcodes[num_opcodes].format & M6811_OP_JUMP_REL in md_begin()
693 if (opcodes->format & (M6811_OP_JUMP_REL | M6812_OP_JUMP_REL16)) in md_begin()
925 if (format & M6811_OP_JUMP_REL) in print_opcode_format()
939 if (format & (M6811_OP_JUMP_REL | M6812_OP_JUMP_REL16)) in print_opcode_format()
1212 mode = M6811_OP_JUMP_REL; in get_operand()
1378 oper->mode = M6811_OP_IND16 | M6811_OP_JUMP_REL; in get_operand()
1463 mode = M6811_OP_IND16 | M6811_OP_JUMP_REL; in get_operand()
1537 case M6811_OP_JUMP_REL: in check_range()
1599 if (mode == M6811_OP_JUMP_REL) in fixup8()
1926 fixup8 (&operands[0].exp, M6811_OP_JUMP_REL, M6811_OP_JUMP_REL); in build_jump_insn()
[all …]
/toolchain/binutils/binutils-2.27/include/opcode/
Dm68hc11.h348 #define M6811_OP_JUMP_REL 0x00020000 /* Pc-Relative: <val-8> */ macro