Searched refs:fpcr (Results 1 – 4 of 4) sorted by relevance
61 fpu_control_t fpcr; in fesetenv() local63 __get_fpcr(fpcr); in fesetenv()64 if (envp->__control != fpcr) { in fesetenv()117 fpu_control_t fpcr; in fegetround() local119 __get_fpcr(fpcr); in fegetround()120 return ((fpcr >> FPCR_RMODE_SHIFT) & FE_TOWARDZERO); in fegetround()124 fpu_control_t fpcr, new_fpcr; in fesetround() local127 __get_fpcr(fpcr); in fesetround()128 new_fpcr = fpcr & ~(FE_TOWARDZERO << FPCR_RMODE_SHIFT); in fesetround()130 if (new_fpcr != fpcr) { in fesetround()[all …]
188 unsigned int fpcr:32;233 uint32_t fpcr;
39 __u32 fpcr; member
61 __u32 fpcr; member