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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp247 intptr_t hi = (intptr_t)gethi( (unsigned int *)pc );
288 static address gethi( unsigned int *pc ) { function in class:VALUE_OBJ_CLASS_SPEC
292 assert(is_op2(*pc, Assembler::sethi_op2), "in gethi - must be sethi");
298 assert ( Assembler::inv_op(*pc) == Assembler::arith_op, "in gethi - must be arith_op" );
311 assert ( 0, "in gethi - Should not reach here" );

Completed in 59 milliseconds