Searched refs:vfp_single (Results 1 – 3 of 3) sorted by relevance
/linux/arch/arm/vfp/ |
H A D | vfpsingle.c | 42 static struct vfp_single vfp_single_default_qnan = { 48 static void vfp_single_dump(const char *str, struct vfp_single *s) in vfp_single_dump() 54 static void vfp_single_normalise_denormal(struct vfp_single *vs) in vfp_single_normalise_denormal() 70 u32 __vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions) in __vfp_single_normaliseround() 72 u32 vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions, const char *func) in __vfp_single_normaliseround() 215 vfp_propagate_nan(struct vfp_single *vsd, struct vfp_single *vsn, in vfp_propagate_nan() 216 struct vfp_single *vsm, u32 fpscr) in vfp_propagate_nan() 218 struct vfp_single *nan; in vfp_propagate_nan() 318 struct vfp_single vs in vfp_single_fsqrt() [all...] |
H A D | vfpinstr.h | 58 #define vfp_single(inst) (((inst) & 0x0000f00) == 0xa00) macro
|
H A D | vfpdouble.c | 442 struct vfp_single vsd; in vfp_double_fcvts()
|