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_UXTW
(Results
1 - 7
of
7
) sorted by relevance
/third_party/vixl/src/aarch64/
H
A
D
operands-aarch64.cc
397
case
SVE_UXTW
:
in IsValid()
H
A
D
operands-aarch64.h
698
if (extend == UXTW) return
SVE_UXTW
;
in GetSVEOffsetModifierFor()
H
A
D
simulator-aarch64.cc
11878
SVEOffsetModifier mod = (instr->ExtractBit(22) == 1) ? SVE_SXTW :
SVE_UXTW
;
in Simulator()
11901
SVEOffsetModifier mod = (instr->ExtractBit(22) == 1) ? SVE_SXTW :
SVE_UXTW
;
in Simulator()
11956
SVEOffsetModifier mod = (instr->ExtractBit(22) == 1) ? SVE_SXTW :
SVE_UXTW
;
in Simulator()
12132
SVEOffsetModifier mod = (instr->ExtractBit(22) == 1) ? SVE_SXTW :
SVE_UXTW
;
in Simulator()
12210
SVEOffsetModifier mod = (instr->ExtractBit(22) == 1) ? SVE_SXTW :
SVE_UXTW
;
in Simulator()
12600
(instr->ExtractBit(14) == 1) ? SVE_SXTW :
SVE_UXTW
;
in Simulator()
12630
(instr->ExtractBit(14) == 1) ? SVE_SXTW :
SVE_UXTW
;
in Simulator()
12742
(instr->ExtractBit(14) == 1) ? SVE_SXTW :
SVE_UXTW
;
in Simulator()
12774
(instr->ExtractBit(14) == 1) ? SVE_SXTW :
SVE_UXTW
;
in Simulator()
H
A
D
assembler-sve-aarch64.cc
66
case
SVE_UXTW
:
in adr()
3966
VIXL_ASSERT((mod ==
SVE_UXTW
) || (mod == SVE_SXTW));
in SVEScatterGatherHelper()
4006
case
SVE_UXTW
:
in SVEScatterGatherHelper()
4655
VIXL_ASSERT((mod == SVE_SXTW) || (mod ==
SVE_UXTW
));
in SVEContiguousPrefetchScalarPlusVectorHelper()
5107
VIXL_ASSERT((mod == SVE_SXTW) || (mod ==
SVE_UXTW
));
in SVEMemOperandHelper()
H
A
D
macro-assembler-sve-aarch64.cc
1260
zt.IsLaneSizeS() ?
SVE_UXTW
: NO_SVE_OFFSET_MODIFIER;
in SVELoadStore1Helper()
H
A
D
constants-aarch64.h
376
SVE_UXTW
,
enumerator
H
A
D
logic-aarch64.cc
7688
case
SVE_UXTW
:
Completed in 60 milliseconds