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:kBRegSizeInBytes
(Results
1 - 7
of
7
) sorted by relevance
/third_party/vixl/src/aarch64/
H
A
D
assembler-sve-aarch64.cc
562
VIXL_ASSERT(zm.GetLaneSizeInBytes() !=
kBRegSizeInBytes
);
in fadda()
582
VIXL_ASSERT(zd.GetLaneSizeInBytes() !=
kBRegSizeInBytes
);
in fabd()
599
VIXL_ASSERT(zd.GetLaneSizeInBytes() !=
kBRegSizeInBytes
);
in fadd()
618
VIXL_ASSERT(zd.GetLaneSizeInBytes() !=
kBRegSizeInBytes
);
in fadd()
635
VIXL_ASSERT(zd.GetLaneSizeInBytes() !=
kBRegSizeInBytes
);
in fdiv()
652
VIXL_ASSERT(zd.GetLaneSizeInBytes() !=
kBRegSizeInBytes
);
in fdivr()
669
VIXL_ASSERT(zd.GetLaneSizeInBytes() !=
kBRegSizeInBytes
);
in fmax()
688
VIXL_ASSERT(zd.GetLaneSizeInBytes() !=
kBRegSizeInBytes
);
in fmax()
705
VIXL_ASSERT(zd.GetLaneSizeInBytes() !=
kBRegSizeInBytes
);
in fmaxnm()
724
VIXL_ASSERT(zd.GetLaneSizeInBytes() !=
kBRegSizeInBytes
);
in fmaxnm()
[all...]
H
A
D
instructions-aarch64.h
53
const unsigned
kBRegSizeInBytes
= kBRegSize / 8;
member
H
A
D
simulator-aarch64.h
1762
(sizeof(T) ==
kBRegSizeInBytes
) || (sizeof(T) == kHRegSizeInBytes) ||
1869
VIXL_STATIC_ASSERT((sizeof(value) ==
kBRegSizeInBytes
) ||
H
A
D
macro-assembler-aarch64.h
5000
kBRegSizeInBytes
);
in Ld1rb()
5064
kBRegSizeInBytes
);
in Ld1rsb()
H
A
D
simulator-aarch64.cc
1188
case
kBRegSizeInBytes
:
in Simulator()
/third_party/vixl/test/aarch64/
H
A
D
test-api-aarch64.cc
583
VIXL_CHECK(p14.VnB().GetLaneSizeInBytes() ==
kBRegSizeInBytes
);
in TEST()
H
A
D
test-assembler-sve-aarch64.cc
7153
int vl_b = vl /
kBRegSizeInBytes
;
7335
int vl_b = vl /
kBRegSizeInBytes
;
7505
int vl_b = vl /
kBRegSizeInBytes
;
7702
int vl_b = vl /
kBRegSizeInBytes
;
7912
int vl_b = vl /
kBRegSizeInBytes
;
8154
int vl_b = vl /
kBRegSizeInBytes
;
8412
int vl_b = vl /
kBRegSizeInBytes
;
9366
__ Mov(x0, data + page_size - (kQRegSizeInBytes /
kBRegSizeInBytes
) / 2);
10566
for (int i = 15; i >= 0; i -= dlanes *
kBRegSizeInBytes
) {
Completed in 71 milliseconds