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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCRegisters.java154 public static final SPARCRegister Lscratch2 = L6; field in class:SPARCRegisters
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.hpp147 REGISTER_DECLARATION(Register, Lscratch2 , L6); // C1 uses
171 REGISTER_DECLARATION(Register, Lscratch2 , L6);
183 // NOTE: Lscratch2 and LcpoolCache point to the same registers in
184 // the interpreter code. If Lscratch2 needs to be used for some
246 #define Lscratch2 AS_REGISTER(Register, Lscratch2) macro
257 #define Lscratch2 AS_REGISTER(Register, Lscratch2) macro

Completed in 43 milliseconds