Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dinsn.h87 #define X86_VEX_W(vex) ((vex) & 0x80) /* VEX3 Byte2 */ macro
/linux-3.4.99/arch/x86/lib/
Dinsn.c158 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes()