Home
last modified time | relevance | path

Searched refs:vfp_single (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/arch/arm/vfp/
Dvfpsingle.c42 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 …]
Dvfp.h149 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 …
Dvfpinstr.h58 #define vfp_single(inst) (((inst) & 0x0000f00) == 0xa00) macro
Dvfpmodule.c298 if (vfp_single(inst)) { in vfp_emulate_instruction()
Dvfpdouble.c442 struct vfp_single vsd; in vfp_double_fcvts()