/linux-5.19.10/arch/arm/vfp/ |
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 …]
|
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 …]
|
D | vfpmodule.c | 243 static void vfp_raise_exceptions(u32 exceptions, u32 inst, u32 fpscr, struct pt_regs *regs) in vfp_raise_exceptions() 287 static u32 vfp_emulate_instruction(u32 inst, u32 fpscr, struct pt_regs *regs) in vfp_emulate_instruction() 325 u32 fpscr, orig_fpscr, fpsid, exceptions; in VFP_bounce() local
|
D | vfp.h | 245 #define vfp_single_normaliseround(sd,vsd,fpscr,except,func) __vfp_single_normaliseround(sd,vsd,fpsc… argument
|
/linux-5.19.10/arch/sh/kernel/cpu/sh4/ |
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-5.19.10/arch/arm64/kernel/ |
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
|
D | ptrace.c | 1618 compat_ulong_t fpscr; in compat_vfp_get() local 1644 compat_ulong_t fpscr; in compat_vfp_set() local
|
/linux-5.19.10/arch/powerpc/math-emu/ |
D | fctiwz.c | 15 u32 fpscr; in fctiwz() local
|
D | mtfsf.c | 13 u32 fpscr; in mtfsf() local
|
D | math.c | 170 u32 fpscr; in record_exception() local
|
/linux-5.19.10/arch/sh/include/asm/ |
D | processor_32.h | 68 unsigned long fpscr; member 78 unsigned long fpscr; member
|
D | user.h | 34 unsigned long fpscr; member
|
/linux-5.19.10/arch/sh/kernel/cpu/sh2a/ |
D | fpu.c | 467 int fpscr; in ieee_fpe_handler() local 510 int fpscr; in ieee_fpe_handler() local
|
/linux-5.19.10/arch/arm/include/asm/ |
D | fpstate.h | 33 __u32 fpscr; member
|
D | user.h | 87 unsigned long fpscr; member
|
/linux-5.19.10/arch/powerpc/kvm/ |
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-5.19.10/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace.h | 34 unsigned long fpscr; member
|
/linux-5.19.10/arch/powerpc/include/asm/ |
D | processor.h | 86 u64 fpscr; /* Floating point status */ member
|
/linux-5.19.10/arch/powerpc/kernel/ |
D | traps.c | 1153 static inline int __parse_fpscr(unsigned long fpscr) in __parse_fpscr()
|