HomeSort by relevance Sort by last modified time
    Searched refs:VEX_L (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 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);
    [all...]
X86BaseInfo.h 455 /// VEX_L - Stands for a bit in the VEX opcode prefix meaning the current
459 VEX_L = 1U << 5,
465 // TODO: we should combine VEX_L and VEX_LIG together to form a 2-bit field
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 860 // VEX_L (Vector Length):
865 unsigned char VEX_L = 0;
887 if ((TSFlags >> X86II::VEXShift) & X86II::VEX_L)
888 VEX_L = 1;
    [all...]

Completed in 508 milliseconds