Home | History | Annotate | Download | only in x87

Lines Matching defs:shift

3045   add(mask_scratch, mask_scratch);  // Shift left 1 by adding.
3066 int shift =
3068 shr(ecx, shift);
3070 (Page::kPageAlignmentMask >> shift) & ~(Bitmap::kBytesPerCell - 1));
3292 if (ms.shift() > 0) sar(edx, ms.shift());