Searched refs:insn_opcode (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-mips.c156 unsigned long insn_opcode; member in struct:mips_cl_insn
961 INSERT_BITS ((INSN).insn_opcode, VALUE, OP_MASK_##FIELD, OP_SH_##FIELD)
963 INSERT_BITS ((INSN).insn_opcode, VALUE, \
968 EXTRACT_BITS ((INSN).insn_opcode, OP_MASK_##FIELD, OP_SH_##FIELD)
970 EXTRACT_BITS ((INSN).insn_opcode, \
1330 insn->insn_opcode = mo->match;
1347 md_number_to_chars (f, insn->insn_opcode, 4);
1350 md_number_to_chars (f, insn->insn_opcode >> 16, 2);
1351 md_number_to_chars (f + 2, insn->insn_opcode & 0xffff, 2);
1360 md_number_to_chars (f, insn->insn_opcode,
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DEmulateInstruction.h418 SetInstruction (const Opcode &insn_opcode, const Address &inst_addr, Target *target);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h164 SetInstruction (const Opcode &insn_opcode, const Address &inst_addr, Target *target);
H A DEmulateInstructionARM.cpp12871 EmulateInstructionARM::SetInstruction (const Opcode &insn_opcode, const Address &inst_addr, Target *target) argument
12873 if (EmulateInstruction::SetInstruction (insn_opcode, inst_addr, target))

Completed in 191 milliseconds