Searched refs:Fmul (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_vector_arm64_sve.cc | 570 __ Fmul(dst.VnS(), p_reg, lhs.VnS(), rhs.VnS(), StrictNaNPropagation); in VisitVecMul() local 573 __ Fmul(dst.VnD(), p_reg, lhs.VnD(), rhs.VnD(), StrictNaNPropagation); in VisitVecMul() local
|
D | code_generator_vector_arm64_neon.cc | 650 __ Fmul(dst.V4S(), lhs.V4S(), rhs.V4S()); in VisitVecMul() local 654 __ Fmul(dst.V2D(), lhs.V2D(), rhs.V2D()); in VisitVecMul() local
|
D | code_generator_arm64.cc | 5613 __ Fmul(OutputFPRegister(mul), InputFPRegisterAt(mul, 0), InputFPRegisterAt(mul, 1)); in VisitMul() local
|