HomeSort by: relevance | last modified time | path
    Searched refs:FEATURES (Results 1 - 7 of 7) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/isctest/vars/
features.py 17 FEATURES = {
56 for name, arg in FEATURES.items():
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-feature-deps.h 38 /* Like get_flags, but return the transitive closure of those features
54 - enable: the transitive closure of the features that FEATURE requires,
57 - explicit_on: the transitive closure of the features that an
88 /* Return the set of all features that would need to be disabled if
89 the features in MASK are disabled.
92 of features, which means that invoking this function once per feature
93 is quadratic in the number of features. However, collecting the same
108 features that must be turned off by +noIDENT. This set is not transitively
116 closure of all the features that the CPU supports. */
117 #define AARCH64_CORE(A, CORE_IDENT, C, ARCH_IDENT, FEATURES, F, G, H, I)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
TargetParser.cpp 1 //===-- TargetParser - Parser for target features ---------------*- C++ -*-===//
9 // This file implements a target parser to recognise hardware features such as
30 unsigned Features;
34 // Name Canonical Kind Features
65 // Don't bother listing the implicitly true features
67 // Name Canonical Kind Features
166 return Entry->Features;
172 return Entry->Features;
247 unsigned Features;
249 bool is64Bit() const { return (Features & FK_64BIT);
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
TargetParser.h 1 //===-- TargetParser - Parser for target features ---------------*- C++ -*-===//
9 // This file implements a target parser to recognise hardware features such as
114 // These features only exist for r600, and are implied true for amdgcn.
119 // Common features.
151 #define PROC(ENUM, NAME, FEATURES, DEFAULT_MARCH) CK_##ENUM,
173 bool getCPUFeaturesExceptStdExt(CPUKind Kind, std::vector<StringRef> &Features);
  /src/external/bsd/cron/dist/
Makefile 84 INFOS = README CHANGES FEATURES INSTALL CONVERSION THANKS MAIL
  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
X86.cpp 106 llvm::StringMap<bool> &Features, DiagnosticsEngine &Diags, StringRef CPU,
111 setFeatureEnabled(Features, "sse2", true);
118 setFeatureEnabled(Features, F, true);
120 if (!TargetInfo::initFeatureMap(Features, Diags, CPU, FeaturesVec))
124 // or disable these features and the things that they depend upon.
127 auto I = Features.find("sse4.2");
128 if (I != Features.end() && I->getValue() &&
130 Features["popcnt"] = true;
134 I = Features.find("sse");
135 if (I != Features.end() && I->getValue() &
    [all...]
  /src/external/bsd/unbound/dist/contrib/
unbound.spec 53 %doc doc/README doc/CREDITS doc/LICENSE doc/FEATURES

Completed in 18 milliseconds