Searched refs:X86EMUL_OPC_66 (Results 1 – 2 of 2) sorted by relevance
/xen/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.c | 2889 case X86EMUL_OPC_66(0, 0x14) in x86_decode_0f3a() 2898 case X86EMUL_OPC_66(0, 0x20): /* pinsrb */ in x86_decode_0f3a() 2906 case X86EMUL_OPC_66(0, 0x22): /* pinsr{d,q} */ in x86_decode_0f3a() 6282 case X86EMUL_OPC_66(pfx, opc) in x86_emulate() 6285 case X86EMUL_OPC_66(pfx, opc) in x86_emulate() 7726 case X86EMUL_OPC_66(0x0f, 0x73): in x86_emulate() 7823 case X86EMUL_OPC_66(0x0f, 0x78): /* Grp17 */ in x86_emulate() 10341 case X86EMUL_OPC_66(0x0f38, 0xf6): /* adcx r/m,r */ in x86_emulate() 12250 case X86EMUL_OPC_66(0x0f, 0x18) in x86_insn_is_mem_access() 12251 ... X86EMUL_OPC_66(0x0f, 0x1f): /* NOP space */ in x86_insn_is_mem_access() [all …]
|
A D | x86_emulate.h | 646 # define X86EMUL_OPC_66(ext, byte) (X86EMUL_OPC(ext, byte) | 0x00000100) macro 656 (X86EMUL_OPC_66(ext, byte) | X86EMUL_OPC_VEX_) 665 (X86EMUL_OPC_66(ext, byte) | X86EMUL_OPC_EVEX_) 672 #define X86EMUL_OPC_XOP_66(ext, byte) X86EMUL_OPC_66(0x8f##ext, byte)
|
Completed in 29 milliseconds