Home
last modified time | relevance | path

Searched defs:FPU_SET_CARRY (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/m68k/fpe/
H A Dfpu_arith.h108 #define FPU_SET_CARRY(v) fpu_carry = ((v) != 0) macro
164 #define FPU_SET_CARRY(v) \ macro
/netbsd-src/sys/arch/powerpc/fpu/
H A Dfpu_arith.h109 #define FPU_SET_CARRY(v) fpu_carry = ((v) != 0) macro
146 #define FPU_SET_CARRY(v) do { int __tmp; \ macro
/netbsd-src/sys/arch/sparc/fpu/
H A Dfpu_arith.h90 #define FPU_SET_CARRY(v) __asm volatile("addcc %0,-1,%%g0" : : "r"(v)) macro