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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp1983 void InterpreterMacroAssembler::check_for_regarea_stomp(Register Rindex, int offset, Register Rlimit, Register Rscratch, Register Rscratch1) { argument
1987 assert(Rindex != Rscratch1, "Registers cannot be same");
1989 assert(Rlimit != Rscratch1, "Registers cannot be same");
1990 assert(Rscratch1 != Rscratch, "Registers cannot be same");
1994 add(Rlimit, 64 + STACK_BIAS, Rscratch1);
1995 cmp_and_brx_short(Rscratch, Rscratch1, Assembler::greaterEqualUnsigned, pn, L);

Completed in 82 milliseconds