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:kFormat4H
(Results
1 - 9
of
9
) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/
H
A
D
register-arm64.cc
19
return
kFormat4H
;
in VectorFormatHalfWidth()
34
DCHECK(vform == kFormat8B || vform ==
kFormat4H
|| vform == kFormat2S ||
in VectorFormatDoubleWidth()
39
case
kFormat4H
:
in VectorFormatDoubleWidth()
61
case
kFormat4H
:
in VectorFormatFillQ()
79
case
kFormat4H
:
in VectorFormatHalfWidthDoubleLanes()
84
return
kFormat4H
;
in VectorFormatHalfWidthDoubleLanes()
97
DCHECK(vform == kFormat8B || vform ==
kFormat4H
|| vform == kFormat2S);
in VectorFormatDoubleLanes()
101
case
kFormat4H
:
in VectorFormatDoubleLanes()
116
return
kFormat4H
;
in VectorFormatHalfLanes()
163
case
kFormat4H
in RegisterSizeInBitsFromFormat()
[all...]
H
A
D
instructions-arm64.cc
390
kFormatUndefined, kFormat8B, kFormat16B,
kFormat4H
, kFormat8H,
in GetVectorFormat()
H
A
D
register-arm64.h
278
kFormat4H
= NEON_4H,
enumerator
/third_party/vixl/src/aarch64/
H
A
D
instructions-aarch64.cc
1011
return
kFormat4H
;
in VectorFormatHalfWidth()
1037
case
kFormat4H
:
in VectorFormatDoubleWidth()
1067
case
kFormat4H
:
in VectorFormatFillQ()
1086
case
kFormat4H
:
in VectorFormatHalfWidthDoubleLanes()
1091
return
kFormat4H
;
in VectorFormatHalfWidthDoubleLanes()
1111
VIXL_ASSERT(vform == kFormat8B || vform ==
kFormat4H
|| vform == kFormat2S);
in VectorFormatDoubleLanes()
1115
case
kFormat4H
:
in VectorFormatDoubleLanes()
1132
return
kFormat4H
;
in VectorFormatHalfLanes()
1241
case
kFormat4H
:
in RegisterSizeInBitsFromFormat()
1272
case
kFormat4H
in LaneSizeInBitsFromFormat()
[all...]
H
A
D
instructions-aarch64.h
187
kFormat4H
= NEON_4H,
enumerator
915
kFormat4H
,
in GetVectorFormat()
H
A
D
simulator-aarch64.cc
1214
case
kFormat4H
:
in Simulator()
1254
case
kFormat4H
:
in Simulator()
8042
if ((vform ==
kFormat4H
) || (vform == kFormat8H)) {
in Simulator()
8077
VectorFormat vform = instr->GetNEONQ() ? kFormat8H :
kFormat4H
;
in Simulator()
8135
if ((vform ==
kFormat4H
) || (vform == kFormat8H)) {
in Simulator()
8658
vform = (q == 1) ? kFormat8H :
kFormat4H
;
in Simulator()
8683
vform = q ? kFormat8H :
kFormat4H
;
in Simulator()
/third_party/vixl/test/aarch64/
H
A
D
test-api-aarch64.cc
279
VIXL_CHECK(VRegister(7,
kFormat4H
).Is(v7.V4H()));
in TEST()
/third_party/node/deps/v8/src/execution/arm64/
H
A
D
simulator-arm64.cc
1255
case
kFormat4H
:
5250
vform = (q == 1) ? kFormat8H :
kFormat4H
;
H
A
D
simulator-logic-arm64.cc
1727
case
kFormat4H
:
in ExtractNarrow()
Completed in 39 milliseconds