Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:has_avx2
(Results
1 - 16
of
16
) sorted by relevance
/third_party/mesa3d/src/util/
H
A
D
u_cpu_detect.h
105
unsigned
has_avx2
:1;
member
H
A
D
u_cpu_detect.c
748
util_cpu_caps.
has_avx2
= (regs7[1] >> 5) & 1;
in util_cpu_detect_once()
840
printf("util_cpu_caps.
has_avx2
= %u\n", util_cpu_caps.
has_avx2
);
in util_cpu_detect_once()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H
A
D
lp_bld_init.c
453
util_cpu_caps.
has_avx2
= 0;
in lp_build_init()
459
if (util_get_cpu_caps()->
has_avx2
|| util_get_cpu_caps()->has_avx) {
in lp_build_init()
481
util_get_cpu_caps()->
has_avx2
= 0;
in lp_build_init()
H
A
D
lp_bld_gather.c
490
} else if (util_get_cpu_caps()->
has_avx2
&& !need_expansion &&
in lp_build_gather()
502
} else if (0 && util_get_cpu_caps()->
has_avx2
&& !need_expansion &&
in lp_build_gather()
H
A
D
lp_bld_logic.c
357
(util_get_cpu_caps()->
has_avx2
&&
in lp_build_select()
385
assert(util_get_cpu_caps()->
has_avx2
);
in lp_build_select()
H
A
D
lp_bld_pack.c
487
if (src_type.length * src_type.width == 256 && util_get_cpu_caps()->
has_avx2
) {
in lp_build_unpack2_native()
743
util_get_cpu_caps()->
has_avx2
) {
in lp_build_pack2_native()
H
A
D
lp_bld_misc.cpp
421
MAttrs.push_back(util_get_cpu_caps()->
has_avx2
? "+avx2" : "-avx2");
in lp_build_create_jit_compiler_for_module()
H
A
D
lp_bld_arit.c
450
if (util_get_cpu_caps()->
has_avx2
) {
in lp_build_add()
776
if (util_get_cpu_caps()->
has_avx2
) {
in lp_build_sub()
1051
if (util_get_cpu_caps()->
has_avx2
&& bld->type.length == 8) {
in lp_build_mul_32_lohi_cpu()
1344
} else if (bld->type.width == 16 && bld->type.length == 16 && util_get_cpu_caps()->
has_avx2
) {
in lp_build_lerp_simple()
1717
else if (type.width*type.length == 256 && util_get_cpu_caps()->
has_avx2
&& LLVM_VERSION_MAJOR < 6) {
in lp_build_abs()
H
A
D
lp_bld_sample.c
1261
(util_get_cpu_caps()->
has_avx2
|| !util_get_cpu_caps()->has_sse)) {
in lp_build_minify()
H
A
D
lp_bld_format_s3tc.c
646
(util_get_cpu_caps()->
has_avx2
&& n == 8)) {
in s3tc_dxt1_full_to_rgba_aos()
H
A
D
lp_bld_sample_soa.c
3728
(util_get_cpu_caps()->
has_avx2
&&
in lp_build_sample_soa_code()
H
A
D
lp_bld_nir_soa.c
2217
} else if (util_get_cpu_caps()->
has_avx2
&& bit_size == 32 && index_bit_size == 32 && int_bld->type.length == 8) {
in emit_shuffle()
/third_party/node/deps/v8/src/base/
H
A
D
cpu.h
97
bool
has_avx2
() const { return has_avx2_; }
in has_avx2()
function in v8::base::final
H
A
D
cpu.cc
390
has_avx2_ = features.x86.
has_avx2
;
in StarboardDetectCPU()
/third_party/node/deps/v8/src/codegen/ia32/
H
A
D
assembler-ia32.cc
147
if (cpu.
has_avx2
()) SetSupported(AVX2);
in ProbeImpl()
/third_party/node/deps/v8/src/codegen/x64/
H
A
D
assembler-x64.cc
101
if (cpu.
has_avx2
()) SetSupported(AVX2);
in ProbeImpl()
Completed in 46 milliseconds