Searched refs:y3 (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dsfp-machine.h109 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \
122 "rI" ((USItype)(y3)), \
134 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \
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,y0)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dsfp-machine.h109 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \
122 "rI" ((USItype)(y3)), \
134 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \
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,y0)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/math-emu/
H A Dop-4.h200 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \
204 r3 = x3 + y3 + (r2 < x2))
208 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \
212 r3 = x3 - y3 - (r2 > x2))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/math-emu/
H A Dop-4.h530 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \
543 r3 = x3 + y3 + _c3; \
562 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \
575 r3 = x3 - y3 - _c3; \
589 #define __FP_FRAC_DEC_4(x3,x2,x1,x0,y3,y2,y1,y0) \
593 __FP_FRAC_SUB_4 (x3,x2,x1,x0,_t3,_t2,_t1,_t0, y3,y2,y1,y0); \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/math-emu/
H A Dop-4.h530 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \
543 r3 = x3 + y3 + _c3; \
562 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \
575 r3 = x3 - y3 - _c3; \
589 #define __FP_FRAC_DEC_4(x3,x2,x1,x0,y3,y2,y1,y0) \
593 __FP_FRAC_SUB_4 (x3,x2,x1,x0,_t3,_t2,_t1,_t0, y3,y2,y1,y0); \
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dcgsixfb.c168 volatile u32 x3, y3, z3, color3; member in struct:cg6_fbc

Completed in 150 milliseconds