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

/openjdk9/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp144 static int call_instruction(address destination, address pc) { return Assembler::op(Assembler::call_op) | Assembler::wdisp((intptr_t)destination, (intptr_t)pc, 30); } function in class:VALUE_OBJ_CLASS_SPEC

Completed in 38 milliseconds