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

References

tools/lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp
   87       reg_num = gpr_r1_ppc64le;
  132   row->GetCFAValue().SetIsRegisterPlusOffset(gpr_r1_ppc64le, 0);
  245   if (ra != gpr_r1_ppc64le || rt != gpr_r1_ppc64le || ids != 0)
  245   if (ra != gpr_r1_ppc64le || rt != gpr_r1_ppc64le || ids != 0)
  252   if (!GetRegisterInfo(eRegisterKindLLDB, gpr_r1_ppc64le, r1_info))
  260   WriteRegisterUnsigned(ctx, eRegisterKindLLDB, gpr_r1_ppc64le, 0);
  272   if (ra != gpr_r1_ppc64le)
  275   if (rs != gpr_r1_ppc64le && rs != gpr_r31_ppc64le && rs != gpr_r30_ppc64le &&
  339       (ra != gpr_r30_ppc64le && ra != gpr_r31_ppc64le) || rb != gpr_r1_ppc64le)
  373   if (rt != gpr_r1_ppc64le || ra != gpr_r1_ppc64le)
  373   if (rt != gpr_r1_ppc64le || ra != gpr_r1_ppc64le)
  382   if (!GetRegisterInfo(eRegisterKindLLDB, gpr_r1_ppc64le, r1_info))
  392       ReadRegisterUnsigned(eRegisterKindLLDB, gpr_r1_ppc64le, 0, &success);
  395   WriteRegisterUnsigned(ctx, eRegisterKindLLDB, gpr_r1_ppc64le, r1 + si_val);
tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_ppc64le.cpp
   29     gpr_r0_ppc64le,   gpr_r1_ppc64le,  gpr_r2_ppc64le,     gpr_r3_ppc64le,
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_ppc64le.h
  461     POWERPC_REGS
tools/lldb/unittests/UnwindAssembly/PPC64/TestPPC64InstEmulation.cpp
  101   EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == gpr_r1_ppc64le);
  108   EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == gpr_r1_ppc64le);
  119   EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == gpr_r1_ppc64le);
  130   EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == gpr_r1_ppc64le);
  160   EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == gpr_r1_ppc64le);
  213   EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == gpr_r1_ppc64le);
  220   EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == gpr_r1_ppc64le);
  231   EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == gpr_r1_ppc64le);
  255   EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == gpr_r1_ppc64le);