Searched refs:set_data32_sethi (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp268 static int set_data32_sethi(int sethi_insn, int imm) { function in class:VALUE_OBJ_CLASS_SPEC
846 set_long_at(sethi_offset, set_data32_sethi( long_at(sethi_offset), (intptr_t)dest));
H A DnativeInst_sparc.cpp345 set_long_at(sethi_offset, set_data32_sethi( long_at(sethi_offset), x));
455 set_long_at(sethi_offset, set_data32_sethi(long_at(sethi_offset), x));

Completed in 27 milliseconds