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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DInstructionDecoder.java59 static boolean isIBitSet(int instruction) { method in class:InstructionDecoder
64 boolean iBit = isIBitSet(instruction);

Completed in 673 milliseconds