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:ImmBranchType
(Results
1 - 8
of
8
) sorted by relevance
/third_party/vixl/src/aarch64/
H
A
D
instructions-aarch64.h
171
enum
ImmBranchType
{
enum
578
static int GetImmBranchRangeBitwidth(
ImmBranchType
branch_type);
581
static int ImmBranchRangeBitwidth(
ImmBranchType
branch_type)) {
585
static int32_t GetImmBranchForwardRange(
ImmBranchType
branch_type);
588
static int32_t ImmBranchForwardRange(
ImmBranchType
branch_type)) {
592
static bool IsValidImmPCOffset(
ImmBranchType
branch_type, int64_t offset);
639
ImmBranchType
GetBranchType() const {
in GetBranchType()
652
VIXL_DEPRECATED("GetBranchType",
ImmBranchType
BranchType() const) {
H
A
D
instructions-aarch64.cc
870
int Instruction::GetImmBranchRangeBitwidth(
ImmBranchType
branch_type) {
in GetImmBranchRangeBitwidth()
887
int32_t Instruction::GetImmBranchForwardRange(
ImmBranchType
branch_type) {
in GetImmBranchForwardRange()
893
bool Instruction::IsValidImmPCOffset(
ImmBranchType
branch_type,
in IsValidImmPCOffset()
H
A
D
macro-assembler-aarch64.h
217
BranchInfo(ptrdiff_t offset, Label* label,
ImmBranchType
branch_type)
in BranchInfo()
265
ImmBranchType
branch_type_;
268
bool BranchTypeUsesVeneers(
ImmBranchType
type) {
in BranchTypeUsesVeneers()
274
ImmBranchType
branch_type);
374
ImmBranchType
type = branch_info.branch_type_;
in insert()
423
static
ImmBranchType
BranchTypeFromIndex(int index) {
in BranchTypeFromIndex()
436
static int BranchIndexFromType(
ImmBranchType
branch_type) {
in BranchIndexFromType()
450
bool IsValidBranchType(
ImmBranchType
branch_type) {
in IsValidBranchType()
8313
bool LabelIsOutOfRange(Label* label,
ImmBranchType
branch_type) {
in LabelIsOutOfRange()
H
A
D
macro-assembler-aarch64.cc
232
ImmBranchType
branch_type) {
in RegisterUnresolvedBranch()
/third_party/node/deps/v8/src/codegen/arm64/
H
A
D
instructions-arm64.h
56
enum
ImmBranchType
{
enum
297
ImmBranchType
BranchType() const {
in BranchType()
311
static int ImmBranchRangeBitwidth(
ImmBranchType
branch_type) {
in ImmBranchRangeBitwidth()
327
static int32_t ImmBranchRange(
ImmBranchType
branch_type) {
in ImmBranchRange()
419
static bool IsValidImmPCOffset(
ImmBranchType
branch_type, ptrdiff_t offset);
H
A
D
instructions-arm64.cc
213
bool Instruction::IsValidImmPCOffset(
ImmBranchType
branch_type,
in IsValidImmPCOffset()
H
A
D
macro-assembler-arm64.h
1510
ImmBranchType
branch_type);
H
A
D
macro-assembler-arm64.cc
924
Label* label,
ImmBranchType
b_type) {
in NeedExtraInstructionsOrRegisterBranch()
Completed in 38 milliseconds