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_ssse3
(Results
1 - 11
of
11
) sorted by relevance
/third_party/rust/crates/aho-corasick/src/packed/teddy/
H
A
D
compile.rs
89
let
has_ssse3
= is_x86_feature_detected!("ssse3");
in build_imp()
97
if !
has_ssse3
{
in build_imp()
101
} else if !
has_ssse3
&& !has_avx {
in build_imp()
/third_party/mesa3d/src/util/
H
A
D
u_cpu_detect.h
100
unsigned
has_ssse3
:1;
member
H
A
D
u_cpu_detect.c
724
util_cpu_caps.
has_ssse3
= (regs2[2] >> 9) & 1; /* 0x0000020 */
in util_cpu_detect_once()
800
util_cpu_caps.
has_ssse3
= 0;
in util_cpu_detect_once()
836
printf("util_cpu_caps.
has_ssse3
= %u\n", util_cpu_caps.
has_ssse3
);
in util_cpu_detect_once()
/third_party/node/deps/v8/src/base/
H
A
D
cpu.h
92
bool
has_ssse3
() const { return has_ssse3_; }
in has_ssse3()
function in v8::base::final
H
A
D
cpu.cc
386
has_ssse3_ = features.x86.
has_ssse3
;
in StarboardDetectCPU()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H
A
D
lp_bld_init.c
449
util_cpu_caps.
has_ssse3
= 0;
in lp_build_init()
H
A
D
lp_bld_misc.cpp
409
MAttrs.push_back(util_get_cpu_caps()->
has_ssse3
? "+ssse3" : "-ssse3" );
in lp_build_create_jit_compiler_for_module()
H
A
D
lp_bld_format_s3tc.c
1396
if (util_get_cpu_caps()->
has_ssse3
) {
in s3tc_decode_block_dxt1()
1696
if (!util_get_cpu_caps()->
has_ssse3
) {
in s3tc_decode_block_dxt5()
H
A
D
lp_bld_arit.c
1341
if (bld->type.width == 16 && bld->type.length == 8 && util_get_cpu_caps()->
has_ssse3
) {
in lp_build_lerp_simple()
1707
if (type.width*type.length == 128 && util_get_cpu_caps()->
has_ssse3
&& LLVM_VERSION_MAJOR < 6) {
in lp_build_abs()
/third_party/node/deps/v8/src/codegen/ia32/
H
A
D
assembler-ia32.cc
143
if (cpu.
has_ssse3
()) SetSupported(SSSE3);
in ProbeImpl()
/third_party/node/deps/v8/src/codegen/x64/
H
A
D
assembler-x64.cc
97
if (cpu.
has_ssse3
()) SetSupported(SSSE3);
in ProbeImpl()
Completed in 42 milliseconds