Searched refs:X86EMUL_OPC_VEX_F2 (Results 1 – 2 of 2) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.h | 554 # define X86EMUL_OPC_VEX_F2(ext, byte) \ macro
|
A D | x86_emulate.c | 2268 case X86EMUL_OPC_VEX_F2(0, 0xf0): /* vlddqu mem,{x,y}mm */ in x86_decode_twobyte() 2324 case X86EMUL_OPC_VEX_F2(0, 0xf5): /* pdep */ in x86_decode_0f38() 2325 case X86EMUL_OPC_VEX_F2(0, 0xf6): /* mulx */ in x86_decode_0f38() 2329 case X86EMUL_OPC_VEX_F2(0, 0xf7): /* shrx */ in x86_decode_0f38() 2355 case X86EMUL_OPC_VEX_F2(0, 0xf0): /* rorx */ in x86_decode_0f3a() 6364 case X86EMUL_OPC_VEX_F2(0x0f, 0xf0): /* vlddqu mem,{x,y}mm */ in x86_emulate() 7011 case X86EMUL_OPC_VEX_F2(0x0f, 0xe6): /* vcvtpd2dq {x,y}mm/mem,xmm */ in x86_emulate() 7414 case X86EMUL_OPC_VEX_F2(0x0f38, 0xf5): /* pdep r/m,r,r */ in x86_emulate() 7418 case X86EMUL_OPC_VEX_F2(0x0f38, 0xf7): /* shrx r,r/m,r */ in x86_emulate() 7512 case X86EMUL_OPC_VEX_F2(0x0f38, 0xf6): /* mulx r/m,r,r */ in x86_emulate() [all …]
|
Completed in 18 milliseconds