Searched refs:ARMOpcode (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h307 } ARMOpcode; typedef in class:lldb_private::EmulateInstructionARM
313 static ARMOpcode *GetARMOpcodeForInstruction(const uint32_t opcode,
316 static ARMOpcode *GetThumbOpcodeForInstruction(const uint32_t opcode,
H A DEmulateInstructionARM.cpp12851 EmulateInstructionARM::ARMOpcode *
12854 static ARMOpcode g_arm_opcodes[] = {
13223 EmulateInstructionARM::ARMOpcode *
13227 static ARMOpcode g_thumb_opcodes[] = {
14318 ARMOpcode *opcode_data = nullptr;

Completed in 142 milliseconds