Searched defs:Srl (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_mips.cc | 1877 __ Srl(temp, object, gc::accounting::CardTable::kCardShift); in MarkGCCard() local 2448 __ Srl(dst, lhs, shift_value); in HandleShift() local 2454 __ Srl(dst, lhs, shift_value); in HandleShift() local 2495 __ Srl(dst_high, lhs_low, kMipsBitsPerWord - shift_value); in HandleShift() local 2499 __ Srl(dst_low, lhs_low, shift_value); in HandleShift() local 2503 __ Srl(dst_low, lhs_low, shift_value); in HandleShift() local 2505 __ Srl(dst_high, lhs_high, shift_value); in HandleShift() local 2507 __ Srl(dst_low, lhs_low, shift_value); in HandleShift() local 2509 __ Srl(dst_high, lhs_high, shift_value); in HandleShift() local 2515 __ Srl(TMP, lhs_low, kMipsBitsPerWord - shift_value); in HandleShift() local [all …]
|
D | code_generator_mips64.cc | 2199 __ Srl(dst, lhs, shift_value); in HandleShift() local 2560 __ Srl(out, out, 1u); in VisitArrayLength() local 3399 __ Srl(TMP, dividend, 31); in DivRemByPowerOfTwo() local 3402 __ Srl(TMP, TMP, 32 - ctz_imm); in DivRemByPowerOfTwo() local 3442 __ Srl(TMP, TMP, 32 - ctz_imm); in DivRemByPowerOfTwo() local
|