Home | History | Annotate | Download | only in optimizing

Lines Matching refs:accumulator

9323   vixl32::Register accumulator =
9331 __ Mla(res, mul_left, mul_right, accumulator);
9333 __ Mls(res, mul_left, mul_right, accumulator);