/linux-6.3-rc2/arch/arm/vfp/ |
A D | vfpdouble.c | 208 struct vfp_double *vdm, u32 fpscr) in vfp_propagate_nan() 684 struct vfp_double *vdm, u32 fpscr) in vfp_double_fadd_nonnumber() 726 struct vfp_double *vdm, u32 fpscr) in vfp_double_add() 791 struct vfp_double *vdm, u32 fpscr) in vfp_double_multiply() 886 static u32 vfp_double_fmac(int dd, int dn, int dm, u32 fpscr) in vfp_double_fmac() 902 static u32 vfp_double_fmsc(int dd, int dn, int dm, u32 fpscr) in vfp_double_fmsc() 918 static u32 vfp_double_fmul(int dd, int dn, int dm, u32 fpscr) in vfp_double_fmul() 960 static u32 vfp_double_fadd(int dd, int dn, int dm, u32 fpscr) in vfp_double_fadd() 981 static u32 vfp_double_fsub(int dd, int dn, int dm, u32 fpscr) in vfp_double_fsub() 1007 static u32 vfp_double_fdiv(int dd, int dn, int dm, u32 fpscr) in vfp_double_fdiv() [all …]
|
A D | vfpsingle.c | 216 struct vfp_single *vsm, u32 fpscr) in vfp_propagate_nan() 730 struct vfp_single *vsm, u32 fpscr) in vfp_single_fadd_nonnumber() 772 struct vfp_single *vsm, u32 fpscr) in vfp_single_add() 935 static u32 vfp_single_fmac(int sd, int sn, s32 m, u32 fpscr) in vfp_single_fmac() 943 static u32 vfp_single_fnmac(int sd, int sn, s32 m, u32 fpscr) in vfp_single_fnmac() 951 static u32 vfp_single_fmsc(int sd, int sn, s32 m, u32 fpscr) in vfp_single_fmsc() 967 static u32 vfp_single_fmul(int sd, int sn, s32 m, u32 fpscr) in vfp_single_fmul() 1014 static u32 vfp_single_fadd(int sd, int sn, s32 m, u32 fpscr) in vfp_single_fadd() 1041 static u32 vfp_single_fsub(int sd, int sn, s32 m, u32 fpscr) in vfp_single_fsub() 1052 static u32 vfp_single_fdiv(int sd, int sn, s32 m, u32 fpscr) in vfp_single_fdiv() [all …]
|
A 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
|
A D | vfp.h | 245 #define vfp_single_normaliseround(sd,vsd,fpscr,except,func) __vfp_single_normaliseround(sd,vsd,fpsc… argument
|
/linux-6.3-rc2/arch/sh/kernel/cpu/sh4/ |
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-6.3-rc2/arch/arm64/kernel/ |
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
|
A D | ptrace.c | 1678 compat_ulong_t fpscr; in compat_vfp_get() local 1704 compat_ulong_t fpscr; in compat_vfp_set() local
|
/linux-6.3-rc2/arch/powerpc/math-emu/ |
A D | fctiwz.c | 15 u32 fpscr; in fctiwz() local
|
A D | mtfsf.c | 13 u32 fpscr; in mtfsf() local
|
A D | math.c | 170 u32 fpscr; in record_exception() local
|
/linux-6.3-rc2/arch/sh/include/asm/ |
A D | processor_32.h | 69 unsigned long fpscr; member 79 unsigned long fpscr; member
|
A D | user.h | 34 unsigned long fpscr; member
|
/linux-6.3-rc2/arch/sh/kernel/cpu/sh2a/ |
A D | fpu.c | 467 int fpscr; in ieee_fpe_handler() local 510 int fpscr; in ieee_fpe_handler() local
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | fpstate.h | 33 __u32 fpscr; member
|
A D | user.h | 87 unsigned long fpscr; member
|
/linux-6.3-rc2/arch/powerpc/kvm/ |
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-6.3-rc2/tools/testing/selftests/powerpc/ptrace/ |
A D | ptrace.h | 38 __u64 fpscr; member
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | processor.h | 85 u64 fpscr; /* Floating point status */ member
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | traps.c | 1167 static inline int __parse_fpscr(unsigned long fpscr) in __parse_fpscr()
|