Home
last modified time | relevance | path

Searched refs:X86EMUL_OPC_VEX (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/
A Dx86_emulate.h548 # define X86EMUL_OPC_VEX(ext, byte) \ macro
A Dx86_emulate.c2230 case X86EMUL_OPC_VEX(0, 0xae): in x86_decode_twobyte()
2320 case X86EMUL_OPC_VEX(0, 0xf2): /* andn */ in x86_decode_0f38()
2321 case X86EMUL_OPC_VEX(0, 0xf3): /* Grp 17 */ in x86_decode_0f38()
2322 case X86EMUL_OPC_VEX(0, 0xf5): /* bzhi */ in x86_decode_0f38()
2326 case X86EMUL_OPC_VEX(0, 0xf7): /* bextr */ in x86_decode_0f38()
6278 case X86EMUL_OPC_VEX(0x0f, 0x77): /* vzero{all,upper} */ in x86_emulate()
6538 case X86EMUL_OPC_VEX(0x0f, 0xae): /* Grp15 */ in x86_emulate()
7411 case X86EMUL_OPC_VEX(0x0f38, 0xf2): /* andn r/m,r,r */ in x86_emulate()
7412 case X86EMUL_OPC_VEX(0x0f38, 0xf5): /* bzhi r,r/m,r */ in x86_emulate()
7415 case X86EMUL_OPC_VEX(0x0f38, 0xf7): /* bextr r,r/m,r */ in x86_emulate()
[all …]

Completed in 16 milliseconds