Searched refs:X86EMUL_OPC_VEX_ (Results 1 – 2 of 2) sorted by relevance
547 #define X86EMUL_OPC_VEX_ 0x00001000 macro549 (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_)
2530 opcode = X86EMUL_OPC_VEX_; in x86_decode()2577 opcode = X86EMUL_OPC_VEX_; in x86_decode()
Completed in 14 milliseconds