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:HasLaneSize
(Results
1 - 8
of
8
) sorted by relevance
/third_party/vixl/src/aarch64/
H
A
D
registers-aarch64.h
118
bool
HasLaneSize
() const { return lane_size_ != kEncodedUnknownSize; }
in HasLaneSize()
function in vixl::aarch64::CPURegister
144
VIXL_ASSERT(
HasLaneSize
());
149
if (HasSize() &&
HasLaneSize
()) {
183
// r.IsPRegister() &&
HasLaneSize
() -> PRegisterWithLaneSize(r)
260
bool IsVector() const { return
HasLaneSize
() && (size_ != lane_size_); }
261
bool IsScalar() const { return
HasLaneSize
() && (size_ == lane_size_); }
663
VIXL_ASSERT(other.
HasLaneSize
());
680
return IsValidPRegister() && !
HasLaneSize
() && IsUnqualified();
732
return IsValidPRegister() &&
HasLaneSize
() && IsUnqualified();
735
// Overload lane size accessors so we can assert `
HasLaneSize
()`
[all...]
H
A
D
operands-aarch64.h
651
VIXL_ASSERT(base_.
HasLaneSize
());
in GetVectorBase()
662
VIXL_ASSERT(regoffset_.
HasLaneSize
());
in GetVectorOffset()
H
A
D
assembler-sve-aarch64.cc
3283
VIXL_ASSERT(!pg.
HasLaneSize
());
in movprfx()
6095
if (pg.
HasLaneSize
()) VIXL_ASSERT(AreSameFormat(pg, pn));
in cntp()
6516
VIXL_ASSERT((!pd.
HasLaneSize
() && !pn.
HasLaneSize
()) ||
in mov()
H
A
D
assembler-aarch64.h
7188
VIXL_ASSERT(!pg.
HasLaneSize
());
in PgLow8()
7196
VIXL_ASSERT(!pg.
HasLaneSize
());
in Pg()
7697
VIXL_ASSERT(rd.
HasLaneSize
());
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()
H
A
D
assembler-aarch64.cc
2509
VIXL_ASSERT(vt.HasSize() && vt.
HasLaneSize
());
in LoadStoreStructVerify()
/third_party/vixl/test/aarch64/
H
A
D
test-utils-aarch64.h
411
VIXL_ASSERT(reg.
HasLaneSize
());
438
VIXL_ASSERT(reg.
HasLaneSize
());
460
if (!result.
HasLaneSize
()) {
H
A
D
test-utils-aarch64.cc
391
VIXL_ASSERT(reg.
HasLaneSize
());
in EqualSVELane()
Completed in 53 milliseconds