OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kSse4_1Bitfield
(Results
1 - 2
of
2
) sorted by null
/art/runtime/arch/x86/
instruction_set_features_x86.h
109
kSse4_1Bitfield
= 1 << 1,
instruction_set_features_x86.cc
110
bool has_SSE4_1 = (bitmap &
kSse4_1Bitfield
) != 0;
230
(has_SSE4_1_ ?
kSse4_1Bitfield
: 0) |
Completed in 329 milliseconds