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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp58 bool is_sethi() { return (is_op2(long_at(0), Assembler::sethi_op2)
92 return is_op2(x, Assembler::bp_op2) || is_op2(x, Assembler::br_op2);
97 return is_op2(x, Assembler::fbp_op2) || is_op2(x, Assembler::fb_op2);
174 static bool is_op2(int x, Assembler::op2s op2val) { function in class:VALUE_OBJ_CLASS_SPEC
246 assert(is_op2(*(unsigned int *)pc, Assembler::sethi_op2), "must be sethi");
261 assert(is_op2(sethi_insn, Assembler::sethi_op2), "must be sethi");
270 assert(is_op2(sethi_insn, Assembler::sethi_op2), "must be sethi");
292 assert(is_op2(*p
[all...]

Completed in 43 milliseconds