Home | History | Annotate | Download | only in a64

Lines Matching refs:FPCR

53     case FPCR:
98 fpcr_ = SimSystemRegister::DefaultValueFor(FPCR);
407 if (print_all || first_run || (last_fpcr.RawValue() != fpcr().RawValue())) {
414 VIXL_ASSERT(fpcr().RMode() <= (sizeof(rmode) / sizeof(rmode[0])));
418 fpcr().AHP(), fpcr().DN(), fpcr().FZ(), rmode[fpcr().RMode()],
421 last_fpcr = fpcr();
1979 // Convert double-to-float as the processor would, assuming that FPCR.FZ
2341 case FPCR: set_xreg(instr->Rt(), fpcr().RawValue()); break;
2349 case FPCR: fpcr().SetRawValue(xreg(instr->Rt())); break;