Searched defs:MulR6 (Results 1 – 8 of 8) sorted by relevance
/art/compiler/optimizing/ |
D | intrinsics_mips.cc | 679 __ MulR6(out, out, TMP); in GenBitCount() local 734 __ MulR6(out, out, AT); in GenBitCount() local
|
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 | intrinsics_mips64.cc | 448 __ MulR6(out, out, TMP); in GenBitCount() 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
|
D | assembler_mips.cc | 522 void MipsAssembler::MulR6(Register rd, Register rs, Register rt) { in MulR6() function in art::mips::MipsAssembler
|
/art/compiler/utils/mips64/ |
D | assembler_mips64_test.cc | 1149 TEST_F(AssemblerMIPS64Test, MulR6) { in TEST_F() argument
|
D | assembler_mips64.cc | 327 void Mips64Assembler::MulR6(GpuRegister rd, GpuRegister rs, GpuRegister rt) { in MulR6() function in art::mips64::Mips64Assembler
|