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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.cpp2303 Register Ralt_count = Rtemp; local
2306 assert( Ralt_count != Rin_high
2307 && Ralt_count != Rin_low
2308 && Ralt_count != Rcount
2322 subcc(Rcount, 31, Ralt_count);
2324 delayed()->dec(Ralt_count);
2326 // shift < 32 bits, Ralt_count = Rcount-31
2333 neg(Ralt_count);
2338 srl(Rin_low, Ralt_count, Rxfer_bits); // shift right by 31-count
2350 // shift >= 32 bits, Ralt_count
2364 Register Ralt_count = Rtemp; local
2427 Register Ralt_count = Rtemp; local
[all...]

Completed in 53 milliseconds