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

  /prebuilts/go/darwin-x86/src/internal/cpu/
cpu_x86.go 56 X86.HasADX = isSet(19, ebx7)
cpu.go 18 HasADX bool
  /prebuilts/go/linux-x86/src/internal/cpu/
cpu_x86.go 56 X86.HasADX = isSet(19, ebx7)
cpu.go 18 HasADX bool
  /external/llvm/lib/Target/X86/
X86Subtarget.h 154 bool HasADX;
423 bool hasADX() const { return HasADX; }
X86Subtarget.cpp 269 HasADX = false;
  /external/llvm/lib/Support/
Host.cpp 728 bool HasADX = HasLeaf7 && ((EBX >> 19) & 1);
735 Features |= (HasADX << FEATURE_ADX);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Host.cpp 762 bool HasADX = HasLeaf7 && ((EBX >> 19) & 1);
769 Features |= (HasADX << FEATURE_ADX);
    [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]

Completed in 687 milliseconds