Searched refs:FPSCR (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/arch/sh/math-emu/ |
H A D | math.c | 27 #define FPSCR (fregs->fpscr) macro 28 #define FPSCR_RM (FPSCR&3) 29 #define FPSCR_DN ((FPSCR>>18)&1) 30 #define FPSCR_PR ((FPSCR>>19)&1) 31 #define FPSCR_SZ ((FPSCR>>20)&1) 32 #define FPSCR_FR ((FPSCR>>21)&1) 341 FPSCR ^= flag; in fxchg() 434 unsigned long *reg = (code & 0x0010) ? &FPUL : &FPSCR; in id_sys()
|
/openbmc/linux/arch/arm/vfp/ |
H A D | vfphw.S | 39 ldmia r0, {r0-r3} @ load FPEXC, FPSCR, FPINST, FPINST2 47 VFPFMXR FPSCR, r1 @ restore status 57 VFPFMRX r2, FPSCR @ current status 65 stmia r0, {r1, r2, r3, r12} @ save FPEXC, FPSCR, FPINST, FPINST2
|
H A D | vfpmodule.c | 234 fmrx(FPEXC), fmrx(FPSCR), inst); in vfp_panic() 265 fmxr(FPSCR, fpscr); in vfp_raise_exceptions() 346 orig_fpscr = fpscr = fmrx(FPSCR); in VFP_bounce() 754 u32 fpscr = fmrx(FPSCR); in vfp_support_entry()
|
/openbmc/qemu/target/ppc/ |
H A D | trace-events | 6 kvm_failed_fpscr_set(const char *msg) "Unable to set FPSCR to KVM: %s" 10 kvm_failed_fpscr_get(const char *msg) "Unable to get FPSCR from KVM: %s"
|
H A D | insn32.decode | 555 ### Move To/From FPSCR
|
H A D | cpu.h | 866 FIELD(FPSCR, FI, FPSCR_FI, 1)
|
H A D | fpu_helper.c | 459 env->fpscr = FIELD_DP64(env->fpscr, FPSCR, FI, in do_float_check_status()
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | vfp.h | 14 #define FPSCR cr1 macro
|
/openbmc/qemu/target/ppc/translate/ |
H A D | fp-impl.c.inc | 320 /* XXX: beware that fabs never checks for NaNs nor update FPSCR */ 340 /* XXX: beware that fmr never checks for NaNs nor update FPSCR */ 357 /* XXX: beware that fnabs never checks for NaNs nor update FPSCR */ 377 /* XXX: beware that fneg never checks for NaNs nor update FPSCR */ 397 /* XXX: beware that fcpsgn never checks for NaNs nor update FPSCR */
|