| /art/compiler/optimizing/ |
| D | code_generator_mips.cc | 1228 __ Subu(dst, lhs, rhs_reg); in HandleBinaryOp() local 1267 __ Subu(dst_low, lhs_low, rhs_low); in HandleBinaryOp() local 1268 __ Subu(dst_high, lhs_high, rhs_high); in HandleBinaryOp() local 1269 __ Subu(dst_high, dst_high, TMP); in HandleBinaryOp() local 1474 __ Subu(TMP, ZERO, rhs_reg); in HandleShift() local 2090 __ Subu(res, res, TMP); in VisitCompare() local 2102 __ Subu(res, AT, TMP); // Result -1:1:0 for [ <, >, == ]. in VisitCompare() local 2106 __ Subu(res, AT, TMP); // Result -1:1:0 for [ <, >, == ]. in VisitCompare() local 2279 __ Subu(out, ZERO, dividend); in DivRemOneOrMinusOne() local 2311 __ Subu(out, ZERO, out); in DivRemByPowerOfTwo() local [all …]
|
| D | intrinsics_mips.cc | 543 __ 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 792 __ Subu(out_lo, TMP, AT); in GenAbsInteger() local 801 __ Subu(out, out, AT); in GenAbsInteger() local 1832 __ Subu(out, out, expected); // If we didn't get the 'expected' in GenCas() local 2399 __ Subu(TMP, ZERO, in_lo); in GenLowestOneBit() local 2401 __ Subu(TMP, ZERO, in_hi); in GenLowestOneBit() local 2412 __ Subu(TMP, ZERO, in); in GenLowestOneBit() local
|
| D | code_generator_mips64.cc | 1112 __ Subu(dst, lhs, rhs_reg); in HandleBinaryOp() local 1730 __ Subu(res, res, TMP); in VisitCompare() local 1864 __ Subu(out, ZERO, dividend); in DivRemOneOrMinusOne() local 1901 __ Subu(out, ZERO, out); in DivRemByPowerOfTwo() local 1931 __ Subu(out, dividend, TMP); in DivRemByPowerOfTwo() local 1944 __ Subu(out, out, TMP); in DivRemByPowerOfTwo() local 2007 __ Subu(TMP, TMP, dividend); in GenerateDivRemWithAnyConstant() local 2016 __ Subu(out, TMP, out); in GenerateDivRemWithAnyConstant() local 2019 __ Subu(AT, TMP, AT); in GenerateDivRemWithAnyConstant() local 2022 __ Subu(out, dividend, TMP); in GenerateDivRemWithAnyConstant() local [all …]
|
| D | intrinsics_mips64.cc | 436 __ Subu(out, out, AT); in GenAbsInteger() local
|
| /art/compiler/utils/mips/ |
| D | assembler_mips_test.cc | 266 TEST_F(AssemblerMIPSTest, Subu) { in TEST_F() argument
|
| D | assembler_mips.cc | 194 void MipsAssembler::Subu(Register rd, Register rs, Register rt) { in Subu() function in art::mips::MipsAssembler
|
| /art/compiler/utils/mips64/ |
| D | assembler_mips64.cc | 195 void Mips64Assembler::Subu(GpuRegister rd, GpuRegister rs, GpuRegister rt) { in Subu() function in art::mips64::Mips64Assembler
|