Searched refs:X86EMUL_OPC_F2 (Results 1 – 2 of 2) sorted by relevance
/xen/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.h | 648 # define X86EMUL_OPC_F2(ext, byte) (X86EMUL_OPC(ext, byte) | 0x00000300) macro 660 (X86EMUL_OPC_F2(ext, byte) | X86EMUL_OPC_VEX_) 669 (X86EMUL_OPC_F2(ext, byte) | X86EMUL_OPC_EVEX_) 674 #define X86EMUL_OPC_XOP_F2(ext, byte) X86EMUL_OPC_F2(0x8f##ext, byte)
|
A D | x86_emulate.c | 6526 case X86EMUL_OPC_F2(0x0f, 0x12): /* movddup xmm/m64,xmm */ in x86_emulate() 7847 case X86EMUL_OPC_F2(0x0f, 0x79): /* insertq xmm,xmm */ in x86_emulate() 7886 case X86EMUL_OPC_F2(0x0f, 0xf0): /* lddqu m128,xmm */ in x86_emulate() 7891 case X86EMUL_OPC_F2(0x0f, 0x7c): /* haddps xmm/m128,xmm */ in x86_emulate() 7895 case X86EMUL_OPC_F2(0x0f, 0x7d): /* hsubps xmm/m128,xmm */ in x86_emulate() 8872 case X86EMUL_OPC_F2(0x0f, 0xd6): /* movdq2q xmm,mm */ in x86_emulate() 10244 case X86EMUL_OPC_F2(0x0f38, 0xf0): /* crc32 r/m8, r{32,64} */ in x86_emulate() 10403 case X86EMUL_OPC_F2(0x0f38, 0xf8): /* enqcmd r,m512 */ in x86_emulate() 12254 case X86EMUL_OPC_F2(0x0f, 0x18) in x86_insn_is_mem_access() 12255 ... X86EMUL_OPC_F2(0x0f, 0x1f): /* NOP space */ in x86_insn_is_mem_access() [all …]
|
Completed in 834 milliseconds