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:IsLui
(Results
1 - 8
of
8
) sorted by relevance
/third_party/node/deps/v8/src/codegen/mips/
H
A
D
assembler-mips-inl.h
125
DCHECK(Assembler::
IsLui
(instr1));
in set_target_internal_reference_encoded_at()
151
DCHECK(
IsLui
(instr_at(pc)));
in deserialization_set_target_internal_reference_at()
219
DCHECK(Assembler::
IsLui
(instr1));
in target_internal_reference()
270
DCHECK(
IsLui
(instr1));
in relative_code_target_object_handle_at()
H
A
D
assembler-mips.cc
604
bool Assembler::
IsLui
(Instr instr) {
in IsLui()
function in v8::internal::Assembler
741
DCHECK(
IsLui
(instr_lui) && IsJicOrJialc(instr_jic));
in CreateTargetAddress()
785
DCHECK(
IsLui
(instr_lui));
in PatchLuiOriImmediate()
796
DCHECK(
IsLui
(instr_lui));
in PatchLuiOriImmediate()
803
DCHECK(
IsLui
(instr_lui));
in GetLuiOriImmediate()
833
DCHECK(IsBranch(instr) ||
IsLui
(instr) || IsMov(instr, t8, ra));
in target_at()
847
DCHECK(
IsLui
(instr));
in target_at()
913
DCHECK(IsBranch(instr) ||
IsLui
(instr) || IsMov(instr, t8, ra));
in target_at_put()
920
DCHECK(
IsLui
(instr_lui));
in target_at_put()
954
DCHECK(
IsLui
(inst
in target_at_put()
[all...]
H
A
D
assembler-mips.h
1451
static bool
IsLui
(Instr instr);
/third_party/node/deps/v8/src/codegen/riscv64/
H
A
D
assembler-riscv64-inl.h
151
DCHECK(
IsLui
(instr_at(pc)));
in deserialization_set_target_internal_reference_at()
229
DCHECK(Assembler::
IsLui
(Assembler::instr_at(pc_ + 0 * kInstrSize)));
in target_internal_reference()
H
A
D
assembler-riscv64.cc
336
bool Assembler::
IsLui
(Instr instr) { return (instr & kBaseOpcodeMask) == LUI; }
in IsLui()
function in v8::internal::Assembler
3601
if (
IsLui
(instr)) {
in RelocateInternalReference()
3853
if (
IsLui
(*reinterpret_cast<Instr*>(instr0)) &&
in target_address_at()
3894
DCHECK(
IsLui
(*reinterpret_cast<Instr*>(instr0)) &&
in set_target_value_at()
H
A
D
assembler-riscv64.h
1278
static bool
IsLui
(Instr instr);
/third_party/node/deps/v8/src/codegen/mips64/
H
A
D
assembler-mips64.cc
584
bool Assembler::
IsLui
(Instr instr) {
in IsLui()
function in v8::internal::Assembler
717
DCHECK(IsBranch(instr) || IsJ(instr) || IsJal(instr) ||
IsLui
(instr) ||
in target_at()
727
DCHECK(
IsLui
(instr_lui));
in target_at()
736
} else if (
IsLui
(instr)) {
in target_at()
741
DCHECK(
IsLui
(instr_lui));
in target_at()
821
} else if (
IsLui
(instr)) {
in target_at_put()
825
DCHECK(
IsLui
(instr_lui));
in target_at_put()
873
DCHECK(
IsLui
(instr_lui));
in target_at_put()
988
DCHECK(IsJ(instr) || IsJal(instr) ||
IsLui
(instr) ||
in bind_to()
3683
if (
IsLui
(inst
in RelocateInternalReference()
[all...]
H
A
D
assembler-mips64.h
1512
static bool
IsLui
(Instr instr);
Completed in 32 milliseconds