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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp520 sethi_offset = 0, enumerator in enum:NativeMovConstReg::Sparc_specific_constants
538 Register destination() { return inv_rd(long_at(sethi_offset)); }
579 sethi_offset = 0, enumerator in enum:NativeMovConstRegPatching::Sparc_specific_constants
583 nop_offset = sethi_offset + BytesPerInstWord,
597 Register destination() { return inv_rd(long_at(sethi_offset)); }
658 sethi_offset = 0, enumerator in enum:NativeMovRegMem::Sparc_specific_constants
750 sethi_offset = 0, enumerator in enum:NativeMovRegMemPatching::Sparc_specific_constants
820 sethi_offset = 0, enumerator in enum:NativeJump::Sparc_specific_constants
843 return (address) data32(long_at(sethi_offset), long_at(jmpl_offset));
846 set_long_at(sethi_offset, set_data32_seth
[all...]

Completed in 173 milliseconds