Home | History | Annotate | Download | only in target-arm

Lines Matching refs:fpscr

2613     uint32_t fpscr;
2615 fpscr = (env->vfp.xregs[ARM_VFP_FPSCR] & 0xffc8ffff)
2620 fpscr |= vfp_exceptbits_from_host(i);
2621 return fpscr;