Searched refs:FIRST_GPR (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-gpr.S | 11 #define FIRST_GPR 14 macro 12 #define NUM_GPRS (32 - FIRST_GPR) 25 OP_REGS PPC_STL, GPR_SIZE, FIRST_GPR, 31, %r1, STACK_FRAME_LOCAL(0, 0), FIRST_GPR 28 OP_REGS PPC_LL, GPR_SIZE, FIRST_GPR, 31, r5, 0, FIRST_GPR 43 OP_REGS PPC_STL, GPR_SIZE, FIRST_GPR, 31, r5, 0, FIRST_GPR 49 OP_REGS PPC_LL, GPR_SIZE, FIRST_GPR, 31, %r1, STACK_FRAME_LOCAL(0, 0), FIRST_GPR
|