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
defs:imm26
(Results
1 - 9
of
9
) sorted by relevance
/third_party/node/deps/v8/src/codegen/mips64/
H
A
D
assembler-mips64-inl.h
119
uint64_t
imm26
= imm28 >> 2;
in set_target_internal_reference_encoded_at()
local
H
A
D
assembler-mips64.cc
911
uint32_t
imm26
= static_cast<uint32_t>(imm28 >> 2);
in target_at_put()
local
921
uint32_t
imm26
= static_cast<uint32_t>(imm28 >> 2);
in target_at_put()
local
3717
uint32_t
imm26
= static_cast<uint32_t>(imm28 >> 2);
in RelocateInternalReference()
local
3731
uint32_t
imm26
= static_cast<uint32_t>(target >> 2);
in RelocateInternalReference()
local
[all...]
/third_party/node/deps/v8/src/diagnostics/mips64/
H
A
D
disasm-mips64.cc
433
int32_t
imm26
= instr->Imm26Value();
in PrintSImm26()
local
444
int32_t
imm26
= instr->Imm26Value();
in PrintPCImm26()
local
458
int32_t
imm26
= instr->Imm26Value();
in PrintPCImm26()
local
[all...]
/third_party/node/deps/v8/src/diagnostics/mips/
H
A
D
disasm-mips.cc
402
int32_t
imm26
= instr->Imm26Value();
in PrintSImm26()
local
413
int32_t
imm26
= instr->Imm26Value();
in PrintPCImm26()
local
427
int32_t
imm26
= instr->Imm26Value();
in PrintPCImm26()
local
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H
A
D
assembler-arm64-inl.h
871
Instr Assembler::ImmUncondBranch(int
imm26
) {
in ImmUncondBranch()
argument
H
A
D
assembler-arm64.cc
774
void Assembler::b(int
imm26
) { Emit(B | ImmUncondBranch(
imm26
)); }
in b()
argument
786
void Assembler::bl(int
imm26
) { Emit(BL | ImmUncondBranch(
imm26
)); }
in bl()
argument
/third_party/node/deps/v8/src/codegen/ppc/
H
A
D
assembler-ppc.cc
460
int
imm26
= target_pos - pos;
in target_at_put()
local
721
int
imm26
= branch_offset;
in b()
local
/third_party/vixl/src/aarch64/
H
A
D
assembler-aarch64.cc
259
void Assembler::b(int64_t
imm26
) { Emit(B | ImmUncondBranch(
imm26
)); }
in b()
argument
281
void Assembler::bl(int64_t
imm26
) { Emit(BL | ImmUncondBranch(
imm26
)); }
in bl()
argument
/third_party/node/deps/v8/src/codegen/arm/
H
A
D
assembler-arm.cc
806
int
imm26
= ((instr & kImm24Mask) << 8) >> 6;
in target_at()
local
891
int
imm26
= target_pos - (pos + Instruction::kPcLoadDelta);
in target_at_put()
local
[all...]
Completed in 53 milliseconds