Searched refs:st_long (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.inline.hpp469 inline void MacroAssembler::st_long( Register d, Register s1, Register s2 ) { function in class:MacroAssembler
477 inline void MacroAssembler::st_long( Register d, Register s1, int simm13a ) { function in class:MacroAssembler
485 inline void MacroAssembler::st_long( Register d, Register s1, RegisterOrConstant s2 ) { function in class:MacroAssembler
493 inline void MacroAssembler::st_long( Register d, const Address& a, int offset ) { function in class:MacroAssembler
H A Dassembler_sparc.hpp2192 // st_long will perform std for 32 bit VM's and stx for 64 bit VM's
2197 inline void st_long(Register d, Register s1, Register s2);
2198 inline void st_long(Register d, Register s1, int simm13a);
2199 inline void st_long(Register d, Register s1, RegisterOrConstant s2);
2200 inline void st_long(Register d, const Address& a, int offset = 0);
H A DtemplateTable_sparc.cpp854 __ st_long(Otos_l, O2, arrayOopDesc::base_offset_in_bytes(T_LONG));
1492 __ st_long(Otos_l, __ d_tmp);
2752 __ st_long(Otos_l, Rclass, Roffset);
2871 case Bytecodes::_fast_lputfield: __ st_long(Otos_l, Rclass, Roffset); break;
H A Dinterp_masm_sparc.cpp229 st_long(G0, val_addr);
H A DstubGenerator_sparc.cpp297 __ delayed()->st_long(O0, addr, G0); // store entire long
H A Dassembler_sparc.cpp2505 case 8: st_long(src, dst); break;

Completed in 89 milliseconds