Searched refs:SAVE_FPR (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | ppc_asm.h | 34 #define SAVE_FPR(n, base) stfd n,THREAD_FPR0+8*(n)(base) macro 35 #define SAVE_2FPRS(n, base) SAVE_FPR(n, base); SAVE_FPR(n+1, base)
|
/linux-2.4.37.9/include/asm-ppc/ |
D | ppc_asm.h | 31 #define SAVE_FPR(n, base) stfd n,THREAD_FPR0+8*(n)(base) macro 32 #define SAVE_2FPRS(n, base) SAVE_FPR(n, base); SAVE_FPR(n+1, base)
|