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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp47 // - - NativeTstRegMem
522 class NativeTstRegMem: public NativeInstruction { class in inherits:NativeInstruction
545 if (((ubyte_at(0) & NativeTstRegMem::instruction_rex_prefix_mask) == NativeTstRegMem::instruction_rex_prefix &&
546 ubyte_at(1) == NativeTstRegMem::instruction_code_memXregl &&
547 (ubyte_at(2) & NativeTstRegMem::modrm_mask) == NativeTstRegMem::modrm_reg) ||
548 ubyte_at(0) == NativeTstRegMem::instruction_code_memXregl &&
549 (ubyte_at(1) & NativeTstRegMem::modrm_mask) == NativeTstRegMem
[all...]

Completed in 67 milliseconds