Searched refs:rhs_loc (Results 1 - 3 of 3) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm.cc1575 Location rhs_loc = instruction->GetLocations()->InAt(1); local
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>()));
H A Dcode_generator_arm64.cc3131 Location rhs_loc = instruction->GetLocations()->InAt(1); local
3132 if (rhs_loc.IsConstant()) {
3148 DCHECK(IsFloatingPointZeroConstant(rhs_loc.GetConstant()));
H A Dcode_generator_arm_vixl.cc1664 const Location rhs_loc = instruction->GetLocations()->InAt(1); local
1665 if (rhs_loc.IsConstant()) {
1681 DCHECK(rhs_loc.GetConstant()->IsArithmeticZero());

Completed in 63 milliseconds