Home
last modified time | relevance | path

Searched refs:STACK_FRAME_LOCAL (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/tools/testing/selftests/powerpc/math/
Dvmx_asm.S74 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)
/linux-5.19.10/tools/testing/selftests/powerpc/tm/
Dtm-signal.S26 PUSH_VMX(STACK_FRAME_LOCAL(5,0),r8)
105 POP_VMX(STACK_FRAME_LOCAL(5,0),r4)
/linux-5.19.10/tools/testing/selftests/powerpc/include/
Dbasic_asm.h43 #define STACK_FRAME_LOCAL(num_params, var) \ macro