Searched refs:SAVE_8EVRS (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/powerpc/include/asm/ |
D | ppc_asm.h | 158 #define SAVE_8EVRS(n,s,b,o) SAVE_4EVRS(n,s,b,o); SAVE_4EVRS(n+4,s,b,o) macro 159 #define SAVE_16EVRS(n,s,b,o) SAVE_8EVRS(n,s,b,o); SAVE_8EVRS(n+8,s,b,o)
|