Home
last modified time | relevance | path

Searched refs:vfp_single (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/vfp/
H A 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 *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 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 *func);
H A Dvfpinstr.h58 #define vfp_single(inst) (((inst) & 0x0000f00) == 0xa00) macro
H A Dvfpmodule.c298 if (vfp_single(inst)) { in vfp_emulate_instruction()
H A Dvfpdouble.c442 struct vfp_single vsd; in vfp_double_fcvts()
/kernel/linux/linux-6.6/arch/arm/vfp/
H A 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 *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 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 *func);
H A Dvfpinstr.h58 #define vfp_single(inst) (((inst) & 0x0000f00) == 0xa00) macro
H A Dvfpmodule.c298 if (vfp_single(inst)) { in vfp_emulate_instruction()
H A Dvfpdouble.c442 struct vfp_single vsd; in vfp_double_fcvts()

Completed in 13 milliseconds