Home
last modified time | relevance | path

Searched refs:__ctc1 (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/machine/mips/machine/
Dfenv-fp.h39 __ctc1(fcsr); in feclearexcept()
65 __ctc1(fcsr); in fesetexceptflag()
78 __ctc1(fcsr); in feraiseexcept()
91 __ctc1(fcsr); in fesetexcept()
128 __ctc1(fcsr); in fesetround()
150 __ctc1(fcsr); in feholdexcept()
159 __ctc1(*envp); in fesetenv()
187 __ctc1(__new_fcsr); in feenableexcept()
199 __ctc1(__new_fcsr); in fedisableexcept()
Dfenv.h75 #define __ctc1(__fcsr) __asm __volatile("ctc1 %0, $31" :: "r" (__fcsr)) macro