Searched refs:__unpack_fpscr (Results 1 – 7 of 7) sorted by relevance
44 fpscr = __unpack_fpscr(*envp); in _fesetenv()
44 fpscr = __unpack_fpscr(*envp); in _feupdateenv()
48 spu_mtfpscr(__unpack_fpscr(env)); in _feholdexcept()
46 big_except = __unpack_fpscr(excepts); in _feraiseexcept()
46 fpscr_mask = __unpack_fpscr((fenv_t) excepts); in _feclearexcept()
48 fpscr = __unpack_fpscr((pack_fpscr & ~mask) | (*flagp & mask)); in _fesetexceptflag()
45 static __inline vec_uint4 __unpack_fpscr(fenv_t word) in __unpack_fpscr() function