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
2430 locations->SetInAt(HMultiplyAccumulate::kInputMulLeftIndex, Location::RequiresRegister()); in VisitMultiplyAccumulate()2437 Register mul_left = InputRegisterAt(instr, HMultiplyAccumulate::kInputMulLeftIndex); in VisitMultiplyAccumulate()
9678 locations->SetInAt(HMultiplyAccumulate::kInputMulLeftIndex, Location::RequiresRegister()); in VisitMultiplyAccumulate()9688 InputRegisterAt(instr, HMultiplyAccumulate::kInputMulLeftIndex); in VisitMultiplyAccumulate()