Home | History | Annotate | Download | only in src

Lines Matching refs:CpuFeatureScope

146 class CpuFeatureScope BASE_EMBEDDED {
149 CpuFeatureScope(AssemblerBase* assembler, CpuFeature f);
150 ~CpuFeatureScope();
156 CpuFeatureScope(AssemblerBase* assembler, CpuFeature f) {}
162 // Supported features must be enabled by a CpuFeatureScope before use.
165 // CpuFeatureScope fscope(assembler, SSE3);