Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/
A Dx86_emulate.c2351 case X86EMUL_OPC_66(0, 0x14) in x86_decode_0f3a()
2352 ... X86EMUL_OPC_66(0, 0x17): /* pextr*, extractps */ in x86_decode_0f3a()
2358 case X86EMUL_OPC_66(0, 0x20): /* pinsrb */ in x86_decode_0f3a()
2365 case X86EMUL_OPC_66(0, 0x22): /* pinsr{d,q} */ in x86_decode_0f3a()
5411 case X86EMUL_OPC_66(pfx, opc) in x86_emulate()
5518 case X86EMUL_OPC_66(0x0f, 0x12): /* movlpd m64,xmm */ in x86_emulate()
5522 case X86EMUL_OPC_66(0x0f, 0x16): /* movhpd m64,xmm */ in x86_emulate()
6261 case X86EMUL_OPC_66(0x0f, 0x73): in x86_emulate()
6333 case X86EMUL_OPC_66(0x0f, 0x78): /* Grp17 */ in x86_emulate()
6356 case X86EMUL_OPC_66(0x0f, 0x79): /* extrq xmm,xmm */ in x86_emulate()
[all …]
A Dx86_emulate.h541 # define X86EMUL_OPC_66(ext, byte) (X86EMUL_OPC(ext, byte) | 0x00000100) macro
551 (X86EMUL_OPC_66(ext, byte) | X86EMUL_OPC_VEX_)
560 (X86EMUL_OPC_66(ext, byte) | X86EMUL_OPC_EVEX_)
567 #define X86EMUL_OPC_XOP_66(ext, byte) X86EMUL_OPC_66(0x8f##ext, byte)

Completed in 17 milliseconds