Searched refs:icc (Results 1 - 13 of 13) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DV9IntegerBranchDecoder.java34 return ((BPcc_CC_MASK & instruction) >>> BPcc_CC_START_BIT) + icc;
H A DV9CMoveDecoder.java43 return (conditionFlag == icc || conditionFlag == xcc) ?
H A DSPARCV9Opcodes.java122 public static final int icc = 4; // 100 field in interface:SPARCV9Opcodes
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageCopy_blk.s130 blu,pt %icc,1f; \
145 blu,pt %icc,1f; \
155 blu,pt %icc,1f; \
170 blu,pt %icc,1f; \
181 ble,pn %icc,mlib_v_ImageCopy_end; \
195 ble,pn %icc,mlib_v_ImageCopy_end; \
227 ble,pn %icc,mlib_v_ImageCopy_ret
252 bg,pt %icc,mlib_v_ImageCopy_bgn
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Druntime_sparc.cpp134 __ movcc(Assembler::notZero, false, Assembler::icc, L7_mh_SP_save, SP);
H A Dassembler_sparc.cpp246 bp( less, true, icc, pn, pc(), relocInfo::none);
401 movcc( overflowClear, false, icc, I6, L4 );
528 trap( lessEqual, icc, I7, 17 );
796 // This is a test of V8 which has icc but not xcc
815 // This is a test of V8 which has icc but not xcc
2163 // Compare integer (32 bit) values (icc only).
2168 Assembler::cbcond(c, icc, s1, s2, L);
2176 // Compare integer (32 bit) values (icc only).
2181 Assembler::cbcond(c, icc, s1, simm13a, L);
2189 // Branch that tests xcc in LP64 and icc i
[all...]
H A Dc1_Runtime1_sparc.cpp677 __ delayed()->movcc(Assembler::notZero, false, Assembler::icc, L7_mh_SP_save, SP); // Restore SP if required.
1067 __ delayed()->movcc(Assembler::notZero, false, Assembler::icc, L7_mh_SP_save, SP); // Restore SP if required.
H A DsharedRuntime_sparc.cpp1357 __ movcc( Assembler::zero, false, Assembler::icc, G0, rHandle );
1384 __ movcc( Assembler::zero, false, Assembler::icc, G0, rHandle );
3400 __ breakpoint_trap(Assembler::zero, Assembler::icc);
H A Dassembler_sparc.hpp832 icc = 0, xcc = 2, enumerator in enum:Assembler::CC
834 ptr_cc = NOT_LP64(icc) LP64_ONLY(xcc),
1774 void trap( int trapa ) { trap( always, icc, G0, trapa ); }
1947 // Compare integer (32 bit) values (icc only).
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
2479 // These set the icc condition code to equal if the lock succeeded
H A DtemplateInterpreter_sparc.cpp2066 __ breakpoint_trap(Assembler::equal, Assembler::icc);
H A Dassembler_sparc.inline.hpp544 Assembler::bp(c, a, icc, p, d, rt);
554 // Branch that tests either xcc or icc depending on the
H A DtemplateTable_sparc.cpp1980 __ movcc( Assembler::less, false, Assembler::icc, Rh, Rj ); // j = h if (key < array[h].fast_match())
1981 __ movcc( Assembler::greaterEqual, false, Assembler::icc, Rh, Ri ); // i = h if (key >= array[h].fast_match())
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A DLCMS.c58 // Transports to properly encoded values - note that icc profiles does use
184 cmsHPROFILE icc; local
188 icc = sTrans.pf;
189 iccArray[j++] = icc;
195 cs = cmsGetColorSpace(icc);
199 iccArray[j++] = icc;

Completed in 107 milliseconds