Home
last modified time | relevance | path

Searched defs:_FPU_GETCW (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgcc/config/loongarch/
H A Dcrtfastmath.c38 #define _FPU_GETCW(cw) __asm__ volatile ("movfcsr2gr %0,$r0" : "=r" (cw)) macro
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/mips/
H A Dcrtfastmath.c39 #define _FPU_GETCW(cw) __asm__ ("cfc1 %0,$31" : "=r" (cw)) macro
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/mips/
H A Dcrtfastmath.c39 #define _FPU_GETCW(cw) __asm__ ("cfc1 %0,$31" : "=r" (cw)) macro
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/pa/
H A Dsfp-machine.h122 #define _FPU_GETCW(cw) \ macro