Home
last modified time | relevance | path

Searched refs:X86EMUL_OPC_EXT_MASK (Results 1 – 2 of 2) sorted by relevance

/xen/xen/arch/x86/x86_emulate/
A Dx86_emulate.h631 #define X86EMUL_OPC_EXT_MASK 0xffff0000 macro
633 MASK_INSR((ext), X86EMUL_OPC_EXT_MASK))
A Dx86_emulate.c3021 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