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.h547 #define X86EMUL_OPC_VEX_ 0x00001000 macro
549 (X86EMUL_OPC(ext, byte) | X86EMUL_OPC_VEX_)
551 (X86EMUL_OPC_66(ext, byte) | X86EMUL_OPC_VEX_)
553 (X86EMUL_OPC_F3(ext, byte) | X86EMUL_OPC_VEX_)
555 (X86EMUL_OPC_F2(ext, byte) | X86EMUL_OPC_VEX_)
A Dx86_emulate.c2530 opcode = X86EMUL_OPC_VEX_; in x86_decode()
2577 opcode = X86EMUL_OPC_VEX_; in x86_decode()

Completed in 15 milliseconds