Searched refs:M6811_OP_IMM16 (Results 1 – 4 of 4) sorted by relevance
860 if (format & M6811_OP_IMM16) in print_opcode_format()1171 if (!(opmode & (M6811_OP_IMM8 | M6811_OP_IMM16 | M6811_OP_BITMASK))) in get_operand()1178 mode = M6811_OP_IMM16; in get_operand()1542 case M6811_OP_IMM16: in check_range()1656 if ((opmode & M6811_OP_CALL_ADDR) && (mode & M6811_OP_IMM16)) in fixup16()2512 else if (format & (M6811_OP_IMM16 | M6811_OP_IND16)) in build_insn()2515 format & (M6811_OP_IMM16 | M6811_OP_IND16 | M6812_OP_PAGE), in build_insn()2616 if (mode & M6811_OP_IMM16) in find()2619 (M6811_OP_IMM8 | M6811_OP_IMM16 | M6811_OP_BITMASK)) in find()2772 operands[i].mode = M6811_OP_IMM16; in find_opcode()[all …]
528 && (format & (M6811_OP_IMM8 | M6811_OP_IMM16 | in print_insn()663 if (format & (M6811_OP_IMM16 | M6811_OP_IND16)) in print_insn()714 if (format & M6811_OP_IMM16) in print_insn()716 format &= ~M6811_OP_IMM16; in print_insn()
77 #define OP_IMM16 M6811_OP_IMM16
331 #define M6811_OP_IMM16 0x0004 /* 16 bits immediat: #<val-16bits> */ macro