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 127 /// HasADX - Processor has ADX instructions.
128 bool HasADX;
283 bool hasADX() const { return HasADX; }
X86Subtarget.cpp 355 HasADX = true;
483 HasADX = false;
X86.td 138 def FeatureADX : SubtargetFeature<"adx", "HasADX", "true",
X86InstrArithmetic.td     [all...]
X86InstrInfo.td 645 def HasADX : Predicate<"Subtarget->hasADX()">;
    [all...]

Completed in 131 milliseconds