Home
last modified time | relevance | path

Searched refs:GetARMOpcodeForInstruction (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h310 static ARMOpcode *GetARMOpcodeForInstruction(const uint32_t opcode,
H A DEmulateInstructionARM.cpp12810 EmulateInstructionARM::GetARMOpcodeForInstruction(const uint32_t opcode, in GetARMOpcodeForInstruction() function in EmulateInstructionARM
14280 opcode_data = GetARMOpcodeForInstruction(m_opcode.GetOpcode32(), m_arm_isa); in EvaluateInstruction()