Home
last modified time | relevance | path

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

/linux-3.3/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.c250 static void vfp_raise_exceptions(u32 exceptions, u32 inst, u32 fpscr, struct pt_regs *regs) in vfp_raise_exceptions()
294 static u32 vfp_emulate_instruction(u32 inst, u32 fpscr, struct pt_regs *regs) in vfp_emulate_instruction()
332 u32 fpscr, orig_fpscr, fpsid, exceptions; in VFP_bounce() local
Dvfp.h248 #define vfp_single_normaliseround(sd,vsd,fpscr,except,func) __vfp_single_normaliseround(sd,vsd,fpsc… argument
/linux-3.3/arch/sh/kernel/cpu/sh4/
Dfpu.c246 int fpscr; in ieee_fpe_handler() local
284 int fpscr; in ieee_fpe_handler() local
328 int fpscr; in ieee_fpe_handler() local
/linux-3.3/arch/powerpc/math-emu/
Dmtfsf.c12 u32 fpscr; in mtfsf() local
Dfctiwz.c14 u32 fpscr; in fctiwz() local
Dmath.c157 u32 fpscr; in record_exception() local
/linux-3.3/arch/sh/include/asm/
Duser.h33 unsigned int fpscr; member
39 unsigned long fpscr; member
Dprocessor_64.h85 unsigned int fpscr; member
92 unsigned int fpscr; member
Dprocessor_32.h74 unsigned long fpscr; member
84 unsigned long fpscr; member
/linux-3.3/arch/sh/kernel/cpu/sh2a/
Dfpu.c469 int fpscr; in ieee_fpe_handler() local
512 int fpscr; in ieee_fpe_handler() local
/linux-3.3/arch/arm/include/asm/
Dfpstate.h36 __u32 fpscr; member
Duser.h90 unsigned long fpscr; member
/linux-3.3/arch/powerpc/kvm/
Dbook3s_paired_singles.c506 void (*func)(u64 *fpscr, in kvmppc_ps_three_in()
555 void (*func)(u64 *fpscr, in kvmppc_ps_two_in()
Dbook3s_pr.c913 unsigned int fpscr; in kvmppc_vcpu_run() local
/linux-3.3/arch/powerpc/include/asm/
Dprocessor.h209 } fpscr; member
Dkvm_host.h278 u64 fpscr; member
/linux-3.3/arch/powerpc/kernel/
Dtraps.c748 static inline int __parse_fpscr(unsigned long fpscr) in __parse_fpscr()