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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp145 // Result goes to address in L1_scratch
150 // stack. This is relatively simple the destination is in L1_scratch
151 // i.e. L1_scratch is the first free element on the stack. If we "push" a return value we must
152 // adjust L1_scratch
159 __ st(O0, L1_scratch, 0);
160 __ sub(L1_scratch, wordSize, L1_scratch);
167 __ st(O0, L1_scratch, 0);
168 __ sub(L1_scratch, wordSize, L1_scratch);
1372 __ ld_ptr(STATE(_stack), L1_scratch); // get top of java expr stack local
1401 __ ld_ptr(STATE(_stack), L1_scratch); // Get current stack top local
1629 __ ld(STATE(_msg), L1_scratch); // Get new message local
1754 __ ld_ptr(STATE(_stack), L1_scratch); // get top of java expr stack local
1800 __ ld_ptr(STATE(_prev_link), L1_scratch); local
1910 __ ld_ptr(STATE(_prev_link), L1_scratch); local
1963 __ ld_ptr(STATE(_stack_limit), L1_scratch); local
2032 __ ld_ptr(STATE(_prev_link), L1_scratch); local
[all...]
H A Dregister_definitions_sparc.cpp157 REGISTER_DEFINITION(Register, L1_scratch);
H A Dassembler_sparc.hpp141 REGISTER_DECLARATION(Register, L1_scratch , L1); // scratch
240 #define L1_scratch AS_REGISTER(Register, L1_scratch) macro

Completed in 71 milliseconds