Searched refs:X86EMUL_OPC_VEX (Results 1 – 2 of 2) sorted by relevance
/xen/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.c | 2733 case X86EMUL_OPC_VEX(0, 0x90): /* kmov{w,q} */ in x86_decode_twobyte() 2739 case X86EMUL_OPC_VEX(0, 0x91): /* kmov{w,q} */ in x86_decode_twobyte() 2748 case X86EMUL_OPC_VEX(0, 0xae): in x86_decode_twobyte() 2858 case X86EMUL_OPC_VEX(0, 0xf2): /* andn */ in x86_decode_0f38() 2859 case X86EMUL_OPC_VEX(0, 0xf3): /* Grp 17 */ in x86_decode_0f38() 2860 case X86EMUL_OPC_VEX(0, 0xf5): /* bzhi */ in x86_decode_0f38() 2864 case X86EMUL_OPC_VEX(0, 0xf7): /* bextr */ in x86_decode_0f38() 7969 case X86EMUL_OPC_VEX(0x0f, 0x92): /* kmovw r32,k */ in x86_emulate() 8006 case X86EMUL_OPC_VEX(0x0f, 0x93): /* kmovw k,r32 */ in x86_emulate() 8293 case X86EMUL_OPC_VEX(0x0f, 0xae): /* Grp15 */ in x86_emulate() [all …]
|
A D | x86_emulate.h | 653 # define X86EMUL_OPC_VEX(ext, byte) \ macro
|
Completed in 23 milliseconds