reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/API/SystemInitializerFull.cpp
  242   EmulateInstructionPPC64::Initialize();
  339   EmulateInstructionPPC64::Terminate();
tools/lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp
   57   if (EmulateInstructionPPC64::SupportsEmulatingInstructionsOfTypeStatic(
   60       return new EmulateInstructionPPC64(arch);
  143 EmulateInstructionPPC64::Opcode *
  145   static EmulateInstructionPPC64::Opcode g_opcodes[] = {
  146       {0xfc0007ff, 0x7c0002a6, &EmulateInstructionPPC64::EmulateMFSPR,
  148       {0xfc000003, 0xf8000000, &EmulateInstructionPPC64::EmulateSTD,
  150       {0xfc000003, 0xf8000001, &EmulateInstructionPPC64::EmulateSTD,
  152       {0xfc0007fe, 0x7c000378, &EmulateInstructionPPC64::EmulateOR,
  154       {0xfc000000, 0x38000000, &EmulateInstructionPPC64::EmulateADDI,
  156       {0xfc000003, 0xe8000000, &EmulateInstructionPPC64::EmulateLD,
tools/lldb/tools/lldb-test/SystemInitializerTest.cpp
  205   EmulateInstructionPPC64::Initialize();
  292   EmulateInstructionPPC64::Terminate();
tools/lldb/unittests/UnwindAssembly/PPC64/TestPPC64InstEmulation.cpp
   46   EmulateInstructionPPC64::Initialize();
   51   EmulateInstructionPPC64::Terminate();