Searched defs:Mul (Results 1 – 3 of 3) sorted by relevance
96 TEST(SafeMath, Mul) { in TEST() argument
697 TEST_F(AssemblerArm32Test, Mul) { in TEST_F() argument
4186 __ Mul(OutputRegister(mul), InputRegisterAt(mul, 0), InputRegisterAt(mul, 1)); in VisitMul() local