Symbol: vfp_single
arch/arm/vfp/vfp.h
188
static inline void vfp_single_unpack(struct vfp_single *s, s32 val)
arch/arm/vfp/vfp.h
206
static inline s32 vfp_single_pack(struct vfp_single *s)
arch/arm/vfp/vfp.h
225
static inline int vfp_single_type(struct vfp_single *s)
arch/arm/vfp/vfp.h
246
u32 __vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions);
arch/arm/vfp/vfp.h
248
u32 vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions, const char *func);
arch/arm/vfp/vfpdouble.c
442
struct vfp_single vsd;
arch/arm/vfp/vfpmodule.c
324
if (vfp_single(inst)) {
arch/arm/vfp/vfpsingle.c
1016
struct vfp_single vsd, vsn, vsm;
arch/arm/vfp/vfpsingle.c
1054
struct vfp_single vsd, vsn, vsm;
arch/arm/vfp/vfpsingle.c
215
vfp_propagate_nan(struct vfp_single *vsd, struct vfp_single *vsn,
arch/arm/vfp/vfpsingle.c
216
struct vfp_single *vsm, u32 fpscr)
arch/arm/vfp/vfpsingle.c
218
struct vfp_single *nan;
arch/arm/vfp/vfpsingle.c
318
struct vfp_single vsm, vsd;
arch/arm/vfp/vfpsingle.c
324
struct vfp_single *vsp = &vsd;
arch/arm/vfp/vfpsingle.c
42
static struct vfp_single vfp_single_default_qnan = {
arch/arm/vfp/vfpsingle.c
48
static void vfp_single_dump(const char *str, struct vfp_single *s)
arch/arm/vfp/vfpsingle.c
484
struct vfp_single vsm;
arch/arm/vfp/vfpsingle.c
527
struct vfp_single vs;
arch/arm/vfp/vfpsingle.c
538
struct vfp_single vs;
arch/arm/vfp/vfpsingle.c
54
static void vfp_single_normalise_denormal(struct vfp_single *vs)
arch/arm/vfp/vfpsingle.c
549
struct vfp_single vsm;
arch/arm/vfp/vfpsingle.c
629
struct vfp_single vsm;
arch/arm/vfp/vfpsingle.c
70
u32 __vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions)
arch/arm/vfp/vfpsingle.c
72
u32 vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions, const char *func)
arch/arm/vfp/vfpsingle.c
729
vfp_single_fadd_nonnumber(struct vfp_single *vsd, struct vfp_single *vsn,
arch/arm/vfp/vfpsingle.c
730
struct vfp_single *vsm, u32 fpscr)
arch/arm/vfp/vfpsingle.c
732
struct vfp_single *vsp;
arch/arm/vfp/vfpsingle.c
771
vfp_single_add(struct vfp_single *vsd, struct vfp_single *vsn,
arch/arm/vfp/vfpsingle.c
772
struct vfp_single *vsm, u32 fpscr)
arch/arm/vfp/vfpsingle.c
789
struct vfp_single *t = vsn;
arch/arm/vfp/vfpsingle.c
835
vfp_single_multiply(struct vfp_single *vsd, struct vfp_single *vsn, struct vfp_single *vsm, u32 fpscr)
arch/arm/vfp/vfpsingle.c
846
struct vfp_single *t = vsn;
arch/arm/vfp/vfpsingle.c
897
struct vfp_single vsd, vsp, vsn, vsm;
arch/arm/vfp/vfpsingle.c
969
struct vfp_single vsd, vsn, vsm;
arch/arm/vfp/vfpsingle.c
992
struct vfp_single vsd, vsn, vsm;