Searched refs:X86EMUL_OPC_EVEX_ (Results 1 – 2 of 2) sorted by relevance
556 #define X86EMUL_OPC_EVEX_ 0x00002000 macro558 (X86EMUL_OPC(ext, byte) | X86EMUL_OPC_EVEX_)560 (X86EMUL_OPC_66(ext, byte) | X86EMUL_OPC_EVEX_)562 (X86EMUL_OPC_F3(ext, byte) | X86EMUL_OPC_EVEX_)564 (X86EMUL_OPC_F2(ext, byte) | X86EMUL_OPC_EVEX_)
2561 opcode = X86EMUL_OPC_EVEX_; in x86_decode()
Completed in 14 milliseconds