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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DV9MOVccDecoder.java36 int conditionFlag = (instruction & CMOVE_CC0_CC1_MASK) >>> CMOVE_CC_START_BIT;
H A DSPARCV9Opcodes.java293 public static final int CMOVE_CC0_CC1_MASK = 3 << CMOVE_CC_START_BIT; field in interface:SPARCV9Opcodes

Completed in 35 milliseconds