OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_SSE4_1_
(Results
1 - 2
of
2
) sorted by null
/art/runtime/arch/x86/
instruction_set_features_x86.h
65
bool HasSSE4_1() const { return
has_SSE4_1_
; }
90
has_SSE4_1_
(has_SSE4_1),
117
const bool
has_SSE4_1_
; // x86 128bit SIMD SSE4.1.
instruction_set_features_x86.cc
221
(
has_SSE4_1_
== other_as_x86->
has_SSE4_1_
) &&
230
(
has_SSE4_1_
? kSse4_1Bitfield : 0) |
244
if (
has_SSE4_1_
) {
276
bool has_SSE4_1 =
has_SSE4_1_
;
Completed in 59 milliseconds