Home
last modified time | relevance | path

Searched refs:kInputMulLeftIndex (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dnodes_shared.h38 SetRawInputAt(kInputMulLeftIndex, mul_left); in HExpression()
45 static constexpr int kInputMulLeftIndex = 1; variable
Dcode_generator_arm64.cc2410 locations->SetInAt(HMultiplyAccumulate::kInputMulLeftIndex, Location::RequiresRegister()); in VisitMultiplyAccumulate()
2417 Register mul_left = InputRegisterAt(instr, HMultiplyAccumulate::kInputMulLeftIndex); in VisitMultiplyAccumulate()
Dcode_generator_arm_vixl.cc9508 locations->SetInAt(HMultiplyAccumulate::kInputMulLeftIndex, Location::RequiresRegister()); in VisitMultiplyAccumulate()
9518 InputRegisterAt(instr, HMultiplyAccumulate::kInputMulLeftIndex); in VisitMultiplyAccumulate()