Home
last modified time | relevance | path

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

/sysdeps/s390/fpu/
A Dfesetmode.c28 fpu_control_t fpc; in fesetmode() local
30 _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()
A Dfenv_private.h32 _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() local
90 _FPU_GETCW (fpc); in libc_fetestexcept_s390()
187 fpu_control_t fpc; in libc_feholdsetround_s390_ctx() local
190 _FPU_GETCW (fpc); in libc_feholdsetround_s390_ctx()
[all …]
A Dfsetexcptflg.c26 fexcept_t fpc, fpc_new; in fesetexceptflag() local
30 _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()
/sysdeps/unix/sysv/linux/s390/sys/
A Duser.h33 unsigned int fpc; member
A Ducontext.h68 unsigned int __ctx(fpc);
/sysdeps/unix/sysv/linux/s390/
A Ducontext_i.sym23 SC_FPC mcontext (fpregs.fpc)

Completed in 6 milliseconds