Home
last modified time | relevance | path

Searched defs:MulR6 (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips.cc4136 __ MulR6(TMP, AT, TMP); in GenerateDivRemWithAnyConstant() local
8575 __ MulR6(dst, lhs, rhs); in VisitMul() local
8601 __ MulR6(TMP, lhs_high, rhs_low); in VisitMul() local
8602 __ MulR6(dst_high, lhs_low, rhs_high); in VisitMul() local
8606 __ MulR6(dst_low, lhs_low, rhs_low); in VisitMul() local
Dcode_generator_mips64.cc3512 __ MulR6(TMP, AT, TMP); in GenerateDivRemWithAnyConstant() local
6553 __ MulR6(dst, lhs, rhs); in VisitMul() local
/art/compiler/utils/mips/
Dassembler_mips32r6_test.cc431 TEST_F(AssemblerMIPS32r6Test, MulR6) { in TEST_F() argument