Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dinsn.h96 #define X86_VEX_V(vex) (((vex) & 0x78) >> 3) /* VEX3 Byte2, VEX2 Byte1 */ macro
/linux-4.4.14/arch/x86/include/asm/
Dinsn.h96 #define X86_VEX_V(vex) (((vex) & 0x78) >> 3) /* VEX3 Byte2, VEX2 Byte1 */ macro