Searched refs:vfp_single (Results 1 – 5 of 5) sorted by relevance
/linux/arch/arm/vfp/ |
A D | vfpsingle.c | 215 vfp_propagate_nan(struct vfp_single *vsd, struct vfp_single *vsn, in vfp_propagate_nan() 218 struct vfp_single *nan; in vfp_propagate_nan() 484 struct vfp_single vsm; in vfp_single_fcvtd() 527 struct vfp_single vs; in vfp_single_fuito() 538 struct vfp_single vs; in vfp_single_fsito() 549 struct vfp_single vsm; in vfp_single_ftoui() 629 struct vfp_single vsm; in vfp_single_ftosi() 729 vfp_single_fadd_nonnumber(struct vfp_single *vsd, struct vfp_single *vsn, in vfp_single_fadd_nonnumber() 732 struct vfp_single *vsp; in vfp_single_fadd_nonnumber() 771 vfp_single_add(struct vfp_single *vsd, struct vfp_single *vsn, in vfp_single_add() [all …]
|
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 …
|
A D | vfpinstr.h | 58 #define vfp_single(inst) (((inst) & 0x0000f00) == 0xa00) macro
|
A D | vfpmodule.c | 298 if (vfp_single(inst)) { in vfp_emulate_instruction()
|
A D | vfpdouble.c | 442 struct vfp_single vsd; in vfp_double_fcvts()
|
Completed in 11 milliseconds