Searched defs:Mul (Results 1 – 7 of 7) sorted by relevance
/art/runtime/interpreter/ |
D | safe_math_test.cc | 96 TEST(SafeMath, Mul) { in TEST() argument
|
/art/compiler/utils/arm/ |
D | assembler_arm_vixl.h | 127 void Mul(vixl32::Register rd, vixl32::Register rn, vixl32::Register rm) { in Mul() function
|
/art/test/660-clinit/src/ |
D | Main.java | 216 class Mul { class
|
/art/compiler/optimizing/ |
D | code_generator_vector_arm64_sve.cc | 557 __ 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
|
D | code_generator_vector_arm64_neon.cc | 637 __ 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
|
D | code_generator_arm_vixl.cc | 4245 __ Mul(OutputRegister(mul), InputRegisterAt(mul, 0), InputRegisterAt(mul, 1)); in VisitMul() local 4271 __ Mul(temp, in1_lo, in2_hi); in VisitMul() local
|
D | code_generator_arm64.cc | 5675 __ Mul(OutputRegister(mul), InputRegisterAt(mul, 0), InputRegisterAt(mul, 1)); in VisitMul() local
|