Lines Matching full:rhs_location
1192 Location rhs_location = locations->InAt(1);
1196 bool use_imm = rhs_location.IsConstant();
1198 rhs_imm = CodeGenerator::GetInt32ValueOf(rhs_location.GetConstant());
1200 rhs_reg = rhs_location.AsRegister<Register>();
1238 Location rhs_location = locations->InAt(1);
1239 bool use_imm = rhs_location.IsConstant();
1241 Register rhs_high = rhs_location.AsRegisterPairHigh<Register>();
1242 Register rhs_low = rhs_location.AsRegisterPairLow<Register>();
1272 int64_t value = CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant()->AsConstant());
1429 Location rhs_location = locations->InAt(1);
1430 bool use_imm = rhs_location.IsConstant();
1431 Register rhs_reg = use_imm ? ZERO : rhs_location.AsRegister<Register>();
1432 int64_t rhs_imm = use_imm ? CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant()) : 0;
2622 Location rhs_location = locations->InAt(1);
2625 bool use_imm = rhs_location.IsConstant();
2627 rhs_imm = CodeGenerator::GetInt32ValueOf(rhs_location.GetConstant());
2629 rhs_reg = rhs_location.AsRegister<Register>();
2751 Location rhs_location = locations->InAt(1);
2754 bool use_imm = rhs_location.IsConstant();
2756 rhs_imm = CodeGenerator::GetInt32ValueOf(rhs_location.GetConstant());
2758 rhs_reg = rhs_location.AsRegister<Register>();
2835 Location rhs_location = locations->InAt(1);
2841 bool use_imm = rhs_location.IsConstant();
2843 imm = rhs_location.GetConstant()->AsLongConstant()->GetValue();
2847 rhs_high = rhs_location.AsRegisterPairHigh<Register>();
2848 rhs_low = rhs_location.AsRegisterPairLow<Register>();