Searched refs:Otos_i (Results 1 - 6 of 6) sorted by relevance
/openjdk7/hotspot/src/cpu/sparc/vm/ |
H A D | templateTable_sparc.cpp | 238 __ clr(Otos_i); 244 __ set(value, Otos_i); 295 __ ldsb( at_bcp(1), Otos_i ); 300 __ get_2_byte_integer_at_bcp(1, G3_scratch, Otos_i, InterpreterMacroAssembler::Signed); 335 call_VM(Otos_i, CAST_FROM_FN_PTR(address, InterpreterRuntime::ldc), O1); 345 __ ld(O0, O1, Otos_i); 356 __ ld_ptr(O0, O1, Otos_i); 357 __ verify_oop(Otos_i); 388 resolve_cache_and_index(f12_oop, Otos_i, Rcache, Rscratch, wide ? sizeof(u2) : sizeof(u1)); 390 __ verify_oop(Otos_i); [all...] |
H A D | interp_masm_sparc.hpp | 33 REGISTER_DECLARATION( Register, Otos_i , O0); // tos for ints, etc 43 #define Otos_i O0 macro 149 void pop_i( Register r = Otos_i); 150 void pop_ptr( Register r = Otos_i, Register scratch = O4); 156 void push_i( Register r = Otos_i); 157 void push_ptr( Register r = Otos_i);
|
H A D | templateInterpreter_sparc.cpp | 103 __ call_VM(Oexception, CAST_FROM_FN_PTR(address, InterpreterRuntime::create_klass_exception), G3_scratch, Otos_i); 125 Otos_i); 237 Register Itos_i = Otos_i ->after_save(); 658 __ ld_ptr(Gargs, G0, Otos_i ); // get local 0 660 __ br_null_short(Otos_i, Assembler::pn, slow_path); 702 __ delayed()->ld_ptr(Otos_i, G3_scratch, Otos_i); 705 __ delayed()->ld(Otos_i, G3_scratch, Otos_i); 708 __ delayed()->ldsh(Otos_i, G3_scratc [all...] |
H A D | cppInterpreter_sparc.cpp | 115 Register Itos_i = Otos_i ->after_save(); 476 __ ld_ptr(Gargs, G0, Otos_i ); // get local 0 477 __ tst(Otos_i); // check if local 0 == NULL and go the slow path 523 __ delayed()->ld_ptr(Otos_i, G3_scratch, Otos_i); 526 __ delayed()->ld(Otos_i, G3_scratch, Otos_i); 529 __ delayed()->ldsh(Otos_i, G3_scratch, Otos_i); 532 __ delayed()->lduh(Otos_i, G3_scratc [all...] |
H A D | register_definitions_sparc.cpp | 126 REGISTER_DEFINITION( Register, Otos_i);
|
H A D | interp_masm_sparc.cpp | 114 interp_verify_oop(Otos_i, state, __FILE__, __LINE__); 230 interp_verify_oop(Otos_i, state, __FILE__, __LINE__); 293 if (verify) interp_verify_oop(Otos_i, state, __FILE__, __LINE__); 463 interp_verify_oop(Otos_i, state, __FILE__, __LINE__); 492 interp_verify_oop(Otos_i, state, __FILE__, __LINE__); 989 interp_verify_oop(Otos_i, state, __FILE__, __LINE__); 1097 interp_verify_oop(Otos_i, state, __FILE__, __LINE__); 1123 interp_verify_oop(Otos_i, state, __FILE__, __LINE__); 1128 assert(Otos_l1 == Otos_i, "adjust code below");
|
Completed in 58 milliseconds