Home | History | Annotate | Download | only in ia32

Lines Matching defs:supported_

54 uint64_t CpuFeatures::supported_ = 0;
60 ASSERT(supported_ == 0);
65 supported_ |= OS::CpuFeaturesImpliedByPlatform();
113 supported_ = (1 << CPUID);
117 supported_ = 0;
137 supported_ = probe();
138 found_by_runtime_probing_ = supported_;
140 supported_ |= os_guarantees;