Searched refs:SAVE_EVR (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/tools/testing/selftests/powerpc/primitives/asm/ |
D | ppc_asm.h | 151 #define SAVE_EVR(n,s,b,o) evmergehi s,s,n; stw s,o+4*(n)(b) macro 152 #define SAVE_2EVRS(n,s,b,o) SAVE_EVR(n,s,b,o); SAVE_EVR(n+1,s,b,o)
|
/Linux-v6.6/arch/powerpc/include/asm/ |
D | ppc_asm.h | 151 #define SAVE_EVR(n,s,b,o) evmergehi s,s,n; stw s,o+4*(n)(b) macro 152 #define SAVE_2EVRS(n,s,b,o) SAVE_EVR(n,s,b,o); SAVE_EVR(n+1,s,b,o)
|