/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | avr-dis.c | 37 unsigned int bin_opcode; member 396 assert (opcode->bin_opcode == bin); in print_insn_avr() 412 if ((insn & *maskptr) == opcode->bin_opcode) in print_insn_avr()
|
H A D | msp430-dis.c | 126 if (insn == opcode->bin_opcode) in msp430_nooperands() 227 if (opcode->bin_opcode == 0x4300 && (ad || as)) in msp430_singleoperand() 231 if ((opcode->bin_opcode & 0xff00) == 0x5300 && as == 3) in msp430_singleoperand() 1046 if ((insn & opcode->bin_mask) == opcode->bin_opcode in print_insn_msp430() 1047 && opcode->bin_opcode != 0x9300) in print_insn_msp430() 1089 if (opcode->bin_opcode == 0x1400) in print_insn_msp430()
|
H A D | xgate-dis.c | 101 assert (opcodePTR->bin_opcode == bin); in print_insn() 357 == decodeTablePTR->opcodePTR->bin_opcode) in find_match()
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | avr-dis.c | 37 unsigned int bin_opcode; member 396 assert (opcode->bin_opcode == bin); in print_insn_avr() 412 if ((insn & *maskptr) == opcode->bin_opcode) in print_insn_avr()
|
H A D | msp430-dis.c | 126 if (insn == opcode->bin_opcode) in msp430_nooperands() 227 if (opcode->bin_opcode == 0x4300 && (ad || as)) in msp430_singleoperand() 231 if ((opcode->bin_opcode & 0xff00) == 0x5300 && as == 3) in msp430_singleoperand() 1046 if ((insn & opcode->bin_mask) == opcode->bin_opcode in print_insn_msp430() 1047 && opcode->bin_opcode != 0x9300) in print_insn_msp430() 1089 if (opcode->bin_opcode == 0x1400) in print_insn_msp430()
|
H A D | xgate-dis.c | 101 assert (opcodePTR->bin_opcode == bin); in print_insn() 357 == decodeTablePTR->opcodePTR->bin_opcode) in find_match()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-msp430.c | 2774 int bin = opcode->bin_opcode; /* Opcode mask. */ in msp430_operands() 2883 bin = opcode->bin_opcode; in msp430_operands() 3056 res = msp430_dstoperand (&op1, l1, opcode->bin_opcode, extended_op, true); in msp430_operands() 3161 res = msp430_srcoperand (&op1, l1, opcode->bin_opcode, &imm_op, extended_op, true); in msp430_operands() 3162 res += msp430_dstoperand (&op2, l2, opcode->bin_opcode, extended_op, true); in msp430_operands() 3306 res = msp430_srcoperand (&op1, l1, opcode->bin_opcode, &imm_op, extended_op, false); in msp430_operands() 3349 res = msp430_srcoperand (&op1, l1, opcode->bin_opcode, &imm_op, in msp430_operands() 3456 bin = opcode->bin_opcode; in msp430_operands() 3546 bin = opcode->bin_opcode; in msp430_operands() 3573 bin = opcode->bin_opcode; in msp430_operands() [all …]
|
H A D | tc-avr.c | 45 unsigned int bin_opcode; member 1356 unsigned int bin = opcode->bin_opcode; in avr_operands() 2522 bin = op->bin_opcode | (reg << 4); in avr_emit_insn() 2527 bin = op->bin_opcode | ((reg & 0xf) << 4); in avr_emit_insn()
|
H A D | tc-xgate.c | 1121 unsigned int bin = (int) opcode->bin_opcode; in xgate_scan_operands() 1200 bfd_putl16 (opcode->bin_opcode, frag); in xgate_scan_operands()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-msp430.c | 2776 int bin = opcode->bin_opcode; /* Opcode mask. */ in msp430_operands() 2885 bin = opcode->bin_opcode; in msp430_operands() 3058 res = msp430_dstoperand (&op1, l1, opcode->bin_opcode, extended_op, true); in msp430_operands() 3163 res = msp430_srcoperand (&op1, l1, opcode->bin_opcode, &imm_op, extended_op, true); in msp430_operands() 3164 res += msp430_dstoperand (&op2, l2, opcode->bin_opcode, extended_op, true); in msp430_operands() 3308 res = msp430_srcoperand (&op1, l1, opcode->bin_opcode, &imm_op, extended_op, false); in msp430_operands() 3351 res = msp430_srcoperand (&op1, l1, opcode->bin_opcode, &imm_op, in msp430_operands() 3458 bin = opcode->bin_opcode; in msp430_operands() 3548 bin = opcode->bin_opcode; in msp430_operands() 3575 bin = opcode->bin_opcode; in msp430_operands() [all …]
|
H A D | tc-avr.c | 45 unsigned int bin_opcode; member 1356 unsigned int bin = opcode->bin_opcode; in avr_operands() 2522 bin = op->bin_opcode | (reg << 4); in avr_emit_insn() 2527 bin = op->bin_opcode | ((reg & 0xf) << 4); in avr_emit_insn()
|
H A D | tc-xgate.c | 1123 unsigned int bin = (int) opcode->bin_opcode; in xgate_scan_operands() 1202 bfd_putl16 (opcode->bin_opcode, frag); in xgate_scan_operands()
|
/netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
H A D | xgate.h | 86 unsigned int bin_opcode; /* Binary opcode with operands masked off. */ member
|
H A D | msp430.h | 66 int bin_opcode; member
|
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
H A D | xgate.h | 86 unsigned int bin_opcode; /* Binary opcode with operands masked off. */ member
|
H A D | msp430.h | 66 int bin_opcode; member
|