Lines Matching defs:Sll

866         __ Sll(index_reg, index_reg, TIMES_4);  in EmitNativeCode()  local
2058 __ Sll(temp, temp, 32 - mask_bits); in GenerateBitstringTypeCheckCompare() local
2444 __ Sll(dst, lhs, shift_value); in HandleShift() local
2453 __ Sll(TMP, lhs, (kMipsBitsPerWord - shift_value) & shift_mask); in HandleShift() local
2497 __ Sll(dst_low, lhs_low, shift_value); in HandleShift() local
2514 __ Sll(dst_low, lhs_low, shift_value); in HandleShift() local
2516 __ Sll(dst_high, lhs_high, shift_value); in HandleShift() local
2520 __ Sll(TMP, lhs_high, kMipsBitsPerWord - shift_value); in HandleShift() local
2525 __ Sll(TMP, lhs_high, kMipsBitsPerWord - shift_value); in HandleShift() local
2530 __ Sll(dst_low, lhs_high, kMipsBitsPerWord - shift_value); in HandleShift() local
2533 __ Sll(dst_high, lhs_low, kMipsBitsPerWord - shift_value); in HandleShift() local
2540 __ Sll(dst_high, lhs_low, shift_value_high); in HandleShift() local
2560 __ Sll(TMP, lhs_low, kMipsBitsPerWord - shift_value_high); in HandleShift() local
2563 __ Sll(TMP, lhs_high, kMipsBitsPerWord - shift_value_high); in HandleShift() local
2592 __ Sll(TMP, lhs_high, 1); in HandleShift() local
2609 __ Sll(TMP, lhs_high, 1); in HandleShift() local
2625 __ Sll(dst_low, lhs_high, 1); in HandleShift() local
2629 __ Sll(dst_high, lhs_low, 1); in HandleShift() local
2759 __ Sll(TMP, TMP, 31); // Extract compression flag into the most significant bit of TMP. in VisitArrayGet() local
3292 __ Sll(locations->Out().AsRegister<Register>(), index_reg, shift); in VisitIntermediateArrayAddressIndex() local
3934 __ Sll(out, out, 32 - ctz_imm); in DivRemByPowerOfTwo() local
3967 __ Sll(AT, out_high, 32 - ctz_imm); in DivRemByPowerOfTwo() local
4017 __ Sll(TMP, in_low, 31); in DivRemByPowerOfTwo() local
4028 __ Sll(out_low, in_low, 32 - ctz_imm); in DivRemByPowerOfTwo() local
4040 __ Sll(AT, out_high, ctz_imm); in DivRemByPowerOfTwo() local
4060 __ Sll(out_high, in_high, 64 - ctz_imm); in DivRemByPowerOfTwo() local
4073 __ Sll(AT, AT, ctz_imm - 32); in DivRemByPowerOfTwo() local
4085 __ Sll(AT, AT, 31); in DivRemByPowerOfTwo() local
7329 __ Sll(TMP, index_reg, scale_factor); in GenerateArrayLoadWithBakerReadBarrier() local
7460 __ Sll(temp_reg, temp_reg, 31 - LockWord::kReadBarrierStateShift); in GenerateReferenceLoadWithBakerReadBarrier() local
9387 __ Sll(TMP, TMP, 1); in GenerateAbsFP() local
9398 __ Sll(TMP, TMP, 1); in GenerateAbsFP() local
9722 __ Sll(dst, src, 24); in VisitTypeConversion() local
9733 __ Sll(dst, src, 16); in VisitTypeConversion() local