Searched refs:insn_opcode (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/ |
H A D | EmulateInstructionMIPS.h | 74 bool SetInstruction(const lldb_private::Opcode &insn_opcode,
|
H A D | EmulateInstructionMIPS.cpp | 987 bool EmulateInstructionMIPS::SetInstruction(const Opcode &insn_opcode, in SetInstruction() argument 992 if (EmulateInstruction::SetInstruction(insn_opcode, inst_addr, target)) { in SetInstruction() 1003 uint32_t current_inst_size = insn_opcode.GetByteSize(); in SetInstruction()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | EmulateInstruction.h | 387 virtual bool SetInstruction(const Opcode &insn_opcode,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
H A D | EmulateInstructionARM.h | 128 bool SetInstruction(const Opcode &insn_opcode, const Address &inst_addr,
|
H A D | EmulateInstructionARM.cpp | 13764 bool EmulateInstructionARM::SetInstruction(const Opcode &insn_opcode, in SetInstruction() argument 13767 if (EmulateInstruction::SetInstruction(insn_opcode, inst_addr, target)) { in SetInstruction()
|