Searched refs:vfp_single (Results 1 – 5 of 5) 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 … 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 vsm, vsd; in vfp_single_fsqrt() 324 struct vfp_single *vsp = &vsd; in vfp_single_fsqrt() [all …]
|
H A D | vfp.h | 149 struct vfp_single { struct 188 static inline void vfp_single_unpack(struct vfp_single *s, s32 val) in vfp_single_unpack() 206 static inline s32 vfp_single_pack(struct vfp_single *s) in vfp_single_pack() 225 static inline int vfp_single_type(struct vfp_single *s) in vfp_single_type() 246 u32 __vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions); 248 u32 vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions, const char …
|
H A D | vfpinstr.h | 58 #define vfp_single(inst) (((inst) & 0x0000f00) == 0xa00) macro
|
H A D | vfpmodule.c | 298 if (vfp_single(inst)) { in vfp_emulate_instruction()
|
H A D | vfpdouble.c | 442 struct vfp_single vsd; in vfp_double_fcvts()
|