Searched refs:fpc (Results 1 – 6 of 6) sorted by relevance
28 fpu_control_t fpc; in fesetmode() local30 _FPU_GETCW (fpc); in fesetmode()31 fpc &= FPC_STATUS; in fesetmode()33 fpc |= _FPU_DEFAULT; in fesetmode()35 fpc |= *modep & ~FPC_STATUS; in fesetmode()36 _FPU_SETCW (fpc); in fesetmode()
32 _FPU_GETCW (fpc); in libc_feholdexcept_s390()33 envp->__fpc = fpc; in libc_feholdexcept_s390()40 if (fpc_new != fpc) in libc_feholdexcept_s390()63 _FPU_GETCW (fpc); in libc_feholdexcept_setround_s390()64 envp->__fpc = fpc; in libc_feholdexcept_setround_s390()76 if (fpc_new != fpc) in libc_feholdexcept_setround_s390()88 fexcept_t fpc; in libc_fetestexcept_s390() local90 _FPU_GETCW (fpc); in libc_fetestexcept_s390()187 fpu_control_t fpc; in libc_feholdsetround_s390_ctx() local190 _FPU_GETCW (fpc); in libc_feholdsetround_s390_ctx()[all …]
26 fexcept_t fpc, fpc_new; in fesetexceptflag() local30 _FPU_GETCW (fpc); in fesetexceptflag()33 fpc_new = fpc & ~((excepts & FE_ALL_EXCEPT) << FPC_FLAGS_SHIFT); in fesetexceptflag()34 if ((fpc & FPC_NOT_FPU_EXCEPTION) == 0) in fesetexceptflag()
33 unsigned int fpc; member
68 unsigned int __ctx(fpc);
23 SC_FPC mcontext (fpregs.fpc)
Completed in 6 milliseconds