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:UncondBranchType
(Results
1 - 7
of
7
) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/
H
A
D
instructions-arm64.h
59
UncondBranchType
= 2,
enumerator
301
return
UncondBranchType
;
in BranchType()
313
case
UncondBranchType
:
in ImmBranchRangeBitwidth()
336
case
UncondBranchType
:
in ImmBranch()
H
A
D
instructions-arm64.cc
266
case
UncondBranchType
: {
in SetBranchImmTarget()
/third_party/vixl/src/aarch64/
H
A
D
instructions-aarch64.cc
872
case
UncondBranchType
:
in GetImmBranchRangeBitwidth()
925
case
UncondBranchType
:
in GetImmBranch()
974
case
UncondBranchType
: {
in SetBranchImmTarget()
H
A
D
instructions-aarch64.h
174
UncondBranchType
= 2,
enumerator
643
return
UncondBranchType
;
in GetBranchType()
H
A
D
macro-assembler-aarch64.cc
618
VIXL_ASSERT(Instruction::GetImmBranchForwardRange(
UncondBranchType
) >
in Emit()
H
A
D
assembler-aarch64.cc
269
VIXL_ASSERT(Instruction::IsValidImmPCOffset(
UncondBranchType
, offset));
in b()
286
VIXL_ASSERT(Instruction::IsValidImmPCOffset(
UncondBranchType
, offset));
in bl()
H
A
D
macro-assembler-aarch64.h
269
return (type != UnknownBranchType) && (type !=
UncondBranchType
);
in BranchTypeUsesVeneers()
452
(branch_type !=
UncondBranchType
);
in IsValidBranchType()
Completed in 35 milliseconds