Searched refs:X86EMUL_OPC_EXT_MASK (Results 1 – 2 of 2) sorted by relevance
631 #define X86EMUL_OPC_EXT_MASK 0xffff0000 macro633 MASK_INSR((ext), X86EMUL_OPC_EXT_MASK))
3021 opcode = b | MASK_INSR(0x0f, X86EMUL_OPC_EXT_MASK); in x86_decode()3027 opcode = b | MASK_INSR(0x0f38, X86EMUL_OPC_EXT_MASK); in x86_decode()3032 opcode = b | MASK_INSR(0x0f3a, X86EMUL_OPC_EXT_MASK); in x86_decode()3134 opcode |= MASK_INSR(0x0f, X86EMUL_OPC_EXT_MASK); in x86_decode()3139 opcode |= MASK_INSR(0x0f38, X86EMUL_OPC_EXT_MASK); in x86_decode()3143 opcode |= MASK_INSR(0x0f3a, X86EMUL_OPC_EXT_MASK); in x86_decode()3155 X86EMUL_OPC_EXT_MASK); in x86_decode()
Completed in 21 milliseconds