Searched refs:is_op2 (Results 1 - 2 of 2) 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...]
H A DnativeInst_sparc.cpp311 if (!(is_op2(i0, Assembler::sethi_op2) && rd != G0 &&
318 if (!is_op2(i0, Assembler::sethi_op2) && rd != G0 ) {
427 if (!(is_op2(i0, Assembler::sethi_op2) && rd0 != G0 &&
428 is_op2(i1, Assembler::sethi_op2) && rd1 == G0 && // nop is a special case of sethi
826 if (!(is_op2(i0, Assembler::sethi_op2) && rd != G0 &&
837 if (!is_op2(i0, Assembler::sethi_op2) && rd != G0 ) {

Completed in 100 milliseconds