Searched refs:FPU_SET_CARRY (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/lib/libc/sparc64/fpu/
H A Dfpu_arith.h87 #define FPU_SET_CARRY(v) __asm __volatile("addcc %0,-1,%%g0" : : "r"(v)) macro
H A Dfpu_add.c178 FPU_SET_CARRY(y->fp_sticky);
/freebsd-12-stable/sys/powerpc/fpu/
H A Dfpu_arith.h112 #define FPU_SET_CARRY(v) fpu_carry = ((v) != 0) macro
149 #define FPU_SET_CARRY(v) do { int __tmp; \ macro
H A Dfpu_add.c189 FPU_SET_CARRY(y->fp_sticky);

Completed in 58 milliseconds