/openbmc/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 | 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() 326 u32 fpscr, orig_fpscr, fpsid, exceptions; in VFP_bounce() local 754 u32 fpscr = fmrx(FPSCR); in vfp_support_entry() local
|
H A D | vfp.h | 245 #define vfp_single_normaliseround(sd,vsd,fpscr,except,func) __vfp_single_normaliseround(sd,vsd,fpsc… argument
|
/openbmc/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
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-m-nocp.c | 330 TCGv_i32 fpscr; in gen_M_fp_sysreg_write() local 474 TCGv_i32 control, sfpa, fpscr; in gen_M_fp_sysreg_read() local 502 TCGv_i32 control, sfpa, fpscr, fpdscr; in gen_M_fp_sysreg_read() local
|
H A D | m_helper.c | 1144 uint32_t fpscr; in HELPER() local 1762 uint32_t fpscr; in do_v7m_exception_exit() local
|
/openbmc/linux/arch/powerpc/math-emu/ |
H A D | fctiwz.c | 15 u32 fpscr; in fctiwz() local
|
H A D | mtfsf.c | 13 u32 fpscr; in mtfsf() local
|
H A D | math.c | 170 u32 fpscr; in record_exception() local
|
/openbmc/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
|
/openbmc/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
|
/openbmc/qemu/tests/tcg/ppc64/ |
H A D | mtfsf.c | 28 uint64_t fpscr; in main() local
|
H A D | mffsce.c | 20 uint64_t frt, fpscr; in main() local
|
/openbmc/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
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | fpstate.h | 33 __u32 fpscr; member
|
H A D | user.h | 87 unsigned long fpscr; member
|
/openbmc/qemu/bsd-user/arm/ |
H A D | signal.c | 145 uint32_t fpscr, mask; in set_mcontext() local
|
/openbmc/qemu/linux-user/arm/ |
H A D | signal.c | 63 abi_ulong fpscr; member 412 uint32_t fpscr, fpexc; in restore_sigframe_vfp() local
|
/openbmc/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()
|
/openbmc/qemu/target/ppc/ |
H A D | arch_dump.c | 63 reg_t fpscr; member
|
/openbmc/qemu/target/arm/ |
H A D | arch_dump.c | 307 uint32_t fpscr; member
|
H A D | machine.c | 69 uint32_t fpscr = vfp_fpcr_fpsr_needed(opaque) ? 0 : vfp_get_fpscr(env); in put_fpscr() local
|
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ |
H A D | ptrace.h | 38 __u64 fpscr; member
|