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

Lines Matching defs:fpscr

2687     uint32_t fpscr;
2689 fpscr = (env->vfp.xregs[ARM_VFP_FPSCR] & 0xffc8ffff)
2694 fpscr |= vfp_exceptbits_from_host(i);
2695 return fpscr;