Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dppc_asm.h163 #define SAVE_16EVRS(n,s,b,o) SAVE_8EVRS(n,s,b,o); SAVE_8EVRS(n+8,s,b,o) macro
164 #define SAVE_32EVRS(n,s,b,o) SAVE_16EVRS(n,s,b,o); SAVE_16EVRS(n+16,s,b,o)