Home
last modified time | relevance | path

Searched defs:Sra (Results 1 – 8 of 8) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips.cc2234 __ Sra(dst, lhs, shift_value); in HandleShift() local
2289 __ Sra(dst_high, lhs_high, shift_value); in HandleShift() local
2307 __ Sra(dst_high, lhs_high, shift_value); in HandleShift() local
2331 __ Sra(dst_low, lhs_high, shift_value_high); in HandleShift() local
2332 __ Sra(dst_high, dst_low, kMipsBitsPerWord - 1); in HandleShift() local
2381 __ Sra(dst_high, dst_high, 31); in HandleShift() local
3522 __ Sra(TMP, dividend, 31); in DivRemByPowerOfTwo() local
3526 __ Sra(out, out, ctz_imm); in DivRemByPowerOfTwo() local
3533 __ Sra(TMP, dividend, 31); in DivRemByPowerOfTwo() local
3538 __ Sra(TMP, dividend, 31); in DivRemByPowerOfTwo() local
[all …]
Dcode_generator_mips64.cc1909 __ Sra(dst, lhs, shift_value); in HandleShift() local
3019 __ Sra(TMP, dividend, 31); in DivRemByPowerOfTwo() local
3023 __ Sra(out, out, ctz_imm); in DivRemByPowerOfTwo() local
3054 __ Sra(TMP, dividend, 31); in DivRemByPowerOfTwo() local
3059 __ Sra(TMP, dividend, 31); in DivRemByPowerOfTwo() local
3135 __ Sra(TMP, TMP, shift); in GenerateDivRemWithAnyConstant() local
3139 __ Sra(out, TMP, 31); in GenerateDivRemWithAnyConstant() local
3142 __ Sra(AT, TMP, 31); in GenerateDivRemWithAnyConstant() local
Dintrinsics_mips.cc266 __ Sra(TMP, TMP, 16); in GenReverse() local
827 __ Sra(AT, in_hi, 31); in GenAbsInteger() local
839 __ Sra(AT, in, 31); in GenAbsInteger() local
Dintrinsics_mips64.cc520 __ Sra(AT, in, 31); in GenAbsInteger() local
/art/compiler/utils/mips/
Dassembler_mips_test.cc366 TEST_F(AssemblerMIPSTest, Sra) { in TEST_F() argument
Dassembler_mips.cc603 void MipsAssembler::Sra(Register rd, Register rt, int shamt) { in Sra() function in art::mips::MipsAssembler
/art/compiler/utils/mips64/
Dassembler_mips64_test.cc1487 TEST_F(AssemblerMIPS64Test, Sra) { in TEST_F() argument
Dassembler_mips64.cc488 void Mips64Assembler::Sra(GpuRegister rd, GpuRegister rt, int shamt) { in Sra() function in art::mips64::Mips64Assembler