Searched refs:op2val (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp149 static int branch_instruction(Assembler::op2s op2val, Assembler::Condition c, bool a) { argument
150 return Assembler::op(Assembler::branch_op) | Assembler::op2(op2val) | Assembler::annul(a) | Assembler::cond(c);
174 static bool is_op2(int x, Assembler::op2s op2val) { argument
175 return Assembler::inv_op(x) == Assembler::branch_op && Assembler::inv_op2(x) == op2val;

Completed in 31 milliseconds