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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp56 bool is_nop() { return long_at(0) == nop_instruction(); }
145 static int nop_instruction() { return Assembler::op(Assembler::branch_op) | Assembler::op2(Assembler::sethi_op2); } function in class:VALUE_OBJ_CLASS_SPEC
297 if ( (int)*pc == nop_instruction() ) break;
379 call->set_long_at(1 * BytesPerInstWord, nop_instruction());
H A DnativeInst_sparc.cpp165 *contention_addr == nop_instruction() || !VM_Version::v9_instructions_work(),
184 *contention_addr == nop_instruction() || !VM_Version::v9_instructions_work(),
1007 *contention_addr == nop_instruction() || !VM_Version::v9_instructions_work(),
1026 *contention_addr == nop_instruction() || !VM_Version::v9_instructions_work(),

Completed in 6110 milliseconds