Searched refs:X86EMUL_OPC_EXT_MASK (Results 1 – 2 of 2) sorted by relevance
526 #define X86EMUL_OPC_EXT_MASK 0xffff0000 macro528 MASK_INSR((ext), X86EMUL_OPC_EXT_MASK))
2479 opcode = b | MASK_INSR(0x0f, X86EMUL_OPC_EXT_MASK); in x86_decode()2485 opcode = b | MASK_INSR(0x0f38, X86EMUL_OPC_EXT_MASK); in x86_decode()2490 opcode = b | MASK_INSR(0x0f3a, X86EMUL_OPC_EXT_MASK); in x86_decode()2594 opcode |= MASK_INSR(0x0f, X86EMUL_OPC_EXT_MASK); in x86_decode()2599 opcode |= MASK_INSR(0x0f38, X86EMUL_OPC_EXT_MASK); in x86_decode()2603 opcode |= MASK_INSR(0x0f3a, X86EMUL_OPC_EXT_MASK); in x86_decode()2616 X86EMUL_OPC_EXT_MASK); in x86_decode()
Completed in 14 milliseconds