OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_SSE4_2
(Results
1 - 3
of
3
) sorted by null
/art/runtime/arch/x86/
instruction_set_features_x86.cc
59
bool
has_SSE4_2
,
66
has_SSE4_2
,
73
has_SSE4_2
,
88
bool
has_SSE4_2
= FindVariantInArray(x86_variants_with_sse4_2,
105
return Create(x86_64, has_SSSE3, has_SSE4_1,
has_SSE4_2
, has_AVX, has_AVX2, has_POPCNT);
111
bool
has_SSE4_2
= (bitmap & kSse4_2Bitfield) != 0;
115
return Create(x86_64, has_SSSE3, has_SSE4_1,
has_SSE4_2
, has_AVX, has_AVX2, has_POPCNT);
132
const bool
has_SSE4_2
= false;
134
const bool
has_SSE4_2
= true;
155
return Create(x86_64, has_SSSE3, has_SSE4_1,
has_SSE4_2
, has_AVX, has_AVX2, has_POPCNT)
[
all
...]
instruction_set_features_x86.h
84
bool
has_SSE4_2
,
91
has_SSE4_2_(
has_SSE4_2
),
100
bool
has_SSE4_2
,
/art/runtime/arch/x86_64/
instruction_set_features_x86_64.h
79
bool
has_SSE4_2
,
83
: X86InstructionSetFeatures(has_SSSE3, has_SSE4_1,
has_SSE4_2
, has_AVX,
Completed in 57 milliseconds