Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/sh/machine/
Dfenv-fp.h35 #define _sh_set_fpscr(fpscr) __asm__ volatile ("lds %0,fpscr" : : "r" (fpscr)) macro
43 _sh_set_fpscr(fpscr); in feclearexcept()
54 _sh_set_fpscr(__new_fpsr); in fedisableexcept()
65 _sh_set_fpscr(__new_fpsr); in feenableexcept()
112 _sh_set_fpscr(__env); in feholdexcept()
119 _sh_set_fpscr(*envp); in fesetenv()
130 _sh_set_fpscr(fpscr); in fesetexceptflag()
156 _sh_set_fpscr(fpscr); in fesetround()
173 _sh_set_fpscr(*envp); in feupdateenv()
181 #undef _sh_set_fpscr