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:IsLaneSizeH
(Results
1 - 5
of
5
) sorted by relevance
/third_party/vixl/src/aarch64/
H
A
D
registers-aarch64.h
169
bool
IsLaneSizeH
() const { return lane_size_ == kEncodedHRegSize; }
365
bool Is2H() const { return IsS() &&
IsLaneSizeH
(); }
366
bool Is4H() const { return IsD() &&
IsLaneSizeH
(); }
367
bool Is8H() const { return IsQ() &&
IsLaneSizeH
(); }
H
A
D
assembler-sve-aarch64.cc
1569
if (zm.
IsLaneSizeH
()) {
in SVEMulLongIndexHelper()
1590
if (zm.
IsLaneSizeH
()) {
in SVEMulComplexIndexHelper()
5452
VIXL_ASSERT(pd.
IsLaneSizeH
());
in punpkhi()
5465
VIXL_ASSERT(pd.
IsLaneSizeH
());
in punpklo()
5890
VIXL_ASSERT(zd.
IsLaneSizeH
() || zd.IsLaneSizeS() || zd.IsLaneSizeD());
in revb()
6848
VIXL_ASSERT(zm.
IsLaneSizeH
());
in cdot()
6982
VIXL_ASSERT(zd.IsLaneSizeS() && zn.
IsLaneSizeH
());
in fcvtlt()
7002
VIXL_ASSERT(zd.
IsLaneSizeH
() && zn.IsLaneSizeS());
in fcvtnt()
7126
VIXL_ASSERT(zn.
IsLaneSizeH
() && zm.
IsLaneSizeH
());
in fmlalb()
[all...]
H
A
D
assembler-aarch64.cc
3663
VIXL_ASSERT(vn.
IsLaneSizeH
());
3691
if (vd.
IsLaneSizeH
()) { \
3719
if (vn.
IsLaneSizeH
()) VIXL_ASSERT(CPUHas(CPUFeatures::kNEONHalf));
3722
if (vd.
IsLaneSizeH
()) {
3752
if (vn.
IsLaneSizeH
()) VIXL_ASSERT(CPUHas(CPUFeatures::kNEONHalf));
3755
if (vd.
IsLaneSizeH
()) {
3770
if (vn.
IsLaneSizeH
()) VIXL_ASSERT(CPUHas(CPUFeatures::kNEONHalf));
3773
if (vd.
IsLaneSizeH
()) {
3788
if (vn.
IsLaneSizeH
()) VIXL_ASSERT(CPUHas(CPUFeatures::kNEONHalf));
3791
if (vd.
IsLaneSizeH
()) {
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H
A
D
register-arm64.h
397
bool
IsLaneSizeH
() const { return LaneSizeInBits() == kHRegSizeInBits; }
in IsLaneSizeH()
function in v8::internal::VRegister
H
A
D
assembler-arm64.cc
3071
V(sqdmulh, NEON_SQDMULH, vd.
IsLaneSizeH
() || vd.IsLaneSizeS()) \
3072
V(sqrdmulh, NEON_SQRDMULH, vd.
IsLaneSizeH
() || vd.IsLaneSizeS()) \
Completed in 35 milliseconds