Searched defs:MulR6 (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_mips.cc | 4136 __ 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
|
D | code_generator_mips64.cc | 3512 __ MulR6(TMP, AT, TMP); in GenerateDivRemWithAnyConstant() local 6553 __ MulR6(dst, lhs, rhs); in VisitMul() local
|
/art/compiler/utils/mips/ |
D | assembler_mips32r6_test.cc | 431 TEST_F(AssemblerMIPS32r6Test, MulR6) { in TEST_F() argument
|