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

  /external/llvm/include/llvm/MC/
SubtargetFeature.h 38 uint64_t Implies; // K-V bit mask
  /external/llvm/lib/MC/
SubtargetFeature.cpp 200 if (FeatureEntry->Implies & FE.Value) {
207 /// ClearImpliedBits - For each feature that (transitively) implies this
219 if (FE.Implies & FeatureEntry->Value) {
240 // For each feature that implies this, clear it.
245 // For each feature that this implies, set it.
322 // For each feature that this implies, set it.
327 // For each feature that implies this, clear it.
  /external/v8/src/
d8.js     [all...]

Completed in 179 milliseconds