Home
last modified time | relevance | path

Searched refs:FPU_ADDS (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/powerpc/fpu/
H A Dfpu_arith.h80 #define FPU_ADDS(r, x, y) \ macro
132 #define FPU_ADDS(r, x, y) \ macro
H A Dfpu_mul.c162 FPU_ADDS(a3, a3, x3); \ in fpu_mul()
H A Dfpu_add.c151 FPU_ADDS(r->fp_mant[3], x->fp_mant[3], y->fp_mant[3]); in fpu_add()
H A Dfpu_div.c234 FPU_ADDS(r3, r3, r3); FPU_ADDCS(r2, r2, r2); \ in fpu_div()
H A Dfpu_sqrt.c239 FPU_ADDS(x3, x3, x3); FPU_ADDCS(x2, x2, x2); \ in fpu_sqrt()
H A Dfpu_implode.c135 FPU_ADDS(m3, m3, 1); in round()