Home
last modified time | relevance | path

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

/arch/x86/kvm/
Demulate.c163 #define Mmx ((u64)1 << 40) /* MMX Vector instruction */ macro
1188 if (ctxt->d & Mmx) { in decode_register_operand()
1239 if (ctxt->d & Mmx) { in decode_modrm()
4432 I(Mmx, em_mov), I(Sse | Aligned, em_mov), N, I(Sse | Unaligned, em_mov),
5217 (NotImpl|Stack|Op3264|Sse|Mmx|Intercept|CheckPerm|NearBranch| in x86_decode_insn()
5248 else if (ctxt->d & Mmx) in x86_decode_insn()
5391 (No64|Undefined|Sse|Mmx|Intercept|CheckPerm|Priv|Prot|String))) { in x86_emulate_insn()
5398 if (((ctxt->d & (Sse|Mmx)) && ((ops->get_cr(ctxt, 0) & X86_CR0_EM))) in x86_emulate_insn()
5404 if ((ctxt->d & (Sse|Mmx)) && (ops->get_cr(ctxt, 0) & X86_CR0_TS)) { in x86_emulate_insn()
5409 if (ctxt->d & Mmx) { in x86_emulate_insn()