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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCV9Opcodes.java124 public static final int xcc = 6; // 110 field in interface:SPARCV9Opcodes
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.hpp832 icc = 0, xcc = 2, enumerator in enum:Assembler::CC
834 ptr_cc = NOT_LP64(icc) LP64_ONLY(xcc),
1950 // Platform depending version for pointer compare (icc on !LP64 and xcc on LP64).
1964 // Branch that tests xcc in LP64 and icc in !LP64

Completed in 41 milliseconds