HomeSort by: relevance | last modified time | path
    Searched defs:FPU_SET_CARRY (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/m68k/fpe/
fpu_arith.h 108 #define FPU_SET_CARRY(v) fpu_carry = ((v) != 0)
164 #define FPU_SET_CARRY(v) \
  /src/sys/arch/powerpc/fpu/
fpu_arith.h 109 #define FPU_SET_CARRY(v) fpu_carry = ((v) != 0)
146 #define FPU_SET_CARRY(v) do { int __tmp; \
  /src/sys/arch/sparc/fpu/
fpu_arith.h 90 #define FPU_SET_CARRY(v) __asm volatile("addcc %0,-1,%%g0" : : "r"(v))

Completed in 30 milliseconds