Searched refs:nop_instruction_code (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/cpu/x86/vm/ | ||
H A D | nativeInst_x86.hpp | 57 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 132 milliseconds