Home | History | Annotate | Download | only in ia32

Lines Matching refs:shift_count

1033     uint8_t shift_count = static_cast<uint8_t>(value & 0x1F);
1036 if (shift_count != 0) {
1037 __ sar(ToRegister(left), shift_count);
1041 if (shift_count == 0 && instr->can_deopt()) {
1045 __ shr(ToRegister(left), shift_count);
1049 if (shift_count != 0) {
1050 __ shl(ToRegister(left), shift_count);