Home
last modified time | relevance | path

Searched refs:vfp_single_type (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm/vfp/
H A Dvfpsingle.c221 tn = vfp_single_type(vsn); in vfp_propagate_nan()
224 tm = vfp_single_type(vsm); in vfp_propagate_nan()
322 tm = vfp_single_type(&vsm); in vfp_single_fsqrt()
491 tm = vfp_single_type(&vsm); in vfp_single_fcvtd()
560 tm = vfp_single_type(&vsm); in vfp_single_ftoui()
640 tm = vfp_single_type(&vsm); in vfp_single_ftosi()
641 if (vfp_single_type(&vsm) & VFP_DENORMAL) in vfp_single_ftosi()
736 tn = vfp_single_type(vsn); in vfp_single_fadd_nonnumber()
737 tm = vfp_single_type(vsm); in vfp_single_fadd_nonnumber()
1066 tn = vfp_single_type(&vsn); in vfp_single_fdiv()
[all …]
H A Dvfp.h225 static inline int vfp_single_type(struct vfp_single *s) in vfp_single_type() function