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

  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 644 // VEX_L (Vector Length):
649 unsigned char VEX_L = 0;
682 if (TSFlags & X86II::VEX_L)
683 VEX_L = 1;
    [all...]
X86BaseInfo.h 503 /// VEX_L - Stands for a bit in the VEX opcode prefix meaning the current
508 VEX_L = 1ULL << VEX_LShift,
515 // TODO: we should combine VEX_L and VEX_LIG together to form a 2-bit field

Completed in 880 milliseconds