Searched refs:__FP_FRAC_SUB_3 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/sparc/include/asm/ |
H A D | sfp-machine_32.h | 93 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ macro 158 #define __FP_FRAC_DEC_3(x2,x1,x0,y2,y1,y0) __FP_FRAC_SUB_3(x2,x1,x0,x2,x1,x0,y2,y1,y0)
|
/openbmc/linux/include/math-emu/ |
H A D | op-4.h | 547 #ifndef __FP_FRAC_SUB_3 548 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ macro 584 __FP_FRAC_SUB_3 (x2, x1, x0, _t2, _t1, _t0, y2, y1, y0); \
|