Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/
A Dx86_emulate.h542 # define X86EMUL_OPC_F3(ext, byte) (X86EMUL_OPC(ext, byte) | 0x00000200) macro
553 (X86EMUL_OPC_F3(ext, byte) | X86EMUL_OPC_VEX_)
562 (X86EMUL_OPC_F3(ext, byte) | X86EMUL_OPC_EVEX_)
568 #define X86EMUL_OPC_XOP_F3(ext, byte) X86EMUL_OPC_F3(0x8f##ext, byte)
A Dx86_emulate.c2109 ctxt->opcode |= X86EMUL_OPC_F3(0, 0); in x86_decode_onebyte()
3637 case X86EMUL_OPC_F3(0, 0x90): /* pause / xchg %%r8,%%rax */ in x86_emulate()
5542 case X86EMUL_OPC_F3(0x0f, 0x12): /* movsldup xmm/m128,xmm */ in x86_emulate()
6117 case X86EMUL_OPC_F3(0x0f, 0x6f): /* movdqu xmm/m128,xmm */ in x86_emulate()
6121 case X86EMUL_OPC_F3(0x0f, 0x7f): /* movdqu xmm,xmm/m128 */ in x86_emulate()
6382 case X86EMUL_OPC_F3(0x0f, 0x7e): /* movq xmm/m64,xmm */ in x86_emulate()
6552 case X86EMUL_OPC_F3(0x0f, 0xae): /* Grp15 */ in x86_emulate()
6632 case X86EMUL_OPC_F3(0x0f, 0xb8): /* popcnt r/m,r */ in x86_emulate()
6984 case X86EMUL_OPC_F3(0x0f, 0xd6): /* movq2dq mm,xmm */ in x86_emulate()
7008 case X86EMUL_OPC_F3(0x0f, 0xe6): /* cvtdq2pd xmm/mem,xmm */ in x86_emulate()
[all …]
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Demulate.c66 [INSTR_PAUSE] = { X86EMUL_OPC_F3(0, 0x90) },

Completed in 18 milliseconds