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_msa
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/util/
H
A
D
u_cpu_detect.h
115
unsigned
has_msa
:1;
member
H
A
D
u_cpu_detect.c
451
util_cpu_caps.
has_msa
= (hwcap >> 1) & 1;
in check_os_mips64_support()
849
printf("util_cpu_caps.
has_msa
= %u\n", util_cpu_caps.
has_msa
);
in util_cpu_detect_once()
/third_party/node/deps/v8/src/base/
H
A
D
cpu.h
129
bool
has_msa
() const { return has_msa_; }
in has_msa()
function in v8::base::final
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H
A
D
lp_bld_misc.cpp
471
MAttrs.push_back(util_get_cpu_caps()->
has_msa
? "+msa" : "-msa");
in lp_build_create_jit_compiler_for_module()
538
MCPU = util_get_cpu_caps()->
has_msa
? "mips64r5" : "mips64r2";
in lp_build_create_jit_compiler_for_module()
/third_party/node/deps/v8/src/codegen/mips/
H
A
D
assembler-mips.cc
105
if (cpu.
has_msa
()) supported_ |= 1u << MIPS_SIMD;
in ProbeImpl()
/third_party/node/deps/v8/src/codegen/mips64/
H
A
D
assembler-mips64.cc
93
if (cpu.
has_msa
()) supported_ |= 1u << MIPS_SIMD;
in ProbeImpl()
Completed in 18 milliseconds