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

  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 530 // EVEX_L2 - Set if this instruction has EVEX.L' field set.
532 EVEX_L2 = 1ULL << EVEX_L2Shift,
X86MCCodeEmitter.cpp 662 // EVEX_L2/VEX_L (Vector Length):
670 uint8_t EVEX_L2 = (TSFlags & X86II::EVEX_L2) ? 1 : 0;
    [all...]

Completed in 165 milliseconds