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

/freebsd-11-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-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h75 bool SetInstruction(const lldb_private::Opcode &insn_opcode,
H A DEmulateInstructionMIPS.cpp996 bool EmulateInstructionMIPS::SetInstruction(const Opcode &insn_opcode, argument
1001 if (EmulateInstruction::SetInstruction(insn_opcode, inst_addr, target)) {
1012 uint32_t current_inst_size = insn_opcode.GetByteSize();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h377 virtual bool SetInstruction(const Opcode &insn_opcode,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h131 bool SetInstruction(const Opcode &insn_opcode, const Address &inst_addr,
H A DEmulateInstructionARM.cpp13808 bool EmulateInstructionARM::SetInstruction(const Opcode &insn_opcode, argument
13811 if (EmulateInstruction::SetInstruction(insn_opcode, inst_addr, target)) {

Completed in 145 milliseconds