Home
last modified time | relevance | path

Searched refs:OP_MM (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
Dkvm_emulate.h218 enum { OP_REG, OP_MEM, OP_MEM_STR, OP_IMM, OP_XMM, OP_MM, OP_NONE } type; enumerator
/linux-4.1.27/arch/x86/kvm/
Demulate.c1140 op->type = OP_MM; in decode_register_operand()
1190 op->type = OP_MM; in decode_modrm()
1741 case OP_MM: in writeback()
4793 if (op->type == OP_MM) in fetch_possible_mmx_operand()