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:GetVectorFormat
(Results
1 - 7
of
7
) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/
H
A
D
instructions-arm64.cc
383
VectorFormat NEONFormatDecoder::
GetVectorFormat
(int format_index) {
in GetVectorFormat()
function in v8::internal::NEONFormatDecoder
384
return
GetVectorFormat
(formats_[format_index]);
in GetVectorFormat()
387
VectorFormat NEONFormatDecoder::
GetVectorFormat
(
in GetVectorFormat()
function in v8::internal::NEONFormatDecoder
H
A
D
instructions-arm64.h
628
VectorFormat
GetVectorFormat
(int format_index = 0);
629
VectorFormat
GetVectorFormat
(const NEONFormatMap* format_map);
/third_party/node/deps/v8/src/execution/arm64/
H
A
D
simulator-arm64.cc
3914
VectorFormat vf = nfd.
GetVectorFormat
();
3919
VectorFormat vf_lp = nfd.
GetVectorFormat
(&map_lp);
3922
VectorFormat vf_fcvtl = nfd.
GetVectorFormat
(&map_fcvtl);
3926
VectorFormat vf_fcvtn = nfd.
GetVectorFormat
(&map_fcvtn);
3999
vf = nfd.
GetVectorFormat
(nfd.LogicalFormatMap());
4013
VectorFormat fpf = nfd.
GetVectorFormat
(nfd.FPFormatMap());
4155
vf = nfd.
GetVectorFormat
(nfd.LongIntegerFormatMap());
4182
VectorFormat vf = nfd.
GetVectorFormat
(nfd.LogicalFormatMap());
4212
VectorFormat vf = nfd.
GetVectorFormat
(nfd.FPFormatMap());
4290
VectorFormat vf = nfd.
GetVectorFormat
();
[all...]
/third_party/vixl/src/aarch64/
H
A
D
simulator-aarch64.cc
6945
VectorFormat vf = nfd.
GetVectorFormat
();
in Simulator()
6949
VectorFormat vf_lp = nfd.
GetVectorFormat
(&map_lp);
in Simulator()
6952
VectorFormat vf_fcvtl = nfd.
GetVectorFormat
(&map_fcvtl);
in Simulator()
6956
VectorFormat vf_fcvtn = nfd.
GetVectorFormat
(&map_fcvtn);
in Simulator()
7029
vf = nfd.
GetVectorFormat
(nfd.LogicalFormatMap());
in Simulator()
7043
VectorFormat fpf = nfd.
GetVectorFormat
(nfd.FPFormatMap());
in Simulator()
7203
vf = nfd.
GetVectorFormat
(nfd.LongIntegerFormatMap());
in Simulator()
7227
VectorFormat fpf = nfd.
GetVectorFormat
(&map_half);
in Simulator()
7336
VectorFormat vf = nfd.
GetVectorFormat
(nfd.LogicalFormatMap());
in Simulator()
7366
VectorFormat vf = nfd.
GetVectorFormat
(nf
in Simulator()
[all...]
H
A
D
instructions-aarch64.h
907
VectorFormat
GetVectorFormat
(int format_index = 0) {
in GetVectorFormat()
function in vixl::aarch64::NEONFormatDecoder
908
return
GetVectorFormat
(formats_[format_index]);
in GetVectorFormat()
911
VectorFormat
GetVectorFormat
(const NEONFormatMap* format_map) {
in GetVectorFormat()
function in vixl::aarch64::NEONFormatDecoder
H
A
D
disasm-aarch64.cc
2202
VectorFormat vform_dst = nfd.
GetVectorFormat
(0);
in Disassembler()
2263
VectorFormat vform_dst = nfd.
GetVectorFormat
(0);
in Disassembler()
2357
VectorFormat vform_dst = nfd.
GetVectorFormat
(0);
in Disassembler()
2434
if (nfd.
GetVectorFormat
(0) != kFormat8H) {
in Disassembler()
2441
if (nfd.
GetVectorFormat
(0) == kFormat8H) {
in Disassembler()
2476
VectorFormat vform_src = nfd.
GetVectorFormat
(1);
in Disassembler()
2568
if (nfd.
GetVectorFormat
() == kFormatD) {
in Disassembler()
2580
if (nfd.
GetVectorFormat
() == kFormatD) {
in Disassembler()
2589
VectorFormat vform = nfd.
GetVectorFormat
();
in Disassembler()
2601
if (nfd.
GetVectorFormat
()
in Disassembler()
[all...]
/third_party/node/deps/v8/src/diagnostics/arm64/
H
A
D
disasm-arm64.cc
2215
if (nfd.
GetVectorFormat
() == kFormatD) {
in VisitNEONCopy()
2227
if (nfd.
GetVectorFormat
() == kFormatD) {
in VisitNEONCopy()
2241
if (nfd.
GetVectorFormat
() == kFormat2D) {
in VisitNEONCopy()
Completed in 34 milliseconds