Home
last modified time | relevance | path

Searched defs:fpscr (Results 1 – 19 of 19) sorted by relevance

/linux-5.19.10/arch/arm/vfp/
Dvfpdouble.c70 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 …]
Dvfpsingle.c69 #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 …]
Dvfpmodule.c243 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
Dvfp.h245 #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/
Dfpu.c242 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/
Dsignal32.c28 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
Dptrace.c1618 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/
Dfctiwz.c15 u32 fpscr; in fctiwz() local
Dmtfsf.c13 u32 fpscr; in mtfsf() local
Dmath.c170 u32 fpscr; in record_exception() local
/linux-5.19.10/arch/sh/include/asm/
Dprocessor_32.h68 unsigned long fpscr; member
78 unsigned long fpscr; member
Duser.h34 unsigned long fpscr; member
/linux-5.19.10/arch/sh/kernel/cpu/sh2a/
Dfpu.c467 int fpscr; in ieee_fpe_handler() local
510 int fpscr; in ieee_fpe_handler() local
/linux-5.19.10/arch/arm/include/asm/
Dfpstate.h33 __u32 fpscr; member
Duser.h87 unsigned long fpscr; member
/linux-5.19.10/arch/powerpc/kvm/
Dbook3s_paired_singles.c493 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/
Dptrace.h34 unsigned long fpscr; member
/linux-5.19.10/arch/powerpc/include/asm/
Dprocessor.h86 u64 fpscr; /* Floating point status */ member
/linux-5.19.10/arch/powerpc/kernel/
Dtraps.c1153 static inline int __parse_fpscr(unsigned long fpscr) in __parse_fpscr()