Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dppc_asm.h160 #define SAVE_2EVRS(n,s,b,o) SAVE_EVR(n,s,b,o); SAVE_EVR(n+1,s,b,o) macro
161 #define SAVE_4EVRS(n,s,b,o) SAVE_2EVRS(n,s,b,o); SAVE_2EVRS(n+2,s,b,o)