Searched refs:M6811_OP_JUMP_REL (Results 1 – 4 of 4) sorted by relevance
433 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()
90 #define OP_JUMP_REL (M6811_OP_JUMP_REL|OP_BRANCH)
625 && 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 …]
348 #define M6811_OP_JUMP_REL 0x00020000 /* Pc-Relative: <val-8> */ macro