Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h314 static ARMOpcode *GetARMOpcodeForInstruction(const uint32_t opcode,
H A DEmulateInstructionARM.cpp12853 EmulateInstructionARM::GetARMOpcodeForInstruction(const uint32_t opcode, in GetARMOpcodeForInstruction() function in EmulateInstructionARM
14361 opcode_data = GetARMOpcodeForInstruction(m_opcode.GetOpcode32(), m_arm_isa); in EvaluateInstruction()