Searched refs:OPF_CC_START_BIT (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DV9FMOVccDecoder.java47 return (instruction & OPF_CC_MASK) >>> OPF_CC_START_BIT;
H A DSPARCV9Opcodes.java115 public static final int OPF_CC_START_BIT = 11; field in interface:SPARCV9Opcodes
116 public static final int OPF_CC_MASK = 7 << OPF_CC_START_BIT;

Completed in 134 milliseconds