Home | History | Annotate | Download | only in optimizing

Lines Matching defs:rhs_loc

1575   Location rhs_loc = instruction->GetLocations()->InAt(1);
1576 if (rhs_loc.IsConstant()) {
1592 DCHECK(rhs_loc.GetConstant()->IsArithmeticZero());
1601 __ vcmps(lhs_loc.AsFpuRegister<SRegister>(), rhs_loc.AsFpuRegister<SRegister>());
1605 FromLowSToD(rhs_loc.AsFpuRegisterPairLow<SRegister>()));