Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/
A Dx86_emulate.h526 #define X86EMUL_OPC_EXT_MASK 0xffff0000 macro
528 MASK_INSR((ext), X86EMUL_OPC_EXT_MASK))
A Dx86_emulate.c2479 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