Searched refs:Sra (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_mips.cc | 2446 __ 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 …]
|
D | code_generator_mips64.cc | 2197 __ 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/ |
D | assembler_mips.h | 346 void Sra(Register rd, Register rt, int shamt);
|