Home
last modified time | relevance | path

Searched defs:Subu (Results 1 – 9 of 9) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_mips.cc543 __ Subu(out, TMP, out); in GenNumberOfTrailingZeroes() local
647 __ Subu(TMP, in, TMP); in GenBitCount() local
679 __ Subu(tmp_lo, in_lo, tmp_lo); in GenBitCount() local
682 __ Subu(tmp_hi, in_hi, tmp_hi); in GenBitCount() local
832 __ Subu(out_lo, TMP, AT); in GenAbsInteger() local
841 __ Subu(out, out, AT); in GenAbsInteger() local
1977 __ Subu(out, out, expected); // If we didn't get the 'expected' in GenCas() local
2501 __ Subu(TMP, ZERO, in_lo); in GenLowestOneBit() local
2503 __ Subu(TMP, ZERO, in_hi); in GenLowestOneBit() local
2514 __ Subu(TMP, ZERO, in); in GenLowestOneBit() local
[all …]
Dcode_generator_mips.cc2011 __ Subu(dst, lhs, rhs_reg); in HandleBinaryOp() local
2050 __ Subu(dst_low, lhs_low, rhs_low); in HandleBinaryOp() local
2051 __ Subu(dst_high, lhs_high, rhs_high); in HandleBinaryOp() local
2052 __ Subu(dst_high, dst_high, TMP); in HandleBinaryOp() local
2257 __ Subu(TMP, ZERO, rhs_reg); in HandleShift() local
3312 __ Subu(res, res, TMP); in VisitCompare() local
3324 __ Subu(res, AT, TMP); // Result -1:1:0 for [ <, >, == ]. in VisitCompare() local
3328 __ Subu(res, AT, TMP); // Result -1:1:0 for [ <, >, == ]. in VisitCompare() local
3496 __ Subu(out, ZERO, dividend); in DivRemOneOrMinusOne() local
3528 __ Subu(out, ZERO, out); in DivRemByPowerOfTwo() local
[all …]
Dcode_generator_mips64.cc1823 __ Subu(dst, lhs, rhs_reg); in HandleBinaryOp() local
2875 __ Subu(res, res, TMP); in VisitCompare() local
2988 __ Subu(out, ZERO, dividend); in DivRemOneOrMinusOne() local
3025 __ Subu(out, ZERO, out); in DivRemByPowerOfTwo() local
3055 __ Subu(out, dividend, TMP); in DivRemByPowerOfTwo() local
3068 __ Subu(out, out, TMP); in DivRemByPowerOfTwo() local
3131 __ Subu(TMP, TMP, dividend); in GenerateDivRemWithAnyConstant() local
3140 __ Subu(out, TMP, out); in GenerateDivRemWithAnyConstant() local
3143 __ Subu(AT, TMP, AT); in GenerateDivRemWithAnyConstant() local
3146 __ Subu(out, dividend, TMP); in GenerateDivRemWithAnyConstant() local
[all …]
Dintrinsics_mips64.cc423 __ Subu(TMP, in, TMP); in GenBitCount() local
522 __ Subu(out, out, AT); in GenAbsInteger() local
996 __ Subu(out, out, AT); in GenRound() local
2195 __ Subu(AT, AT, pos_reg); in CheckPosition() local
2344 __ Subu(TMP, ZERO, in); in GenLowestOneBit() local
/art/compiler/utils/mips/
Dassembler_mips_test.cc266 TEST_F(AssemblerMIPSTest, Subu) { in TEST_F() argument
2504 __ Subu(mips::T0, mips::T1, mips::AT); in TEST_F() local
2650 __ Subu(mips::T2, mips::T1, mips::T0); in TEST_F() local
2784 __ Subu(mips::T0, mips::T1, mips::T2); in TEST_F() local
2837 __ Subu(mips::T0, mips::T1, mips::T2); in TEST_F() local
2848 __ Subu(mips::T0, mips::T1, mips::T2); in TEST_F() local
Dassembler_mips32r6_test.cc840 __ Subu(mips::T0, mips::T1, mips::T2); in TEST_F() local
851 __ Subu(mips::T0, mips::T1, mips::T2); in TEST_F() local
Dassembler_mips.cc415 void MipsAssembler::Subu(Register rd, Register rs, Register rt) { in Subu() function in art::mips::MipsAssembler
/art/compiler/utils/mips64/
Dassembler_mips64_test.cc1211 TEST_F(AssemblerMIPS64Test, Subu) { in TEST_F() argument
Dassembler_mips64.cc319 void Mips64Assembler::Subu(GpuRegister rd, GpuRegister rs, GpuRegister rt) { in Subu() function in art::mips64::Mips64Assembler