OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_SSSE3_
(Results
1 - 2
of
2
) sorted by null
/art/runtime/arch/x86/
instruction_set_features_x86.h
89
has_SSSE3_
(has_SSSE3),
116
const bool
has_SSSE3_
; // x86 128bit SIMD - Supplemental SSE.
instruction_set_features_x86.cc
220
return (
has_SSSE3_
== other_as_x86->
has_SSSE3_
) &&
229
return (
has_SSSE3_
? kSsse3Bitfield : 0) |
239
if (
has_SSSE3_
) {
275
bool has_SSSE3 =
has_SSSE3_
;
Completed in 438 milliseconds