Searched refs:_sh_set_fpscr (Results 1 – 1 of 1) sorted by relevance
35 #define _sh_set_fpscr(fpscr) __asm__ volatile ("lds %0,fpscr" : : "r" (fpscr)) macro43 _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()154 _sh_set_fpscr(fpscr); in fesetround()171 _sh_set_fpscr(*envp); in feupdateenv()179 #undef _sh_set_fpscr