Searched refs:X86EMUL_OPC_VEX_66 (Results 1 – 2 of 2) sorted by relevance
/xen/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.c | 2734 case X86EMUL_OPC_VEX_66(0, 0x90): /* kmov{b,d} */ in x86_decode_twobyte() 2740 case X86EMUL_OPC_VEX_66(0, 0x91): /* kmov{b,d} */ in x86_decode_twobyte() 2785 case X86EMUL_OPC_VEX_66(0, 0xc4): /* vpinsrw */ in x86_decode_twobyte() 2865 case X86EMUL_OPC_VEX_66(0, 0xf7): /* shlx */ in x86_decode_0f38() 2891 case X86EMUL_OPC_VEX_66(0, 0x14) in x86_decode_0f3a() 2899 case X86EMUL_OPC_VEX_66(0, 0x20): /* vpinsrb */ in x86_decode_0f3a() 2907 case X86EMUL_OPC_VEX_66(0, 0x22): /* vpinsr{d,q} */ in x86_decode_0f3a() 6297 case X86EMUL_OPC_VEX_66(pfx, opc) in x86_emulate() 7623 case X86EMUL_OPC_VEX_66(0x0f, 0x71): in x86_emulate() 7625 case X86EMUL_OPC_VEX_66(0x0f, 0x72): in x86_emulate() [all …]
|
A D | x86_emulate.h | 655 # define X86EMUL_OPC_VEX_66(ext, byte) \ macro
|
Completed in 28 milliseconds