Searched defs:SAVE_NVGPRS (Results 1 – 2 of 2) sorted by relevance
/linux/tools/testing/selftests/powerpc/primitives/asm/ |
A D | ppc_asm.h | 26 #define SAVE_NVGPRS(base) SAVE_8GPRS(14, base); SAVE_10GPRS(22, base) macro 31 #define SAVE_NVGPRS(base) SAVE_GPR(13, base); SAVE_8GPRS(14, base); SAVE_10GPRS(22, base) macro
|
/linux/arch/powerpc/include/asm/ |
A D | ppc_asm.h | 26 #define SAVE_NVGPRS(base) SAVE_8GPRS(14, base); SAVE_10GPRS(22, base) macro 31 #define SAVE_NVGPRS(base) SAVE_GPR(13, base); SAVE_8GPRS(14, base); SAVE_10GPRS(22, base) macro
|
Completed in 31 milliseconds