Home | History | Annotate | Download | only in X86

Lines Matching refs:VEX_L

860   // VEX_L (Vector Length):
865 unsigned char VEX_L = 0;
887 if ((TSFlags >> X86II::VEXShift) & X86II::VEX_L)
888 VEX_L = 1;
1084 unsigned char LastByte = VEX_PP | (VEX_L << 2) | (VEX_4V << 3);