Searched defs:Mul (Results 1 – 6 of 6) 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 | 118 void Mul(vixl32::Register rd, vixl32::Register rn, vixl32::Register rm) { in Mul() function
|
/art/test/660-clinit/src/ |
D | Main.java | 186 class Mul { class
|
/art/compiler/optimizing/ |
D | code_generator_vector_arm64.cc | 608 __ Mul(dst.V16B(), lhs.V16B(), rhs.V16B()); in VisitVecMul() local 613 __ Mul(dst.V8H(), lhs.V8H(), rhs.V8H()); in VisitVecMul() local 617 __ Mul(dst.V4S(), lhs.V4S(), rhs.V4S()); in VisitVecMul() local
|
D | code_generator_arm_vixl.cc | 3899 __ Mul(OutputRegister(mul), InputRegisterAt(mul, 0), InputRegisterAt(mul, 1)); in VisitMul() local 3925 __ Mul(temp, in1_lo, in2_hi); in VisitMul() local
|
D | code_generator_arm64.cc | 4950 __ Mul(OutputRegister(mul), InputRegisterAt(mul, 0), InputRegisterAt(mul, 1)); in VisitMul() local
|