Lines Matching refs:NativeTstRegMem
47 // - - NativeTstRegMem
522 class NativeTstRegMem: public 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::modrm_reg) {
555 if (ubyte_at(0) == NativeTstRegMem::instruction_code_memXregl &&
565 ubyte_at(0) == NativeTstRegMem::instruction_code_memXregl ) &&