Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:VEX_L

207       unsigned EVEX_LL = ((TSFlags >> X86II::VEXShift) & X86II::VEX_L) ? 1 : 0;
668 // VEX_L (Vector Length):
673 unsigned char VEX_L = 0;
706 if ((TSFlags >> X86II::VEXShift) & X86II::VEX_L)
707 VEX_L = 1;
958 unsigned char LastByte = VEX_PP | (VEX_L << 2) | (VEX_4V << 3);
1002 (VEX_L << 5) |