Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:VEX_L

644   // VEX_L (Vector Length):
649 unsigned char VEX_L = 0;
682 if (TSFlags & X86II::VEX_L)
683 VEX_L = 1;
934 unsigned char LastByte = VEX_PP | (VEX_L << 2) | (VEX_4V << 3);
978 (VEX_L << 5) |