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:SVE_LSL
(Results
1 - 7
of
7
) sorted by relevance
/third_party/vixl/src/aarch64/
H
A
D
operands-aarch64.h
538
VIXL_ASSERT(mod_ !=
SVE_LSL
); // LSL requires an explicit shift amount.
in SVEMemOperand()
608
((mod_ == NO_SVE_OFFSET_MODIFIER) || (mod_ ==
SVE_LSL
));
in IsScalarPlusScalar()
678
return ((mod_ ==
SVE_LSL
) || (mod_ == NO_SVE_OFFSET_MODIFIER));
in IsEquivalentToLSL()
680
return mod_ ==
SVE_LSL
;
in IsEquivalentToLSL()
690
if (shift == LSL) return
SVE_LSL
;
in GetSVEOffsetModifierFor()
H
A
D
operands-aarch64.cc
396
case
SVE_LSL
:
in IsValid()
H
A
D
assembler-sve-aarch64.cc
74
case
SVE_LSL
:
in adr()
3999
case
SVE_LSL
:
in SVEScatterGatherHelper()
4575
VIXL_ASSERT(addr.GetOffsetModifier() ==
SVE_LSL
);
in SVEContiguousPrefetchScalarPlusScalarHelper()
4580
VIXL_ASSERT(addr.GetOffsetModifier() ==
SVE_LSL
);
in SVEContiguousPrefetchScalarPlusScalarHelper()
4585
VIXL_ASSERT(addr.GetOffsetModifier() ==
SVE_LSL
);
in SVEContiguousPrefetchScalarPlusScalarHelper()
4630
if ((mod == NO_SVE_OFFSET_MODIFIER) || (mod ==
SVE_LSL
)) {
in SVEContiguousPrefetchScalarPlusVectorHelper()
4639
VIXL_ASSERT(mod ==
SVE_LSL
);
in SVEContiguousPrefetchScalarPlusVectorHelper()
4643
VIXL_ASSERT(mod ==
SVE_LSL
);
in SVEContiguousPrefetchScalarPlusVectorHelper()
4647
VIXL_ASSERT(mod ==
SVE_LSL
);
in SVEContiguousPrefetchScalarPlusVectorHelper()
5093
if (mod ==
SVE_LSL
) {
in SVEMemOperandHelper()
[all...]
H
A
D
macro-assembler-sve-aarch64.cc
349
if (mod ==
SVE_LSL
) {
in CalculateSVEAddress()
H
A
D
constants-aarch64.h
375
SVE_LSL
,
enumerator
H
A
D
simulator-aarch64.cc
12155
SVEGatherLoadScalarPlusVectorHelper(instr, kFormatVnD,
SVE_LSL
);
in Simulator()
12687
SVE_LSL
,
in Simulator()
H
A
D
logic-aarch64.cc
7682
case
SVE_LSL
:
Completed in 57 milliseconds