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:instr0
(Results
1 - 3
of
3
) sorted by relevance
/third_party/node/deps/v8/src/codegen/loong64/
H
A
D
assembler-loong64.cc
2276
Instr
instr0
= instr_at(pc);
in target_address_at()
local
2277
if (IsB(
instr0
)) {
in target_address_at()
2278
int32_t offset =
instr0
& kImm26Mask;
in target_address_at()
2288
DCHECK((IsLu12i_w(
instr0
) && (IsOri(instr1)) && (IsLu32i_d(instr2))));
in target_address_at()
2292
uint64_t mid20 = ((uint64_t)(
instr0
>> 5) & 0xfffff) << 12;
in target_address_at()
2318
Instr
instr0
= instr_at(pc);
in set_target_value_at()
local
2321
DCHECK(IsLu12i_w(
instr0
) && IsOri(instr1) && IsLu32i_d(instr2) ||
in set_target_value_at()
2322
IsB(
instr0
));
in set_target_value_at()
/third_party/node/deps/v8/src/codegen/mips64/
H
A
D
assembler-mips64.cc
3915
Instr
instr0
= instr_at(pc);
in target_address_at()
local
3921
if ((GetOpcodeField(
instr0
) == LUI) && (GetOpcodeField(instr1) == ORI) &&
in target_address_at()
3925
static_cast<int64_t>(((uint64_t)(GetImmediate16(
instr0
)) << 32) |
in target_address_at()
3962
Instr
instr0
= instr_at(pc);
in set_target_value_at()
local
3964
DCHECK((GetOpcodeField(
instr0
) == LUI && GetOpcodeField(instr1) == ORI &&
in set_target_value_at()
/third_party/node/deps/v8/src/codegen/riscv64/
H
A
D
assembler-riscv64.cc
3844
Instruction*
instr0
= Instruction::At((unsigned char*)pc);
in target_address_at()
local
3853
if (IsLui(*reinterpret_cast<Instr*>(
instr0
)) &&
in target_address_at()
3860
int64_t addr = (int64_t)(
instr0
->Imm20UValue() << kImm20Shift) +
in target_address_at()
3890
Instruction*
instr0
= Instruction::At((unsigned char*)pc);
in set_target_value_at()
local
3894
DCHECK(IsLui(*reinterpret_cast<Instr*>(
instr0
)) &&
in set_target_value_at()
Completed in 23 milliseconds