Searched defs:isShiftCount (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.hpp218 bool isShiftCount(int x) const { return 0 <= x && x < 32; } function in class:AbstractAssembler

Completed in 31 milliseconds