Home | History | Annotate | Download | only in optimizing

Lines Matching defs:lhs_loc

1574   Location lhs_loc = instruction->GetLocations()->InAt(0);
1594 __ vcmpsz(lhs_loc.AsFpuRegister<SRegister>());
1597 __ vcmpdz(FromLowSToD(lhs_loc.AsFpuRegisterPairLow<SRegister>()));
1601 __ vcmps(lhs_loc.AsFpuRegister<SRegister>(), rhs_loc.AsFpuRegister<SRegister>());
1604 __ vcmpd(FromLowSToD(lhs_loc.AsFpuRegisterPairLow<SRegister>()),