Home | History | Annotate | Download | only in x64

Lines Matching full:shift_value

1111                                                      int shift_value) {
1112 ASSERT(is_uint5(shift_value));
1113 if (shift_value > 0) {
1115 sar(dst, Immediate(shift_value + kSmiShift));
1126 int shift_value,
1133 if (shift_value == 0) {
1137 shr(dst, Immediate(shift_value + kSmiShift));
1145 int shift_value,
1150 if (shift_value > 0) {
1151 shl(dst, Immediate(shift_value));