Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:shift_count

2644       int shift_count = c->Integer32Value() & 0x1f;
2647 return (shift_count >= 1)
2649 static_cast<uint32_t>(0xffffffff) >> shift_count)