Home
last modified time | relevance | path

Searched refs:HasPopCnt (Results 1 – 3 of 3) sorted by relevance

/art/runtime/arch/x86/
Dinstruction_set_features_x86.h88 bool HasPopCnt() const { return has_POPCNT_; } in HasPopCnt() function
/art/compiler/optimizing/
Dintrinsics_x86_64.cc2265 if (!codegen->GetInstructionSetFeatures().HasPopCnt()) { in CreateBitCountLocations()
Dintrinsics_x86.cc2178 if (!codegen->GetInstructionSetFeatures().HasPopCnt()) { in CreateBitCountLocations()