Searched refs:__FP_FRAC_SUB_4 (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/include/asm-sparc/ |
D | sfp-machine.h | 134 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ macro 161 #define __FP_FRAC_DEC_4(x3,x2,x1,x0,y3,y2,y1,y0) __FP_FRAC_SUB_4(x3,x2,x1,x0,x3,x2,x1,x0,y3,y2,y1,y…
|
/linux-2.4.37.9/arch/ppc/math-emu/ |
D | op-4.h | 104 __FP_FRAC_SUB_4(R##_f[3], R##_f[2], R##_f[1], R##_f[0], \ 204 #ifndef __FP_FRAC_SUB_4 205 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ macro
|
/linux-2.4.37.9/include/math-emu/ |
D | op-4.h | 117 __FP_FRAC_SUB_4(R##_f[3], R##_f[2], R##_f[1], R##_f[0], \ 383 __FP_FRAC_SUB_4(X##_f[3], X##_f[2], X##_f[1], X##_f[0], \ 561 #ifndef __FP_FRAC_SUB_4 562 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ macro 593 __FP_FRAC_SUB_4 (x3,x2,x1,x0,_t3,_t2,_t1,_t0, y3,y2,y1,y0); \
|