Home | History | Annotate | Download | only in x64

Lines Matching refs:shift_count

1099     uint8_t shift_count = static_cast<uint8_t>(value & 0x1F);
1102 if (shift_count != 0) {
1103 __ sarl(ToRegister(left), Immediate(shift_count));
1107 if (shift_count == 0 && instr->can_deopt()) {
1111 __ shrl(ToRegister(left), Immediate(shift_count));
1115 if (shift_count != 0) {
1116 __ shll(ToRegister(left), Immediate(shift_count));