Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dppc_asm.h157 #define SAVE_4EVRS(n,s,b,o) SAVE_2EVRS(n,s,b,o); SAVE_2EVRS(n+2,s,b,o) macro
158 #define SAVE_8EVRS(n,s,b,o) SAVE_4EVRS(n,s,b,o); SAVE_4EVRS(n+4,s,b,o)