Home | History | Annotate | Download | only in X86

Lines Matching refs:VEX_L

797   // VEX_L (Vector Length):
802 unsigned char VEX_L = 0;
817 if ((TSFlags >> X86II::VEXShift) & X86II::VEX_L)
818 VEX_L = 1;
989 unsigned char LastByte = VEX_PP | (VEX_L << 2) | (VEX_4V << 3);