Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:VEX_L

185       unsigned EVEX_LL = ((TSFlags >> X86II::VEXShift) & X86II::VEX_L) ? 1 : 0;
585 // VEX_L (Vector Length):
590 unsigned char VEX_L = 0;
625 if ((TSFlags >> X86II::VEXShift) & X86II::VEX_L)
626 VEX_L = 1;
903 unsigned char LastByte = VEX_PP | (VEX_L << 2) | (VEX_4V << 3);
938 (VEX_L << 5) |