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 - 2
of
2
) sorted by null
/art/runtime/arch/x86/
instruction_set_features_x86.h
91
has_SSE4_2_
(has_SSE4_2),
118
const bool
has_SSE4_2_
; // x86 128bit SIMD SSE4.2.
instruction_set_features_x86.cc
222
(
has_SSE4_2_
== other_as_x86->
has_SSE4_2_
) &&
231
(
has_SSE4_2_
? kSse4_2Bitfield : 0) |
249
if (
has_SSE4_2_
) {
277
bool has_SSE4_2 =
has_SSE4_2_
;
Completed in 104 milliseconds