Home | History | Annotate | Download | only in ia32

Lines Matching refs:supported_

54 uint64_t CpuFeatures::supported_ = 0;
62 ASSERT(supported_ == 0);
67 supported_ |= OS::CpuFeaturesImpliedByPlatform();
115 supported_ = (1 << CPUID);
119 supported_ = 0;
139 supported_ = probe();
140 found_by_runtime_probing_ = supported_;
142 supported_ |= os_guarantees;