Home
last modified time | relevance | path

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

/arch/x86/kvm/
Demulate.c122 #define Sse (1<<18) /* SSE Vector instruction */ macro
1190 if (ctxt->d & Sse) { in decode_register_operand()
1249 if (ctxt->d & Sse) { in decode_modrm()
3804 I(Mmx, em_mov), I(Sse | Aligned, em_mov), N, I(Sse | Unaligned, em_mov),
4011 N, N, N, GP(ModRM | DstMem | SrcReg | Sse | Mov | Aligned, &pfx_vmovntpx),
4450 if (ctxt->d & Sse) in x86_decode_insn()
4589 if (((ctxt->d & (Sse|Mmx)) && ((ops->get_cr(ctxt, 0) & X86_CR0_EM))) in x86_emulate_insn()
4590 || ((ctxt->d & Sse) && !(ops->get_cr(ctxt, 4) & X86_CR4_OSFXSR))) { in x86_emulate_insn()
4595 if ((ctxt->d & (Sse|Mmx)) && (ops->get_cr(ctxt, 0) & X86_CR0_TS)) { in x86_emulate_insn()