Searched refs:SAVE_16VRS_TRANSACT (Results 1 – 1 of 1) sorted by relevance
/arch/powerpc/include/asm/ |
D | ppc_asm.h | 164 #define SAVE_16VRS_TRANSACT(n,b,base) SAVE_8VRS_TRANSACT(n,b,base); \ macro 166 #define SAVE_32VRS_TRANSACT(n,b,base) SAVE_16VRS_TRANSACT(n,b,base); \ 167 SAVE_16VRS_TRANSACT(n+16,b,base)
|