Home
last modified time | relevance | path

Searched refs:insn_opcode (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h74 bool SetInstruction(const lldb_private::Opcode &insn_opcode,
H A DEmulateInstructionMIPS.cpp987 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 DEmulateInstruction.h387 virtual bool SetInstruction(const Opcode &insn_opcode,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h128 bool SetInstruction(const Opcode &insn_opcode, const Address &inst_addr,
H A DEmulateInstructionARM.cpp13764 bool EmulateInstructionARM::SetInstruction(const Opcode &insn_opcode, in SetInstruction() argument
13767 if (EmulateInstruction::SetInstruction(insn_opcode, inst_addr, target)) { in SetInstruction()