Home | History | Annotate | Download | only in optimizing

Lines Matching defs:fpr

446   FPRegister fpr = (type == DataType::Type::kInt64) ? temps.AcquireD() : temps.AcquireS();
448 __ Fmov(fpr, src);
449 __ Cnt(fpr.V8B(), fpr.V8B());
450 __ Addv(fpr.B(), fpr.V8B());
451 __ Fmov(dst, fpr);