Searched refs:get_simm13 (Results 1 - 2 of 2) 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 );
H A DnativeInst_sparc.cpp313 inv_immed(i1) && (unsigned)get_simm13(i1) < (1 << 10) &&
430 inv_immed(i2) && (unsigned)get_simm13(i2) < (1 << 10) &&
829 inv_immed(i1) && (unsigned)get_simm13(i1) < (1 << 10) &&

Completed in 270 milliseconds