Searched refs:STACK_FRAME_LOCAL (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/tools/testing/selftests/powerpc/math/ |
D | vmx_asm.S | 74 li r5,STACK_FRAME_LOCAL(0,0) 92 PUSH_VMX(STACK_FRAME_LOCAL(2,0),r4) 107 POP_VMX(STACK_FRAME_LOCAL(2,0),r4) 121 # VMX need to write to 16 byte aligned addresses, skip STACK_FRAME_LOCAL(3,0) 122 PUSH_VMX(STACK_FRAME_LOCAL(4,0),r4) 145 3: POP_VMX(STACK_FRAME_LOCAL(4,0),r4)
|
D | fpu_asm.S | 76 stfd f31, STACK_FRAME_LOCAL(0, 0)(sp) // backup f31 87 lfd f31, STACK_FRAME_LOCAL(0, 0)(sp) // reload f31 88 stfd f30, STACK_FRAME_LOCAL(0, 0)(sp) // backup f30 94 lfd f30, STACK_FRAME_LOCAL(0, 0)(sp) // reload f30
|
/linux-6.12.1/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-gpr.S | 25 OP_REGS PPC_STL, GPR_SIZE, FIRST_GPR, 31, %r1, STACK_FRAME_LOCAL(0, 0), FIRST_GPR 49 OP_REGS PPC_LL, GPR_SIZE, FIRST_GPR, 31, %r1, STACK_FRAME_LOCAL(0, 0), FIRST_GPR
|
/linux-6.12.1/tools/testing/selftests/powerpc/tm/ |
D | tm-signal.S | 26 PUSH_VMX(STACK_FRAME_LOCAL(5,0),r8) 105 POP_VMX(STACK_FRAME_LOCAL(5,0),r4)
|
/linux-6.12.1/tools/testing/selftests/powerpc/include/ |
D | basic_asm.h | 74 #define STACK_FRAME_LOCAL(num_params, var) \ macro
|