Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dkvm_emulate.h203 enum { OP_REG, OP_MEM, OP_IMM, OP_XMM, OP_NONE } type; enumerator
/linux-3.4.99/arch/x86/kvm/
Demulate.c872 op->type = OP_XMM; in decode_register_operand()
917 op->type = OP_XMM; in decode_modrm()
1387 case OP_XMM: in writeback()