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

  /external/v8/src/compiler/
instruction-selector.h 121 explicit Features(CpuFeature f) : bits_(1u << f) {}
122 Features(CpuFeature f1, CpuFeature f2) : bits_((1u << f1) | (1u << f2)) {}
124 bool Contains(CpuFeature f) const { return (bits_ & (1u << f)); }
130 bool IsSupported(CpuFeature feature) const {
  /external/v8/test/unittests/compiler/
instruction-selector-unittest.h 74 Stream Build(CpuFeature feature) {
77 Stream Build(CpuFeature feature1, CpuFeature feature2) {
  /external/v8/src/
assembler.h 82 bool IsEnabled(CpuFeature f) {
187 CpuFeatureScope(AssemblerBase* assembler, CpuFeature f);
194 CpuFeatureScope(AssemblerBase* assembler, CpuFeature f) {}
222 static bool IsSupported(CpuFeature f) {
    [all...]
globals.h 728 enum CpuFeature {
    [all...]
assembler.cc 211 CpuFeatureScope::CpuFeatureScope(AssemblerBase* assembler, CpuFeature f)
    [all...]
  /external/v8/src/mips/
constants-mips.h 108 (CpuFeatures::IsSupported(static_cast<CpuFeature>(check)))
    [all...]

Completed in 417 milliseconds