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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp172 return Assembler::inv_op(x) == opval;
175 return Assembler::inv_op(x) == Assembler::branch_op && Assembler::inv_op2(x) == op2val;
178 return Assembler::inv_op(x) == opval && Assembler::inv_op3(x) == op3val;
190 static int inv_op( int x ) { return Assembler::inv_op( x); } function in class:VALUE_OBJ_CLASS_SPEC
232 assert(is_either(Assembler::inv_op(insn),
298 assert ( Assembler::inv_op(*pc) == Assembler::arith_op, "in gethi - must be arith_op" );
H A Dassembler_sparc.hpp953 static int inv_op( int x ) { return inv_u_field(x, 31, 30); } function in class:Assembler
988 inv_op(x) == branch_op && inv_op2(x) == bpr_op2);

Completed in 49 milliseconds