Searched refs:FPU_SUBCS (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/powerpc/fpu/ |
H A D | fpu_sqrt.c | 346 FPU_SUBCS(d1, x1, t1); in fpu_sqrt() 358 FPU_SUBCS(d1, x1, t1); in fpu_sqrt() 379 FPU_SUBCS(d2, x2, t2); in fpu_sqrt() 380 FPU_SUBCS(d1, x1, t1); in fpu_sqrt() 392 FPU_SUBCS(d2, x2, t2); in fpu_sqrt() 393 FPU_SUBCS(d1, x1, t1); in fpu_sqrt()
|
H A D | fpu_add.c | 184 FPU_SUBCS(r3, x->fp_mant[3], y->fp_mant[3]); in fpu_add() 185 FPU_SUBCS(r2, x->fp_mant[2], y->fp_mant[2]); in fpu_add() 186 FPU_SUBCS(r1, x->fp_mant[1], y->fp_mant[1]); in fpu_add() 209 FPU_SUBCS(r2, 0, r2); in fpu_add() 210 FPU_SUBCS(r1, 0, r1); in fpu_add()
|
H A D | fpu_arith.h | 100 #define FPU_SUBCS(r, x, y) \ macro 140 #define FPU_SUBCS(r, x, y) \ macro
|
H A D | fpu_div.c | 226 FPU_SUBS(d3, r3, y3); FPU_SUBCS(d2, r2, y2); \ in fpu_div() 227 FPU_SUBCS(d1, r1, y1); FPU_SUBC(d0, r0, y0) in fpu_div()
|