Searched refs:gpr_lr_ppc64le (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/unittests/UnwindAssembly/PPC64/ |
D | TestPPC64InstEmulation.cpp | 123 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/ |
D | EmulateInstructionPPC64.cpp | 93 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/ |
D | lldb-ppc64le-register-enums.h | 53 gpr_lr_ppc64le, enumerator
|
D | RegisterContextPOSIX_ppc64le.cpp | 38 gpr_lr_ppc64le, gpr_xer_ppc64le, gpr_cr_ppc64le, gpr_softe_ppc64le,
|
/external/llvm-project/lldb/source/Plugins/Process/Linux/ |
D | NativeRegisterContextLinux_ppc64le.cpp | 49 gpr_lr_ppc64le, gpr_xer_ppc64le, gpr_cr_ppc64le, gpr_softe_ppc64le,
|