Searched refs:rdccr (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.cpp813 rdccr(s1);
832 rdccr(ccr_save);
833 // Test code sequence used on V8. Do not move above rdccr.
1861 rdccr( O5_save_flags );
H A DsharedRuntime_sparc.cpp208 __ rdccr( G5 );
H A Dassembler_sparc.hpp1599 inline void rdccr( Register d) { v9_only(); emit_long( op(arith_op) | rd(d) | op3(rdreg_op3) | u_field(2, 18, 14)); } function in class:Assembler
2330 // result with V9 insturctions rdccr and wrccr.

Completed in 54 milliseconds