Home
last modified time | relevance | path

Searched defs:Mul (Results 1 – 7 of 7) sorted by relevance

/art/runtime/interpreter/
Dsafe_math_test.cc96 TEST(SafeMath, Mul) { in TEST() argument
/art/compiler/utils/arm/
Dassembler_arm_vixl.h127 void Mul(vixl32::Register rd, vixl32::Register rn, vixl32::Register rm) { in Mul() function
/art/test/660-clinit/src/
DMain.java216 class Mul { class
/art/compiler/optimizing/
Dcode_generator_vector_arm64_sve.cc557 __ Mul(dst.VnB(), p_reg, lhs.VnB(), rhs.VnB()); in VisitVecMul() local
561 __ Mul(dst.VnH(), p_reg, lhs.VnH(), rhs.VnH()); in VisitVecMul() local
564 __ Mul(dst.VnS(), p_reg, lhs.VnS(), rhs.VnS()); in VisitVecMul() local
567 __ Mul(dst.VnD(), p_reg, lhs.VnD(), rhs.VnD()); in VisitVecMul() local
Dcode_generator_vector_arm64_neon.cc637 __ Mul(dst.V16B(), lhs.V16B(), rhs.V16B()); in VisitVecMul() local
642 __ Mul(dst.V8H(), lhs.V8H(), rhs.V8H()); in VisitVecMul() local
646 __ Mul(dst.V4S(), lhs.V4S(), rhs.V4S()); in VisitVecMul() local
Dcode_generator_arm_vixl.cc4200 __ Mul(OutputRegister(mul), InputRegisterAt(mul, 0), InputRegisterAt(mul, 1)); in VisitMul() local
4226 __ Mul(temp, in1_lo, in2_hi); in VisitMul() local
Dcode_generator_arm64.cc5608 __ Mul(OutputRegister(mul), InputRegisterAt(mul, 0), InputRegisterAt(mul, 1)); in VisitMul() local