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:kBranchRequired
(Results
1 - 8
of
8
) sorted by relevance
/third_party/vixl/test/
H
A
D
test-code-generation-scopes.cc
351
masm.EmitLiteralPool(PoolManager<int32_t>::
kBranchRequired
);
in TEST_A32()
393
masm.EmitLiteralPool(aarch64::LiteralPool::
kBranchRequired
);
in TEST()
427
masm.EmitLiteralPool(PoolManager<int32_t>::
kBranchRequired
);
in TEST_A32()
464
masm.EmitLiteralPool(aarch64::LiteralPool::
kBranchRequired
);
in TEST()
/third_party/vixl/src/
H
A
D
pool-manager.h
420
enum EmitOption {
kBranchRequired
, kNoBranchRequired };
enumerator
436
EmitOption option =
kBranchRequired
);
H
A
D
pool-manager-impl.h
56
if (option ==
kBranchRequired
) {
in Emit()
/third_party/vixl/test/aarch32/
H
A
D
test-assembler-aarch32.cc
1173
masm.EmitLiteralPool(PoolManager<int32_t>::
kBranchRequired
);
in TEST()
1215
masm.EmitLiteralPool(PoolManager<int32_t>::
kBranchRequired
);
in TEST()
1236
masm.EmitLiteralPool(PoolManager<int32_t>::
kBranchRequired
);
in TEST()
1268
masm.EmitLiteralPool(PoolManager<int32_t>::
kBranchRequired
);
in EmitReusedLoadLiteralStressTest()
1342
masm.EmitLiteralPool(PoolManager<int32_t>::
kBranchRequired
);
in TEST()
1426
masm.EmitLiteralPool(PoolManager<int32_t>::
kBranchRequired
);
in TEST()
1515
masm.EmitLiteralPool(PoolManager<int32_t>::
kBranchRequired
);
in TEST()
1532
masm.EmitLiteralPool(PoolManager<int32_t>::
kBranchRequired
);
in TEST()
1561
masm.EmitLiteralPool(PoolManager<int32_t>::
kBranchRequired
);
in TEST()
1581
masm.EmitLiteralPool(PoolManager<int32_t>::
kBranchRequired
);
in TEST()
[all...]
/third_party/vixl/src/aarch64/
H
A
D
macro-assembler-aarch64.cc
136
if (option ==
kBranchRequired
) emit_size += kInstructionSize;
in Emit()
153
if (option ==
kBranchRequired
) {
in Emit()
176
if (option ==
kBranchRequired
) masm_->bind(&end_of_pool);
in Emit()
304
if (option ==
kBranchRequired
) {
in Emit()
468
: Pool::
kBranchRequired
);
in Emit()
H
A
D
macro-assembler-aarch64.h
96
enum EmitOption {
kBranchRequired
, kNoBranchRequired };
enumerator
132
void CheckEmitFor(size_t amount, EmitOption option =
kBranchRequired
);
282
void CheckEmitFor(size_t amount, EmitOption option =
kBranchRequired
);
/third_party/vixl/test/aarch64/
H
A
D
test-assembler-aarch64.cc
4226
masm.EmitLiteralPool(LiteralPool::
kBranchRequired
);
13311
masm.EmitLiteralPool(LiteralPool::
kBranchRequired
);
13355
masm.EmitLiteralPool(LiteralPool::
kBranchRequired
);
13411
masm.EmitLiteralPool(LiteralPool::
kBranchRequired
);
13416
masm.EmitLiteralPool(LiteralPool::
kBranchRequired
);
13421
masm.EmitLiteralPool(LiteralPool::
kBranchRequired
);
13465
masm.EmitLiteralPool(LiteralPool::
kBranchRequired
);
13515
masm.EmitLiteralPool(LiteralPool::
kBranchRequired
);
/third_party/vixl/src/aarch32/
H
A
D
macro-assembler-aarch32.h
363
: PoolManager<int32_t>::
kBranchRequired
);
in MacroAssembler()
531
PoolManager<int32_t>::
kBranchRequired
) {
in MacroAssembler()
Completed in 57 milliseconds