Home
last modified time | relevance | path

Searched defs:has_SSSE3 (Results 1 – 3 of 3) sorted by relevance

/art/runtime/arch/x86/
Dinstruction_set_features_x86.cc61 bool has_SSSE3 = FindVariantInArray(x86_variants_with_ssse3, arraysize(x86_variants_with_ssse3), in FromVariant() local
99 bool has_SSSE3 = (bitmap & kSsse3Bitfield) != 0; in FromBitmap() local
121 const bool has_SSSE3 = false; in FromCppDefines() local
123 const bool has_SSSE3 = true; in FromCppDefines() local
172 bool has_SSSE3 = false; in FromCpuInfo() local
311 bool has_SSSE3 = has_SSSE3_; in AddFeaturesFromSplitString() local
Dinstruction_set_features_x86.h79 X86InstructionSetFeatures(bool smp, bool has_SSSE3, bool has_SSE4_1, bool has_SSE4_2, in X86InstructionSetFeatures()
/art/runtime/arch/x86_64/
Dinstruction_set_features_x86_64.h76 X86_64InstructionSetFeatures(bool smp, bool has_SSSE3, bool has_SSE4_1, bool has_SSE4_2, in X86_64InstructionSetFeatures()