Searched refs:gpr_r0_ppc64le (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Instruction/PPC64/ |
D | EmulateInstructionPPC64.cpp | 220 if (rt != gpr_r0_ppc64le || spr != SPR_LR) in EmulateMFSPR() 233 WriteRegisterUnsigned(context, eRegisterKindLLDB, gpr_r0_ppc64le, lr); in EmulateMFSPR() 278 rs != gpr_r0_ppc64le) in EmulateSTD() 294 if (rs == gpr_r0_ppc64le) { in EmulateSTD()
|
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | lldb-ppc64le-register-enums.h | 17 gpr_r0_ppc64le = k_first_gpr_ppc64le, enumerator
|
D | RegisterContextPOSIX_ppc64le.cpp | 29 gpr_r0_ppc64le, gpr_r1_ppc64le, gpr_r2_ppc64le, gpr_r3_ppc64le,
|
/external/llvm-project/lldb/source/Plugins/Process/Linux/ |
D | NativeRegisterContextLinux_ppc64le.cpp | 40 gpr_r0_ppc64le, gpr_r1_ppc64le, gpr_r2_ppc64le, gpr_r3_ppc64le,
|