Home
last modified time | relevance | path

Searched refs:match_bits (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/include/opcode/
Dcrx.h265 int match_bits; member
Dcr16.h262 int match_bits; member
/toolchain/binutils/binutils-2.25/opcodes/
Dcrx-dis.c343 mask = SBM(instruction->match_bits); in build_mask()
367 if ((doubleWord & mask) == BIN(instruction->match, instruction->match_bits)) in match_opcode()
Dcr16-dis.c306 unsigned long mask = SBM (instruction->match_bits); in build_mask()
337 instruction->match_bits)) in cr16_match_opcode()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-crx.c1485 output_opcode[0] = BIN (instruction->match, instruction->match_bits); in assemble_insn()
1635 output_opcode[0] = BIN (instruction->match, instruction->match_bits); in assemble_insn()
Dtc-cr16.c2236 output_opcode[0] = BIN (instruction->match, instruction->match_bits); in assemble_insn()
2380 output_opcode[0] = BIN (instruction->match, instruction->match_bits); in assemble_insn()