Home
last modified time | relevance | path

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 Dx86_emulate.h554 # define X86EMUL_OPC_VEX_F2(ext, byte) \ macro
A Dx86_emulate.c2268 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 15 milliseconds