Searched refs:_FPU_SETCW (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/aarch64/
H A Dcrtfastmath.c26 #define _FPU_SETCW(fpcr) \ macro
35 _FPU_SETCW (_FPU_FPCR_FZ);
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/aarch64/
H A Dcrtfastmath.c26 #define _FPU_SETCW(fpcr) \ macro
35 _FPU_SETCW (_FPU_FPCR_FZ);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/mips/
H A Dcrtfastmath.c40 #define _FPU_SETCW(cw) __asm__ ("ctc1 %0,$31" : : "r" (cw)) macro
50 _FPU_SETCW(fcr);
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/loongarch/
H A Dcrtfastmath.c39 #define _FPU_SETCW(cw) __asm__ volatile ("movgr2fcsr $r0,%0" : : "r" (cw)) macro
49 _FPU_SETCW (fcr);
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/mips/
H A Dcrtfastmath.c40 #define _FPU_SETCW(cw) __asm__ ("ctc1 %0,$31" : : "r" (cw)) macro
50 _FPU_SETCW(fcr);
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtests.c103 _FPU_SETCW(cw);

Completed in 203 milliseconds