Searched refs:Vmul (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_vector_arm_vixl.cc | 447 __ Vmul(I8, dst, lhs, rhs); in VisitVecMul() local 452 __ Vmul(I16, dst, lhs, rhs); in VisitVecMul() local 456 __ Vmul(I32, dst, lhs, rhs); in VisitVecMul() local
|
D | code_generator_arm_vixl.cc | 4114 __ Vmul(OutputVRegister(mul), InputVRegisterAt(mul, 0), InputVRegisterAt(mul, 1)); in VisitMul() local
|