Searched refs:M6812_OP_JUMP_REL16 (Results 1 – 4 of 4) sorted by relevance
693 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 …]
494 | 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()
91 #define OP_JUMP_REL16 (M6812_OP_JUMP_REL16|OP_BRANCH)
349 #define M6812_OP_JUMP_REL16 0x00040000 /* Pc-relative: <val-16> */ macro