Searched refs:Mmx (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | emulate.c | 162 #define Mmx ((u64)1 << 40) /* MMX Vector instruction */ macro 1288 if (ctxt->d & Mmx) { in decode_register_operand() 1339 if (ctxt->d & Mmx) { in decode_modrm() 4598 I(Mmx, em_mov), I(Sse | Aligned, em_mov), N, I(Sse | Unaligned, em_mov), 5393 (NotImpl|Stack|Op3264|Sse|Mmx|Intercept|CheckPerm|NearBranch| in x86_decode_insn() 5424 else if (ctxt->d & Mmx) in x86_decode_insn() 5569 (No64|Undefined|Sse|Mmx|Intercept|CheckPerm|Priv|Prot|String))) { in x86_emulate_insn() 5576 if (((ctxt->d & (Sse|Mmx)) && ((ops->get_cr(ctxt, 0) & X86_CR0_EM))) in x86_emulate_insn() 5582 if ((ctxt->d & (Sse|Mmx)) && (ops->get_cr(ctxt, 0) & X86_CR0_TS)) { in x86_emulate_insn() 5587 if (ctxt->d & Mmx) { in x86_emulate_insn() [all...] |
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | emulate.c | 163 #define Mmx ((u64)1 << 40) /* MMX Vector instruction */ macro 1153 if (ctxt->d & Mmx) { in decode_register_operand() 1204 if (ctxt->d & Mmx) { in decode_modrm() 4173 I(Mmx, em_mov), I(Sse | Aligned, em_mov), N, I(Sse | Unaligned, em_mov), 4978 (NotImpl|Stack|Op3264|Sse|Mmx|Intercept|CheckPerm|NearBranch| in x86_decode_insn() 5009 else if (ctxt->d & Mmx) in x86_decode_insn() 5158 (No64|Undefined|Sse|Mmx|Intercept|CheckPerm|Priv|Prot|String))) { in x86_emulate_insn() 5165 if (((ctxt->d & (Sse|Mmx)) && ((ops->get_cr(ctxt, 0) & X86_CR0_EM))) in x86_emulate_insn() 5171 if ((ctxt->d & (Sse|Mmx)) && (ops->get_cr(ctxt, 0) & X86_CR0_TS)) { in x86_emulate_insn() 5176 if (ctxt->d & Mmx) { in x86_emulate_insn() [all...] |
Completed in 14 milliseconds