Home
last modified time | relevance | path

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

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dcpu_info.cc225 std::bitset<32> features_ECX; in RetrieveCPUInfo() local
245 features_ECX = cpu_info[2]; in RetrieveCPUInfo()
262 if (features_ECX[27]) { // OSXSAVE in RetrieveCPUInfo()
268 if (features_ECX[9]) *hardware_flags |= CpuInfo::SSSE3; in RetrieveCPUInfo()
269 if (features_ECX[19]) *hardware_flags |= CpuInfo::SSE4_1; in RetrieveCPUInfo()
270 if (features_ECX[20]) *hardware_flags |= CpuInfo::SSE4_2; in RetrieveCPUInfo()
271 if (features_ECX[23]) *hardware_flags |= CpuInfo::POPCNT; in RetrieveCPUInfo()
272 if (features_ECX[23]) *hardware_flags |= CpuInfo::AVX; in RetrieveCPUInfo()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/util/
H A Dcpu_info.cc241 std::bitset<32> features_ECX; in RetrieveCPUInfo() local
261 features_ECX = cpu_info[2]; in RetrieveCPUInfo()
278 if (features_ECX[27]) { // OSXSAVE in RetrieveCPUInfo()
284 if (features_ECX[9]) *hardware_flags |= CpuInfo::SSSE3; in RetrieveCPUInfo()
285 if (features_ECX[19]) *hardware_flags |= CpuInfo::SSE4_1; in RetrieveCPUInfo()
286 if (features_ECX[20]) *hardware_flags |= CpuInfo::SSE4_2; in RetrieveCPUInfo()
287 if (features_ECX[23]) *hardware_flags |= CpuInfo::POPCNT; in RetrieveCPUInfo()
288 if (features_ECX[23]) *hardware_flags |= CpuInfo::AVX; in RetrieveCPUInfo()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dcpu_info.cc208 std::bitset<32> features_ECX; in RetrieveCPUInfo() local
218 features_ECX = cpu_info[2]; in RetrieveCPUInfo()
234 if (features_ECX[9]) *hardware_flags |= CpuInfo::SSSE3; in RetrieveCPUInfo()
235 if (features_ECX[19]) *hardware_flags |= CpuInfo::SSE4_1; in RetrieveCPUInfo()
236 if (features_ECX[20]) *hardware_flags |= CpuInfo::SSE4_2; in RetrieveCPUInfo()
237 if (features_ECX[23]) *hardware_flags |= CpuInfo::POPCNT; in RetrieveCPUInfo()