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:Is4S
(Results
1 - 7
of
7
) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/
H
A
D
assembler-arm64.cc
1437
(vn.Is8B() && vd.Is8H()) || (vn.Is4H() && vd.
Is4S
()) ||
in NEON3DifferentL()
1439
(vn.Is8H() && vd.
Is4S
()) || (vn.
Is4S
() && vd.Is2D()));
in NEON3DifferentL()
1453
DCHECK((vm.Is8B() && vd.Is8H()) || (vm.Is4H() && vd.
Is4S
()) ||
in NEON3DifferentW()
1455
(vm.Is8H() && vd.
Is4S
()) || (vm.
Is4S
() && vd.Is2D()));
in NEON3DifferentW()
1462
DCHECK((vd.Is8B() && vn.Is8H()) || (vd.Is4H() && vn.
Is4S
()) ||
in NEON3DifferentHN()
1464
(vd.Is8H() && vn.
Is4S
()) || (vd.
Is4S
() && vn.Is2D()));
in NEON3DifferentHN()
1500
V(sqdmlal2, NEON_SQDMLAL2, vn.Is1H() || vn.Is1S() || vn.Is8H() || vn.
Is4S
()) \
[all...]
H
A
D
register-arm64.h
376
bool
Is4S
() const { return (Is128Bits() && (lane_count_ == 4)); }
in Is4S()
function in v8::internal::VRegister
H
A
D
macro-assembler-arm64-inl.h
665
if (vd.Is1S() || vd.Is2S() || vd.
Is4S
()) {
in Fmov()
697
DCHECK(vd.Is1S() || vd.Is2S() || vd.
Is4S
());
in Fmov()
H
A
D
macro-assembler-arm64.cc
558
} else if (vd.Is2S() || vd.
Is4S
()) {
in Movi()
/third_party/vixl/src/aarch64/
H
A
D
assembler-aarch64.cc
2923
(vn.Is8B() && vd.Is8H()) || (vn.Is4H() && vd.
Is4S
()) ||
2925
(vn.Is8H() && vd.
Is4S
()) || (vn.
Is4S
() && vd.Is2D()));
2942
VIXL_ASSERT((vm.Is8B() && vd.Is8H()) || (vm.Is4H() && vd.
Is4S
()) ||
2944
(vm.Is8H() && vd.
Is4S
()) || (vm.
Is4S
() && vd.Is2D()));
2954
VIXL_ASSERT((vd.Is8B() && vn.Is8H()) || (vd.Is4H() && vn.
Is4S
()) ||
2956
(vd.Is8H() && vn.
Is4S
()) || (vd.
Is4S
() && vn.Is2D()));
2994
V(sqdmlal2, NEON_SQDMLAL2, vn.Is1H() || vn.Is1S() || vn.Is8H() || vn.
Is4S
()) \
[all...]
H
A
D
macro-assembler-aarch64.cc
1177
} else if (vd.Is2S() || vd.
Is4S
()) {
in Emit()
1649
if (vd.Is1S() || vd.Is2S() || vd.
Is4S
()) {
in Emit()
1694
VIXL_ASSERT(vd.Is1S() || vd.Is2S() || vd.
Is4S
());
in Emit()
1717
if (vd.Is1S() || vd.Is2S() || vd.
Is4S
()) {
in Emit()
H
A
D
registers-aarch64.h
369
bool
Is4S
() const { return IsQ() && IsLaneSizeS(); }
Completed in 26 milliseconds