Home
last modified time | relevance | path

Searched refs:VFP_ZERO (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm/vfp/
H A Dvfp.h216 #define VFP_ZERO (1<<1) macro
237 type |= VFP_ZERO; in vfp_single_type()
336 type |= VFP_ZERO; in vfp_double_type()
H A Dvfpsingle.c344 if (tm & VFP_ZERO) in vfp_single_fsqrt()
513 } else if (tm & VFP_ZERO) in vfp_single_fcvtd()
1085 if (tm & tn & (VFP_INFINITY|VFP_ZERO)) in vfp_single_fdiv()
1097 if (tm & VFP_ZERO) in vfp_single_fdiv()
1103 if (tm & VFP_INFINITY || tn & VFP_ZERO) in vfp_single_fdiv()
H A Dvfpdouble.c296 if (tm & VFP_ZERO) in vfp_double_fsqrt()
470 } else if (tm & VFP_ZERO) in vfp_double_fcvts()
1037 if (tm & tn & (VFP_INFINITY|VFP_ZERO)) in vfp_double_fdiv()
1049 if (tm & VFP_ZERO) in vfp_double_fdiv()
1055 if (tm & VFP_INFINITY || tn & VFP_ZERO) in vfp_double_fdiv()