Searched defs:mul_left (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dnodes_shared.h27 HInstruction* mul_left,
32 SetRawInputAt(kInputMulLeftIndex, mul_left);
24 HMultiplyAccumulate(Primitive::Type type, InstructionKind op, HInstruction* accumulator, HInstruction* mul_left, HInstruction* mul_right, uint32_t dex_pc = kNoDexPc) argument
H A Dcode_generator_arm64.cc1991 Register mul_left = InputRegisterAt(instr, HMultiplyAccumulate::kInputMulLeftIndex); local
2013 __ Madd(res, mul_left, mul_right, accumulator);
2018 __ Mneg(res, mul_left, mul_right);
2021 __ Msub(res, mul_left, mul_right, accumulator);

Completed in 129 milliseconds