Searched refs:is_op (Results 1 - 2 of 2) sorted by relevance
/openjdk7/hotspot/src/cpu/sparc/vm/ |
H A D | nativeInst_sparc.hpp | 57 bool is_call() { return is_op(long_at(0), Assembler::call_op); } 66 return (is_op(x, Assembler::arith_op) && 171 static bool is_op( int x, Assembler::ops opval) { function in class:VALUE_OBJ_CLASS_SPEC 669 return (is_op(i0, Assembler::ldst_op)); 762 return (is_op(i0, Assembler::ldst_op));
|
H A D | nativeInst_sparc.cpp | 128 if (is_op(x, Assembler::ldst_op) && 138 if (!is_op(long_at(0), Assembler::call_op)) { 545 if (!(is_op(i0, Assembler::ldst_op) && 555 if (!is_op(i1, Assembler::ldst_op) && rd == inv_rs2(i1) && 691 if (!(is_op(i0, Assembler::ldst_op) && 700 if (!is_op(i1, Assembler::ldst_op) && rd == inv_rs2(i1) &&
|
Completed in 132 milliseconds