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:kInstrSizeLog2
(Results
1 - 14
of
14
) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/
H
A
D
instructions-arm64.cc
257
int offset = static_cast<int>(DistanceTo(target) >>
kInstrSizeLog2
);
in SetBranchImmTarget()
291
DCHECK(is_int32(DistanceTo(target) >>
kInstrSizeLog2
));
in SetUnresolvedInternalReferenceImmTarget()
293
static_cast<int32_t>(DistanceTo(target) >>
kInstrSizeLog2
);
in SetUnresolvedInternalReferenceImmTarget()
H
A
D
instructions-arm64.h
328
return (1 << (ImmBranchRangeBitwidth(branch_type) +
kInstrSizeLog2
)) / 2 -
in ImmBranchRange()
H
A
D
assembler-arm64-inl.h
499
GetEmbeddedObject(instr->ImmPCOffset() >>
kInstrSizeLog2
));
in code_target_object_handle_at()
849
return offset >>
kInstrSizeLog2
;
in LinkAndGetInstructionOffsetTo()
H
A
D
constants-arm64.h
34
constexpr uint8_t
kInstrSizeLog2
= 2;
member
H
A
D
assembler-arm64.cc
3557
offset >>=
kInstrSizeLog2
;
in dcptr()
local
4021
int inst_size = static_cast<int>(
kInstrSizeLog2
);
in IsImmLLiteral()
/third_party/node/deps/v8/src/codegen/arm/
H
A
D
constants-arm.h
419
constexpr uint8_t
kInstrSizeLog2
= 2;
member
/third_party/node/deps/v8/src/codegen/loong64/
H
A
D
constants-loong64.h
707
constexpr uint8_t
kInstrSizeLog2
= 2;
H
A
D
macro-assembler-loong64.h
1070
alsl_d(scratch, index, scratch,
kInstrSizeLog2
);
in GenerateSwitchTable()
/third_party/node/deps/v8/src/wasm/baseline/arm64/
H
A
D
liftoff-assembler-arm64.h
347
patching_assembler.b((pc_offset() - offset) >>
kInstrSizeLog2
);
in PatchPrepareStackFrame()
381
b((func_start_offset - pc_offset()) >>
kInstrSizeLog2
);
in PatchPrepareStackFrame()
/third_party/node/deps/v8/src/codegen/mips64/
H
A
D
constants-mips64.h
1273
constexpr uint8_t
kInstrSizeLog2
= 2;
/third_party/node/deps/v8/src/codegen/mips/
H
A
D
constants-mips.h
1224
constexpr uint8_t
kInstrSizeLog2
= 2;
/third_party/node/deps/v8/src/codegen/riscv64/
H
A
D
constants-riscv64.h
1330
constexpr uint8_t
kInstrSizeLog2
= 2;
/third_party/node/deps/v8/src/compiler/backend/loong64/
H
A
D
code-generator-loong64.cc
708
__ pcaddi(t7, offset >>
kInstrSizeLog2
);
in AssembleArchInstruction()
/third_party/node/deps/v8/src/codegen/ppc/
H
A
D
constants-ppc.h
2926
constexpr uint8_t
kInstrSizeLog2
= 2;
member
Completed in 46 milliseconds