Home
last modified time | relevance | path

Searched defs:FPU_GET_CARRY (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/lib/libc/arch/sparc64/fpu/
H A Dfpu_arith.h95 #define FPU_GET_CARRY(r) __asm volatile("addx %%g0,%%g0,%0" : "=r"(r)) macro
/openbsd-src/sys/arch/sparc64/fpu/
H A Dfpu_arith.h90 #define FPU_GET_CARRY(r) asm volatile("addx %%g0,%%g0,%0" : "=r"(r)) macro