Searched refs:fpcr (Results 1 – 4 of 4) sorted by relevance
64 fpu_control_t fpcr; in fesetenv() local66 __get_fpcr(fpcr); in fesetenv()67 if (envp->__control != fpcr) { in fesetenv()120 fpu_control_t fpcr; in fegetround() local122 __get_fpcr(fpcr); in fegetround()123 return ((fpcr >> FPCR_RMODE_SHIFT) & FE_TOWARDZERO); in fegetround()127 fpu_control_t fpcr, new_fpcr; in fesetround() local130 __get_fpcr(fpcr); in fesetround()131 new_fpcr = fpcr & ~(FE_TOWARDZERO << FPCR_RMODE_SHIFT); in fesetround()133 if (new_fpcr != fpcr) { in fesetround()[all …]
38 __u32 fpcr; member
57 __u32 fpcr; member
204 unsigned int fpcr:32;249 uint32_t fpcr;