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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DV9MOVccDecoder.java35 boolean cc2Bit = (instruction & CMOVE_CC2_MASK) != 0;
H A DSPARCV9Opcodes.java295 public static final int CMOVE_CC2_MASK = 1 << CMOVE_CC2_START_BIT; field in interface:SPARCV9Opcodes

Completed in 31 milliseconds