Home
last modified time | relevance | path

Searched refs:bin_opcode (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.27/opcodes/
Davr-dis.c36 unsigned int bin_opcode; member
337 assert (opcode->bin_opcode == bin); in print_insn_avr()
352 if ((insn & *maskptr) == opcode->bin_opcode) in print_insn_avr()
Dmsp430-dis.c126 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()
1001 if ((insn & opcode->bin_mask) == opcode->bin_opcode in print_insn_msp430()
1002 && opcode->bin_opcode != 0x9300) in print_insn_msp430()
1036 if (opcode->bin_opcode == 0x1400) in print_insn_msp430()
Dxgate-dis.c101 assert (opcodePTR->bin_opcode == bin); in print_insn()
358 == decodeTablePTR->opcodePTR->bin_opcode) in find_match()
/toolchain/binutils/binutils-2.27/include/opcode/
Dxgate.h86 unsigned int bin_opcode; /* Binary opcode with operands masked off. */ member
Dmsp430.h51 int bin_opcode; member
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-msp430.c2458 int bin = opcode->bin_opcode; /* Opcode mask. */ in msp430_operands()
2560 bin = opcode->bin_opcode; in msp430_operands()
2715 res = msp430_dstoperand (&op1, l1, opcode->bin_opcode, extended_op, TRUE); in msp430_operands()
2823 res = msp430_srcoperand (&op1, l1, opcode->bin_opcode, &imm_op, extended_op, TRUE); in msp430_operands()
2824 res += msp430_dstoperand (&op2, l2, opcode->bin_opcode, extended_op, TRUE); in msp430_operands()
2966 res = msp430_srcoperand (&op1, l1, opcode->bin_opcode, &imm_op, extended_op, FALSE); in msp430_operands()
3009 res = msp430_srcoperand (&op1, l1, opcode->bin_opcode, &imm_op, in msp430_operands()
3111 bin = opcode->bin_opcode; in msp430_operands()
3196 bin = opcode->bin_opcode; in msp430_operands()
3223 bin = opcode->bin_opcode; in msp430_operands()
[all …]
Dtc-xgate.c1115 unsigned int bin = (int) opcode->bin_opcode; in xgate_scan_operands()
1194 bfd_putl16 (opcode->bin_opcode, frag); in xgate_scan_operands()
Dtc-avr.c45 unsigned int bin_opcode; member
1139 unsigned int bin = opcode->bin_opcode; in avr_operands()