/linux/arch/arm/vfp/ |
H A D | vfpdouble.c | 70 u32 vfp_double_normaliseround(int dd, struct vfp_double *vd, u32 fpscr, u32 exceptions, const char … in vfp_double_normaliseround() 208 struct vfp_double *vdm, u32 fpscr) in vfp_propagate_nan() 250 static u32 vfp_double_fabs(int dd, int unused, int dm, u32 fpscr) in vfp_double_fabs() 256 static u32 vfp_double_fcpy(int dd, int unused, int dm, u32 fpscr) in vfp_double_fcpy() 262 static u32 vfp_double_fneg(int dd, int unused, int dm, u32 fpscr) in vfp_double_fneg() 268 static u32 vfp_double_fsqrt(int dd, int unused, int dm, u32 fpscr) in vfp_double_fsqrt() 358 static u32 vfp_compare(int dd, int signal_on_qnan, int dm, u32 fpscr) in vfp_compare() 419 static u32 vfp_double_fcmp(int dd, int unused, int dm, u32 fpscr) in vfp_double_fcmp() 424 static u32 vfp_double_fcmpe(int dd, int unused, int dm, u32 fpscr) in vfp_double_fcmpe() 429 static u32 vfp_double_fcmpz(int dd, int unused, int dm, u32 fpscr) in vfp_double_fcmpz() [all …]
|
H A D | vfpsingle.c | 69 #define vfp_single_normaliseround(sd,vsd,fpscr,except,func) __vfp_single_normaliseround(sd,vsd,fpsc… argument 70 u32 __vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions) in __vfp_single_normaliseround() 216 struct vfp_single *vsm, u32 fpscr) in vfp_propagate_nan() 259 static u32 vfp_single_fabs(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fabs() 265 static u32 vfp_single_fcpy(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fcpy() 271 static u32 vfp_single_fneg(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fneg() 316 static u32 vfp_single_fsqrt(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fsqrt() 403 static u32 vfp_compare(int sd, int signal_on_qnan, s32 m, u32 fpscr) in vfp_compare() 462 static u32 vfp_single_fcmp(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fcmp() 467 static u32 vfp_single_fcmpe(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fcmpe() [all …]
|
H A D | vfp.h | 245 #define vfp_single_normaliseround(sd,vsd,fpscr,except,func) __vfp_single_normaliseround(sd,vsd,fpsc… argument
|
/linux/arch/sh/kernel/cpu/sh4/ |
H A D | fpu.c | 242 int fpscr; in ieee_fpe_handler() local 280 int fpscr; in ieee_fpe_handler() local 324 int fpscr; in ieee_fpe_handler() local
|
/linux/arch/arm64/kernel/ |
H A D | signal32.c | 28 compat_ulong_t fpscr; member 98 compat_ulong_t fpscr, fpexc; in compat_preserve_vfp_context() local 147 compat_ulong_t fpscr; in compat_restore_vfp_context() local
|
H A D | ptrace.c | 1873 compat_ulong_t fpscr; in compat_vfp_get() local 1899 compat_ulong_t fpscr; in compat_vfp_set() local
|
/linux/arch/powerpc/math-emu/ |
H A D | mtfsf.c | 13 u32 fpscr; in mtfsf() local
|
H A D | fctiwz.c | 15 u32 fpscr; in fctiwz() local
|
H A D | math.c | 170 u32 fpscr; in record_exception() local
|
/linux/arch/sh/include/asm/ |
H A D | processor_32.h | 69 unsigned long fpscr; member 79 unsigned long fpscr; member
|
H A D | user.h | 34 unsigned long fpscr; member
|
/linux/arch/sh/kernel/cpu/sh2a/ |
H A D | fpu.c | 467 int fpscr; in ieee_fpe_handler() local 510 int fpscr; in ieee_fpe_handler() local
|
/linux/arch/arm/include/asm/ |
H A D | fpstate.h | 33 __u32 fpscr; member
|
H A D | user.h | 87 unsigned long fpscr; member
|
/linux/arch/powerpc/kvm/ |
H A D | book3s_paired_singles.c | 493 void (*func)(u64 *fpscr, in kvmppc_ps_three_in() 541 void (*func)(u64 *fpscr, in kvmppc_ps_two_in()
|
/linux/tools/testing/selftests/powerpc/ptrace/ |
H A D | ptrace.h | 38 __u64 fpscr; member
|
/linux/arch/powerpc/include/asm/ |
H A D | processor.h | 85 u64 fpscr; /* Floating point status */ member
|
/linux/arch/powerpc/kernel/ |
H A D | traps.c | 1168 static inline int __parse_fpscr(unsigned long fpscr) in __parse_fpscr()
|