Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/powerpc/math/
H A 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)
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-gpr.S25 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
/openbmc/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-signal.S26 PUSH_VMX(STACK_FRAME_LOCAL(5,0),r8)
105 POP_VMX(STACK_FRAME_LOCAL(5,0),r4)
/openbmc/linux/tools/testing/selftests/powerpc/include/
H A Dbasic_asm.h74 #define STACK_FRAME_LOCAL(num_params, var) \ macro