Home
last modified time | relevance | path

Searched refs:has_SSE4_1_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/arch/x86/
Dinstruction_set_features_x86.cc247 (has_SSE4_1_ == other_as_x86->has_SSE4_1_) && in Equals()
260 (has_SSE4_1_ || !other_as_x86->has_SSE4_1_) && in HasAtLeast()
269 (has_SSE4_1_ ? kSse4_1Bitfield : 0) | in AsBitmap()
283 if (has_SSE4_1_) { in GetFeatureString()
315 bool has_SSE4_1 = has_SSE4_1_; in AddFeaturesFromSplitString()
Dinstruction_set_features_x86.h86 bool HasSSE4_1() const { return has_SSE4_1_; } in HasSSE4_1()
115 has_SSE4_1_(has_SSE4_1), in X86InstructionSetFeatures()
142 const bool has_SSE4_1_; // x86 128bit SIMD SSE4.1. variable