Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-sparc/
Dsfp-machine.h109 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
122 "rI" ((USItype)(y3)), \
134 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
147 "rI" ((USItype)(y3)), \
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… argument
/linux-2.4.37.9/arch/ppc/math-emu/
Dop-4.h197 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
201 r3 = x3 + y3 + (r2 < x2))
205 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
209 r3 = x3 - y3 - (r2 > x2))
/linux-2.4.37.9/include/math-emu/
Dop-4.h530 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
543 r3 = x3 + y3 + _c3; \
562 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
575 r3 = x3 - y3 - _c3; \
589 #define __FP_FRAC_DEC_4(x3,x2,x1,x0,y3,y2,y1,y0) \ argument
593 __FP_FRAC_SUB_4 (x3,x2,x1,x0,_t3,_t2,_t1,_t0, y3,y2,y1,y0); \
/linux-2.4.37.9/drivers/video/
Dcgsixfb.c168 volatile u32 x3, y3, z3, color3; member