OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_AVX2
(Results
1 - 3
of
3
) sorted by null
/art/runtime/arch/x86/
instruction_set_features_x86.cc
70
bool
has_AVX2
= false;
89
has_AVX2
, prefers_locked_add, has_POPCNT);
92
has_AVX2
, prefers_locked_add, has_POPCNT);
103
bool
has_AVX2
= (bitmap & kAvxBitfield) != 0;
108
has_AVX,
has_AVX2
, prefers_locked_add,
112
has_AVX,
has_AVX2
, prefers_locked_add,
145
const bool
has_AVX2
= false;
147
const bool
has_AVX2
= true;
161
has_AVX2
, prefers_locked_add, has_POPCNT);
164
has_AVX2
, prefers_locked_add, has_POPCNT)
[
all
...]
instruction_set_features_x86.h
80
bool has_AVX, bool
has_AVX2
,
88
has_AVX2_(
has_AVX2
),
/art/runtime/arch/x86_64/
instruction_set_features_x86_64.h
77
bool has_AVX, bool
has_AVX2
, bool prefers_locked_add,
80
has_AVX2
, prefers_locked_add, has_POPCNT) {
Completed in 68 milliseconds