Home
last modified time | relevance | path

Searched refs:Sra (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips.cc2446 __ Sra(dst, lhs, shift_value); in HandleShift() local
2501 __ Sra(dst_high, lhs_high, shift_value); in HandleShift() local
2519 __ Sra(dst_high, lhs_high, shift_value); in HandleShift() local
2543 __ Sra(dst_low, lhs_high, shift_value_high); in HandleShift() local
2544 __ Sra(dst_high, dst_low, kMipsBitsPerWord - 1); in HandleShift() local
2600 __ Sra(dst_high, dst_high, 31); in HandleShift() local
2602 __ Sra(AT, dst_high, 31); in HandleShift() local
3909 __ Sra(TMP, dividend, 31); in DivRemByPowerOfTwo() local
3913 __ Sra(out, out, ctz_imm); in DivRemByPowerOfTwo() local
3920 __ Sra(TMP, dividend, 31); in DivRemByPowerOfTwo() local
[all …]
Dcode_generator_mips64.cc2197 __ Sra(dst, lhs, shift_value); in HandleShift() local
3401 __ Sra(TMP, dividend, 31); in DivRemByPowerOfTwo() local
3405 __ Sra(out, out, ctz_imm); in DivRemByPowerOfTwo() local
3436 __ Sra(TMP, dividend, 31); in DivRemByPowerOfTwo() local
3441 __ Sra(TMP, dividend, 31); in DivRemByPowerOfTwo() local
3502 __ Sra(TMP, TMP, shift); in GenerateDivRemWithAnyConstant() local
3506 __ Sra(out, TMP, 31); in GenerateDivRemWithAnyConstant() local
3509 __ Sra(AT, TMP, 31); in GenerateDivRemWithAnyConstant() local
7038 __ Sra(AT, in, 31); in VisitAbs() local
/art/compiler/utils/mips/
Dassembler_mips.h346 void Sra(Register rd, Register rt, int shamt);