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