Searched refs:EmulateInstructionPPC64 (Results 1 – 3 of 3) sorted by relevance
31 EmulateInstructionPPC64::EmulateInstructionPPC64(const ArchSpec &arch) in LLDB_PLUGIN_DEFINE_ADV()34 void EmulateInstructionPPC64::Initialize() { in Initialize()39 void EmulateInstructionPPC64::Terminate() { in Terminate()48 EmulateInstructionPPC64::CreateInstance(const ArchSpec &arch, in CreateInstance()53 return new EmulateInstructionPPC64(arch); in CreateInstance()100 bool EmulateInstructionPPC64::ReadInstruction() { in ReadInstruction()116 bool EmulateInstructionPPC64::CreateFunctionEntryUnwind( in CreateFunctionEntryUnwind()135 EmulateInstructionPPC64::Opcode *137 static EmulateInstructionPPC64::Opcode g_opcodes[] = { in GetOpcodeForInstruction()228 bool EmulateInstructionPPC64::EmulateLD(uint32_t opcode) { in EmulateLD()[all …]
19 class EmulateInstructionPPC64 : public EmulateInstruction {21 EmulateInstructionPPC64(const ArchSpec &arch);74 bool (EmulateInstructionPPC64::*callback)(uint32_t opcode); member
387 SRCS+= Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp