Home
last modified time | relevance | path

Searched refs:gpr_lr_ppc64le (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/unittests/UnwindAssembly/PPC64/
DTestPPC64InstEmulation.cpp123 EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_lr_ppc64le, regloc)); in TEST_F()
138 EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_lr_ppc64le, regloc)); in TEST_F()
153 EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_lr_ppc64le, regloc)); in TEST_F()
168 EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_lr_ppc64le, regloc)); in TEST_F()
235 EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_lr_ppc64le, regloc)); in TEST_F()
/external/llvm-project/lldb/source/Plugins/Instruction/PPC64/
DEmulateInstructionPPC64.cpp93 reg_num = gpr_lr_ppc64le; in GetRegisterInfo()
141 unwind_plan.SetReturnAddressRegister(gpr_lr_ppc64le); in CreateFunctionEntryUnwind()
228 ReadRegisterUnsigned(eRegisterKindLLDB, gpr_lr_ppc64le, 0, &success); in EmulateMFSPR()
296 ReadRegisterUnsigned(eRegisterKindLLDB, gpr_lr_ppc64le, 0, &success); in EmulateSTD()
299 rs_num = gpr_lr_ppc64le; in EmulateSTD()
/external/llvm-project/lldb/source/Plugins/Process/Utility/
Dlldb-ppc64le-register-enums.h53 gpr_lr_ppc64le, enumerator
DRegisterContextPOSIX_ppc64le.cpp38 gpr_lr_ppc64le, gpr_xer_ppc64le, gpr_cr_ppc64le, gpr_softe_ppc64le,
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux_ppc64le.cpp49 gpr_lr_ppc64le, gpr_xer_ppc64le, gpr_cr_ppc64le, gpr_softe_ppc64le,