Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dinsn.h97 #define X86_VEX_P(vex) ((vex) & 0x03) /* VEX3 Byte2, VEX2 Byte1 */ macro
154 return X86_VEX_P(insn->vex_prefix.bytes[1]); in insn_vex_p_bits()
156 return X86_VEX_P(insn->vex_prefix.bytes[2]); in insn_vex_p_bits()