Searched refs:VFP_DENORMAL (Results 1 – 3 of 3) sorted by relevance
217 #define VFP_DENORMAL (1<<2) macro239 type |= VFP_DENORMAL; in vfp_single_type()338 type |= VFP_DENORMAL; in vfp_double_type()
302 if (tm & VFP_DENORMAL) in vfp_double_fsqrt()456 if (tm & VFP_DENORMAL) in vfp_double_fcvts()519 if (tm & VFP_DENORMAL) in vfp_double_ftoui()599 if (tm & VFP_DENORMAL) in vfp_double_ftosi()1058 if (tn & VFP_DENORMAL) in vfp_double_fdiv()1060 if (tm & VFP_DENORMAL) in vfp_double_fdiv()
350 if (tm & VFP_DENORMAL) in vfp_single_fsqrt()499 if (tm & VFP_DENORMAL) in vfp_single_fcvtd()561 if (tm & VFP_DENORMAL) in vfp_single_ftoui()641 if (vfp_single_type(&vsm) & VFP_DENORMAL) in vfp_single_ftosi()1106 if (tn & VFP_DENORMAL) in vfp_single_fdiv()1108 if (tm & VFP_DENORMAL) in vfp_single_fdiv()
Completed in 7 milliseconds