Home | History | Annotate | Download | only in x64

Lines Matching defs:shift_amount

3762   Result shift_amount;
3765 shift_amount = object;
3771 shift_amount = index;
3777 if (shift_amount.is_valid()) {
3780 shift_amount = allocator()->Allocate(rcx);
3782 ASSERT(shift_amount.is_register());
3783 ASSERT(shift_amount.reg().is(rcx));
6542 int shift_amount = right & 0x1F;
6543 if (Smi::IsValid(left << shift_amount)) {
6544 answer_object = Smi::FromInt(left << shift_amount);
6549 int shift_amount = right & 0x1F;
6551 unsigned_left >>= shift_amount;
6558 int shift_amount = right & 0x1F;
6564 unsigned_left >>= shift_amount;
6567 unsigned_left >>= shift_amount;