Searched refs:X86EMUL_OPC_EVEX_66 (Results 1 – 2 of 2) sorted by relevance
/xen/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.c | 2786 case X86EMUL_OPC_EVEX_66(0, 0xc4): /* vpinsrw */ in x86_decode_twobyte() 2840 case X86EMUL_OPC_EVEX_66(0, 0x7a): /* vpbroadcastb */ in x86_decode_0f38() 2841 case X86EMUL_OPC_EVEX_66(0, 0x7b): /* vpbroadcastw */ in x86_decode_0f38() 2893 case X86EMUL_OPC_EVEX_66(0, 0x14) in x86_decode_0f3a() 2900 case X86EMUL_OPC_EVEX_66(0, 0x20): /* vpinsrb */ in x86_decode_0f3a() 2908 case X86EMUL_OPC_EVEX_66(0, 0x22): /* vpinsr{d,q} */ in x86_decode_0f3a() 7680 case X86EMUL_OPC_EVEX_66(0x0f, 0x71): /* Grp12 */ in x86_emulate() 7694 case X86EMUL_OPC_EVEX_66(0x0f, 0x72): /* Grp13 */ in x86_emulate() 7742 case X86EMUL_OPC_EVEX_66(0x0f, 0x73): /* Grp14 */ in x86_emulate() 10072 case X86EMUL_OPC_EVEX_66(0x0f38, 0xc6): in x86_emulate() [all …]
|
A D | x86_emulate.h | 664 # define X86EMUL_OPC_EVEX_66(ext, byte) \ macro
|
Completed in 29 milliseconds