Searched refs:kInputMulRightIndex (Results 1 – 3 of 3) sorted by relevance
33 SetRawInputAt(kInputMulRightIndex, mul_right); in HExpression()38 static constexpr int kInputMulRightIndex = 2; variable
1985 locations->SetInAt(HMultiplyAccumulate::kInputMulRightIndex, Location::RequiresRegister()); in VisitMultiplyAccumulate()1992 Register mul_right = InputRegisterAt(instr, HMultiplyAccumulate::kInputMulRightIndex); in VisitMultiplyAccumulate()
6601 locations->SetInAt(HMultiplyAccumulate::kInputMulRightIndex, Location::RequiresRegister()); in VisitMultiplyAccumulate()6613 locations->InAt(HMultiplyAccumulate::kInputMulRightIndex).AsRegister<Register>(); in VisitMultiplyAccumulate()