Lines Matching refs:shift_count
1054 uint8_t shift_count = static_cast<uint8_t>(value & 0x1F);
1057 if (shift_count != 0) {
1058 __ sarl(ToRegister(left), Immediate(shift_count));
1062 if (shift_count == 0 && instr->can_deopt()) {
1066 __ shrl(ToRegister(left), Immediate(shift_count));
1070 if (shift_count != 0) {
1071 __ shll(ToRegister(left), Immediate(shift_count));