HomeSort by relevance Sort by last modified time
    Searched full:hasadx (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/X86/
X86Subtarget.h 124 /// HasADX - Processor has ADX instructions.
125 bool HasADX;
256 bool hasADX() const { return HasADX; }
X86.td 123 def FeatureADX : SubtargetFeature<"adx", "HasADX", "true",
X86Subtarget.cpp 442 HasADX = false;
X86InstrArithmetic.td     [all...]
X86InstrInfo.td 606 def HasADX : Predicate<"Subtarget->hasADX()">;
    [all...]

Completed in 43 milliseconds