Searched refs:inccc (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp1282 __ inccc(count, count_dec>>1 ); // + 8 bytes
1353 __ inccc(count, count_dec>>1 ); // + 8 bytes
2444 __ inccc(count, 6); // restore count
2462 __ inccc(count, 2);
H A Dassembler_sparc.cpp4897 inccc(limit, 2*sizeof(jchar));
H A Dassembler_sparc.hpp2081 inline void inccc( Register d, int const13 = 1 ) { addcc( d, const13, d); } function in class:MacroAssembler
H A Dc1_LIRAssembler_sparc.cpp329 __ delayed()->inccc(limit, sizeof(jchar));

Completed in 254 milliseconds