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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp57 nop_instruction_code = 0x90, enumerator in enum:VALUE_OBJ_CLASS_SPEC::Intel_specific_constants
61 bool is_nop() { return ubyte_at(0) == nop_instruction_code; }

Completed in 1544 milliseconds