Searched refs:kInputMulLeftIndex (Results 1 – 3 of 3) sorted by relevance
38 SetRawInputAt(kInputMulLeftIndex, mul_left); in HExpression()45 static constexpr int kInputMulLeftIndex = 1; variable
2664 locations->SetInAt(HMultiplyAccumulate::kInputMulLeftIndex, Location::RequiresRegister()); in VisitMultiplyAccumulate()2671 Register mul_left = InputRegisterAt(instr, HMultiplyAccumulate::kInputMulLeftIndex); in VisitMultiplyAccumulate()
10012 locations->SetInAt(HMultiplyAccumulate::kInputMulLeftIndex, Location::RequiresRegister()); in VisitMultiplyAccumulate()10022 InputRegisterAt(instr, HMultiplyAccumulate::kInputMulLeftIndex); in VisitMultiplyAccumulate()