Searched refs:Lbyte_code (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp92 ldub(Lbcp, bcp_incr, Lbyte_code); // load next bytecode
93 add(Lbyte_code, Interpreter::distance_from_dispatch_table(state), Lbyte_code);
95 sll(Lbyte_code, LogBytesPerWord, Lbyte_code); // multiply by wordSize
96 ld_ptr(IdispatchTables, Lbyte_code, IdispatchAddress);// get entry addr
98 ldub( Lbcp, bcp_incr, Lbyte_code); // load next bytecode
101 sll(Lbyte_code, LogBytesPerWord, Lbyte_code); // multiply by wordSize
103 ld_ptr(G3_scratch, Lbyte_code, IdispatchAddres
[all...]
H A Dregister_definitions_sparc.cpp170 REGISTER_DEFINITION(Register, Lbyte_code);
H A Dassembler_sparc.hpp165 REGISTER_DECLARATION(Register, Lbyte_code , L5);
255 #define Lbyte_code AS_REGISTER(Register, Lbyte_code) macro
H A DtemplateTable_sparc.cpp2119 __ get_cache_and_index_and_bytecode_at_bcp(Rcache, index, Lbyte_code, byte_no, 1, index_size);
2120 __ cmp(Lbyte_code, (int) bytecode()); // have we resolved this bytecode?
3693 __ mov(O0, Lbyte_code);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCRegisters.java152 public static final SPARCRegister Lbyte_code = L5; field in class:SPARCRegisters

Completed in 1125 milliseconds