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

/openjdk10/hotspot/src/cpu/sparc/vm/
H A DmacroAssembler_sparc.inline.hpp70 inline void MacroAssembler::st_ptr( Register d, Register s1, Register s2 ) { function in class:MacroAssembler
74 inline void MacroAssembler::st_ptr( Register d, Register s1, int simm13a ) { function in class:MacroAssembler
80 inline void MacroAssembler::st_ptr( Register d, Register s1, ByteSize simm13a ) { function in class:MacroAssembler
85 inline void MacroAssembler::st_ptr( Register d, Register s1, RegisterOrConstant s2 ) { function in class:MacroAssembler
89 inline void MacroAssembler::st_ptr(Register d, const Address& a, int offset) { function in class:MacroAssembler
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dassembler_ppc.inline.hpp356 inline void Assembler::st_ptr(Register d, int b, Register s1) { std(d, b, s1); } function in class:Assembler

Completed in 78 milliseconds