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:TestBranchType
(Results
1 - 9
of
9
) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/
H
A
D
instructions-arm64.h
61
TestBranchType
= 4
enumerator
305
return
TestBranchType
;
in BranchType()
319
case
TestBranchType
:
in ImmBranchRangeBitwidth()
340
case
TestBranchType
:
in ImmBranch()
H
A
D
instructions-arm64.cc
276
case
TestBranchType
: {
in SetBranchImmTarget()
H
A
D
macro-assembler-arm64.cc
1032
NeedExtraInstructionsOrRegisterBranch(label,
TestBranchType
);
in Tbnz()
1048
NeedExtraInstructionsOrRegisterBranch(label,
TestBranchType
);
in Tbz()
/third_party/vixl/src/aarch64/
H
A
D
instructions-aarch64.cc
878
case
TestBranchType
:
in GetImmBranchRangeBitwidth()
929
case
TestBranchType
:
in GetImmBranch()
984
case
TestBranchType
: {
in SetBranchImmTarget()
H
A
D
instructions-aarch64.h
176
TestBranchType
= 4
enumerator
647
return
TestBranchType
;
in GetBranchType()
H
A
D
macro-assembler-aarch64.cc
719
Instruction::GetImmBranchForwardRange(
TestBranchType
));
in Emit()
724
if (label->IsBound() && LabelIsOutOfRange(label,
TestBranchType
)) {
in Emit()
737
TestBranchType
);
in Emit()
local
748
Instruction::GetImmBranchForwardRange(
TestBranchType
));
in Emit()
753
if (label->IsBound() && LabelIsOutOfRange(label,
TestBranchType
)) {
in Emit()
766
TestBranchType
);
in Emit()
local
H
A
D
assembler-aarch64.cc
429
VIXL_ASSERT(Instruction::IsValidImmPCOffset(
TestBranchType
, offset));
in tbz()
442
VIXL_ASSERT(Instruction::IsValidImmPCOffset(
TestBranchType
, offset));
in tbnz()
H
A
D
macro-assembler-aarch64.h
430
return
TestBranchType
;
in BranchTypeFromIndex()
442
case
TestBranchType
:
in BranchIndexFromType()
/third_party/vixl/test/aarch64/
H
A
D
test-assembler-aarch64.cc
12977
std::max(Instruction::GetImmBranchForwardRange(
TestBranchType
),
13049
const int max_range = Instruction::GetImmBranchForwardRange(
TestBranchType
);
13093
std::max(Instruction::GetImmBranchForwardRange(
TestBranchType
),
13190
int range_tbz = Instruction::GetImmBranchForwardRange(
TestBranchType
);
13247
const int range_tbz = Instruction::GetImmBranchForwardRange(
TestBranchType
);
13331
const int range_tbz = Instruction::GetImmBranchForwardRange(
TestBranchType
);
Completed in 51 milliseconds