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:IsLaneSizeB
(Results
1 - 6
of
6
) sorted by relevance
/third_party/vixl/src/aarch64/
H
A
D
assembler-sve-aarch64.cc
3638
VIXL_ASSERT((shift < 8) || !zd.
IsLaneSizeB
());
in dup()
5384
VIXL_ASSERT(pd.
IsLaneSizeB
() && pn.
IsLaneSizeB
());
in brka()
5394
VIXL_ASSERT(pd.
IsLaneSizeB
() && pn.
IsLaneSizeB
());
in brkas()
5404
VIXL_ASSERT(pd.
IsLaneSizeB
() && pn.
IsLaneSizeB
());
in brkb()
5414
VIXL_ASSERT(pd.
IsLaneSizeB
() && pn.
IsLaneSizeB
());
in brkbs()
5425
VIXL_ASSERT(pd.
IsLaneSizeB
()
in brkn()
[all...]
H
A
D
registers-aarch64.h
168
bool
IsLaneSizeB
() const { return lane_size_ == kEncodedBRegSize; }
363
bool Is8B() const { return IsD() &&
IsLaneSizeB
(); }
364
bool Is16B() const { return IsQ() &&
IsLaneSizeB
(); }
H
A
D
assembler-aarch64.cc
4492
VIXL_ASSERT(vd.IsVector() && !vd.
IsLaneSizeB
());
4506
VIXL_ASSERT(vd.IsVector() && !vd.
IsLaneSizeB
());
5804
VIXL_ASSERT(vn.
IsLaneSizeB
() && vm.
IsLaneSizeB
());
5813
VIXL_ASSERT(vn.
IsLaneSizeB
() && vm.
IsLaneSizeB
());
5822
VIXL_ASSERT(vn.
IsLaneSizeB
() && vm.
IsLaneSizeB
());
H
A
D
macro-assembler-sve-aarch64.cc
1036
VIXL_ASSERT(pd.
IsLaneSizeB
());
in Pfirst()
1037
VIXL_ASSERT(pn.
IsLaneSizeB
());
in Pfirst()
H
A
D
macro-assembler-aarch64.h
5745
VIXL_ASSERT(!pd.HasLaneSize() || pd.
IsLaneSizeB
());
in Rdffr()
6530
VIXL_ASSERT(!pn.HasLaneSize() || pn.
IsLaneSizeB
());
in Wrffr()
/third_party/node/deps/v8/src/codegen/arm64/
H
A
D
register-arm64.h
396
bool
IsLaneSizeB
() const { return LaneSizeInBits() == kBRegSizeInBits; }
in IsLaneSizeB()
function in v8::internal::VRegister
Completed in 69 milliseconds