Home | History | Annotate | Download | only in optimizing

Lines Matching defs:fpr

380   FPRegister fpr = (type == Primitive::kPrimLong) ? temps.AcquireD() : temps.AcquireS();
382 __ Fmov(fpr, src);
383 __ Cnt(fpr.V8B(), fpr.V8B());
384 __ Addv(fpr.B(), fpr.V8B());
385 __ Fmov(dst, fpr);