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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp231 static int get_simm13(int insn) { function in class:VALUE_OBJ_CLASS_SPEC
240 get_simm13(insn); // tickle the assertion check
248 intptr_t lo = (intptr_t)get_simm13(arith_insn);
263 int lo = get_simm13(arith_insn);
275 get_simm13(arith_insn); // tickle the assertion check
301 adr ^= (intptr_t)get_simm13( *pc );
308 adr |= (intptr_t)get_simm13( *pc );

Completed in 34 milliseconds