Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dm68hc11-dis.c528 && (format & (M6811_OP_IMM8 | M6811_OP_IMM16 | in print_insn()
559 (M6811_OP_IMM8 | M6811_OP_IX | M6811_OP_IY | M6811_OP_DIRECT)) in print_insn()
578 if (format & M6811_OP_IMM8) in print_insn()
581 format &= ~M6811_OP_IMM8; in print_insn()
Dm68hc11-opc.c76 #define OP_IMM8 M6811_OP_IMM8
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-m68hc11.c851 if (format & M6811_OP_IMM8) in print_opcode_format()
1171 if (!(opmode & (M6811_OP_IMM8 | M6811_OP_IMM16 | M6811_OP_BITMASK))) in get_operand()
1532 case M6811_OP_IMM8: in check_range()
2498 if (format & (M6811_OP_DIRECT | M6811_OP_IMM8)) in build_insn()
2501 format & (M6811_OP_DIRECT | M6811_OP_IMM8 | M6812_OP_TRAP_ID), in build_insn()
2619 (M6811_OP_IMM8 | M6811_OP_IMM16 | M6811_OP_BITMASK)) in find()
3595 if (operands[0].mode & (M6811_OP_IMM8 | M6811_OP_IMM16 in md_assemble()
3607 if (operands[0].mode & (M6811_OP_IMM8 | M6811_OP_IMM16)) in md_assemble()
3612 fixup8 (&operands[0].exp, M6811_OP_IMM8, in md_assemble()
3639 if (operands[0].mode & (M6811_OP_IMM8 | M6811_OP_IMM16 in md_assemble()
[all …]
/toolchain/binutils/binutils-2.27/include/opcode/
Dm68hc11.h330 #define M6811_OP_IMM8 0x0002 /* 8 bits immediat: #<val-8bits> */ macro