Home
last modified time | relevance | path

Searched refs:has_avx_ (Results 1 – 25 of 28) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/base/
H A Dcpu.cc46 has_avx_(false), in CPU()
183 has_avx_ = in Initialize()
189 has_avx2_ = has_avx_ && (cpu_info7[1] & 0x00000020) != 0; in Initialize()
H A Dcpu.h49 bool has_avx() const { return has_avx_; } in has_avx()
78 bool has_avx_; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/base/
H A Dcpu.h49 bool has_avx() const { return has_avx_; } in has_avx()
81 bool has_avx_; variable
H A Dcpu.cc48 has_avx_(false), in CPU()
247 has_avx_ = in Initialize()
253 has_avx2_ = has_avx_ && (cpu_info7[1] & 0x00000020) != 0; in Initialize()
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/base/
H A Dcpu.h49 bool has_avx() const { return has_avx_; } in has_avx()
78 bool has_avx_; variable
H A Dcpu.cc47 has_avx_(false), in CPU()
201 has_avx_ = in Initialize()
207 has_avx2_ = has_avx_ && (cpu_info7[1] & 0x00000020) != 0; in Initialize()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/
H A Dcpu.h63 bool has_avx() const { return has_avx_; } in has_avx()
93 bool has_avx_; variable
H A Dcpu.cc84 has_avx_(false), in CPU()
236 has_avx_ = in Initialize()
242 has_avx2_ = has_avx_ && (cpu_info7[1] & 0x00000020) != 0; in Initialize()
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/base/
H A Dcpu.h63 bool has_avx() const { return has_avx_; } in has_avx()
93 bool has_avx_; variable
H A Dcpu.cc84 has_avx_(false), in CPU()
236 has_avx_ = in Initialize()
242 has_avx2_ = has_avx_ && (cpu_info7[1] & 0x00000020) != 0; in Initialize()
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/base/
H A Dcpu.h63 bool has_avx() const { return has_avx_; } in has_avx()
93 bool has_avx_; variable
H A Dcpu.cc84 has_avx_(false), in CPU()
236 has_avx_ = in Initialize()
242 has_avx2_ = has_avx_ && (cpu_info7[1] & 0x00000020) != 0; in Initialize()
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/base/
H A Dcpu.h63 bool has_avx() const { return has_avx_; } in has_avx()
93 bool has_avx_; variable
H A Dcpu.cc84 has_avx_(false), in CPU()
236 has_avx_ = in Initialize()
242 has_avx2_ = has_avx_ && (cpu_info7[1] & 0x00000020) != 0; in Initialize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/
H A Dcpu.h65 bool has_avx() const { return has_avx_; } in has_avx()
149 bool has_avx_; variable
H A Dcpu.cc101 has_avx_(false), in CPU()
262 has_avx_ = in Initialize()
268 has_avx2_ = has_avx_ && (cpu_info7[1] & 0x00000020) != 0; in Initialize()
/dports/lang/v8/v8-9.6.180.12/src/base/
H A Dcpu.h96 bool has_avx() const { return has_avx_; } in has_avx()
151 bool has_avx_; variable
H A Dcpu.cc387 has_avx_ = features.x86.has_avx; in StarboardDetectCPU()
429 has_avx_(false), in CPU()
497 has_avx_ = (cpu_info[2] & 0x10000000) != 0; in CPU()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/base/
H A Dcpu.h95 bool has_avx() const { return has_avx_; } in has_avx()
144 bool has_avx_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/base/
H A Dcpu.h95 bool has_avx() const { return has_avx_; } in has_avx()
145 bool has_avx_; variable
H A Dcpu.cc383 has_avx_ = features.x86.has_avx; in StarboardDetectCPU()
427 has_avx_(false), in CPU()
487 has_avx_ = (cpu_info[2] & 0x10000000) != 0; in CPU()
/dports/www/node10/node-v10.24.1/deps/v8/src/base/
H A Dcpu.h95 bool has_avx() const { return has_avx_; } in has_avx()
144 bool has_avx_; variable
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/gemm/f32/
H A Djit_sse41_gemv_n_f32_kern.cpp112 else if (has_avx_) { in dot_product()
324 has_avx_ = mayiuse(avx); in jit_sse41_gemv_n_f32_kern()
335 } else if (has_avx_) { in jit_sse41_gemv_n_f32_kern()
H A Djit_sse41_gemv_n_f32_kern.hpp35 bool has_avx_; member in dnnl::impl::cpu::x64::jit_sse41_gemv_n_f32_kern
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/gemm/f32/
H A Djit_sse41_gemv_n_f32_kern.cpp112 else if (has_avx_) { in dot_product()
324 has_avx_ = mayiuse(avx); in jit_sse41_gemv_n_f32_kern()
335 } else if (has_avx_) { in jit_sse41_gemv_n_f32_kern()

12