OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_POPCNT_
(Results
1 - 2
of
2
) sorted by null
/art/runtime/arch/x86/
instruction_set_features_x86.h
65
bool HasPopCnt() const { return
has_POPCNT_
; }
90
has_POPCNT_
(has_POPCNT) {
112
const bool
has_POPCNT_
; // x86 population count
instruction_set_features_x86.cc
249
(
has_POPCNT_
== other_as_x86->
has_POPCNT_
);
260
(
has_POPCNT_
? kPopCntBitfield : 0);
300
if (
has_POPCNT_
) {
317
bool has_POPCNT =
has_POPCNT_
;
Completed in 52 milliseconds