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:kFormat8B
(Results
1 - 11
of
11
) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/
H
A
D
register-arm64.cc
17
return
kFormat8B
;
in VectorFormatHalfWidth()
34
DCHECK(vform ==
kFormat8B
|| vform == kFormat4H || vform == kFormat2S ||
in VectorFormatDoubleWidth()
37
case
kFormat8B
:
in VectorFormatDoubleWidth()
57
case
kFormat8B
:
in VectorFormatFillQ()
80
return
kFormat8B
;
in VectorFormatHalfWidthDoubleLanes()
97
DCHECK(vform ==
kFormat8B
|| vform == kFormat4H || vform == kFormat2S);
in VectorFormatDoubleLanes()
99
case
kFormat8B
:
in VectorFormatDoubleLanes()
114
return
kFormat8B
;
in VectorFormatHalfLanes()
162
case
kFormat8B
:
in RegisterSizeInBitsFromFormat()
176
case
kFormat8B
in LaneSizeInBitsFromFormat()
[all...]
H
A
D
instructions-arm64.cc
390
kFormatUndefined,
kFormat8B
, kFormat16B, kFormat4H, kFormat8H,
in GetVectorFormat()
H
A
D
register-arm64.h
276
kFormat8B
= NEON_8B,
enumerator
H
A
D
macro-assembler-arm64.cc
3737
VRegister scratch = temps.AcquireV(
kFormat8B
);
in TruncateDoubleToI()
/third_party/vixl/src/aarch64/
H
A
D
instructions-aarch64.cc
1009
return
kFormat8B
;
in VectorFormatHalfWidth()
1035
case
kFormat8B
:
in VectorFormatDoubleWidth()
1063
case
kFormat8B
:
in VectorFormatFillQ()
1087
return
kFormat8B
;
in VectorFormatHalfWidthDoubleLanes()
1111
VIXL_ASSERT(vform ==
kFormat8B
|| vform == kFormat4H || vform == kFormat2S);
in VectorFormatDoubleLanes()
1113
case
kFormat8B
:
in VectorFormatDoubleLanes()
1130
return
kFormat8B
;
in VectorFormatHalfLanes()
1240
case
kFormat8B
:
in RegisterSizeInBitsFromFormat()
1266
case
kFormat8B
:
in LaneSizeInBitsFromFormat()
1306
case
kFormat8B
in LaneSizeInBytesLog2FromFormat()
[all...]
H
A
D
instructions-aarch64.h
185
kFormat8B
= NEON_8B,
enumerator
913
kFormat8B
,
in GetVectorFormat()
H
A
D
simulator-aarch64.cc
1210
case
kFormat8B
:
in Simulator()
8671
vform = q ? kFormat16B :
kFormat8B
;
in Simulator()
H
A
D
logic-aarch64.cc
3260
VectorFormat vform_tab = (vform ==
kFormat8B
) ? kFormat16B : vform;
/third_party/vixl/test/aarch64/
H
A
D
test-api-aarch64.cc
276
VIXL_CHECK(VRegister(4,
kFormat8B
).Is(v4.V8B()));
in TEST()
/third_party/node/deps/v8/src/execution/arm64/
H
A
D
simulator-arm64.cc
1251
case
kFormat8B
:
5263
vform = q ? kFormat16B :
kFormat8B
;
H
A
D
simulator-logic-arm64.cc
1719
case
kFormat8B
:
in ExtractNarrow()
Completed in 58 milliseconds