Searched refs:X86EMUL_OPC_VEX_F2 (Results 1 – 2 of 2) sorted by relevance
/xen/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.h | 659 # define X86EMUL_OPC_VEX_F2(ext, byte) \ macro
|
A D | x86_emulate.c | 2795 case X86EMUL_OPC_VEX_F2(0, 0xf0): /* vlddqu mem,{x,y}mm */ in x86_decode_twobyte() 2862 case X86EMUL_OPC_VEX_F2(0, 0xf5): /* pdep */ in x86_decode_0f38() 2863 case X86EMUL_OPC_VEX_F2(0, 0xf6): /* mulx */ in x86_decode_0f38() 2867 case X86EMUL_OPC_VEX_F2(0, 0xf7): /* shrx */ in x86_decode_0f38() 2895 case X86EMUL_OPC_VEX_F2(0, 0xf0): /* rorx */ in x86_decode_0f3a() 7971 case X86EMUL_OPC_VEX_F2(0x0f, 0x92): /* kmov{d,q} reg,k */ in x86_emulate() 8008 case X86EMUL_OPC_VEX_F2(0x0f, 0x93): /* kmov{d,q} k,reg */ in x86_emulate() 10276 case X86EMUL_OPC_VEX_F2(0x0f38, 0xf5): /* pdep r/m,r,r */ in x86_emulate() 10280 case X86EMUL_OPC_VEX_F2(0x0f38, 0xf7): /* shrx r,r/m,r */ in x86_emulate() 10374 case X86EMUL_OPC_VEX_F2(0x0f38, 0xf6): /* mulx r/m,r,r */ in x86_emulate() [all …]
|
Completed in 21 milliseconds