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_altivec
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/util/
H
A
D
u_cpu_detect.c
125
util_cpu_caps.
has_altivec
= 1;
in check_os_altivec_support()
146
util_cpu_caps.
has_altivec
= 1;
in check_os_altivec_support()
158
util_cpu_caps.
has_altivec
= 1;
in check_os_altivec_support()
173
util_cpu_caps.
has_altivec
= (hwcap >> 28) & 1;
in check_os_altivec_support()
216
util_cpu_caps.
has_altivec
= 1;
in check_os_altivec_support()
224
util_cpu_caps.
has_altivec
= 0;
in check_os_altivec_support()
846
printf("util_cpu_caps.
has_altivec
= %u\n", util_cpu_caps.
has_altivec
);
in util_cpu_detect_once()
H
A
D
u_cpu_detect.h
111
unsigned
has_altivec
:1;
member
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H
A
D
lp_bld_misc.cpp
440
MAttrs.push_back(util_get_cpu_caps()->
has_altivec
? "+altivec" : "-altivec");
in lp_build_create_jit_compiler_for_module()
450
if (util_get_cpu_caps()->
has_altivec
) {
in lp_build_create_jit_compiler_for_module()
464
if (util_get_cpu_caps()->
has_altivec
) {
in lp_build_create_jit_compiler_for_module()
H
A
D
lp_bld_pack.c
588
if ((util_get_cpu_caps()->has_sse2 || util_get_cpu_caps()->
has_altivec
) &&
in lp_build_pack2()
603
} else if (util_get_cpu_caps()->
has_altivec
) {
in lp_build_pack2()
618
} else if (util_get_cpu_caps()->
has_altivec
) {
in lp_build_pack2()
627
} else if (util_get_cpu_caps()->
has_altivec
) {
in lp_build_pack2()
H
A
D
lp_bld_arit.c
137
else if (type.floating && util_get_cpu_caps()->
has_altivec
) {
in lp_build_min_simple()
146
} else if (util_get_cpu_caps()->
has_altivec
) {
in lp_build_min_simple()
291
else if (type.floating && util_get_cpu_caps()->
has_altivec
) {
in lp_build_max_simple()
300
} else if (util_get_cpu_caps()->
has_altivec
) {
in lp_build_max_simple()
442
} else if (util_get_cpu_caps()->
has_altivec
) {
in lp_build_add()
768
} else if (util_get_cpu_caps()->
has_altivec
) {
in lp_build_sub()
1865
else if ((util_get_cpu_caps()->
has_altivec
&&
in arch_rounding_available()
1953
assert(util_get_cpu_caps()->
has_altivec
);
in lp_build_round_altivec()
2012
else /* (util_get_cpu_caps()->
has_altivec
) */
in lp_build_round_arch()
H
A
D
lp_bld_conv.c
503
(util_get_cpu_caps()->has_sse2 || util_get_cpu_caps()->
has_altivec
))
in lp_build_conv_auto()
611
(util_get_cpu_caps()->has_sse2 || util_get_cpu_caps()->
has_altivec
))
in lp_build_conv()
H
A
D
lp_bld_init.c
496
if (util_get_cpu_caps()->
has_altivec
) {
in lp_build_init()
Completed in 12 milliseconds