Home
last modified time | relevance | path

Searched refs:has_clflush_ (Results 1 – 2 of 2) sorted by relevance

/external/stressapptest/src/
Dos.cc81 has_clflush_ = false; in OsLayer()
185 has_clflush_ = (edx >> 19) & 1; in GetFeatures()
189 has_clflush_ ? "true" : "false", in GetFeatures()
193 has_clflush_ = true; in GetFeatures()
249 if (has_clflush_) { in Flush()
Dos.h385 bool has_clflush_; // Do we have clflush instructions? variable