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:MovzLatency
(Results
1 - 3
of
3
) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H
A
D
instruction-scheduler-riscv64.cc
687
int
MovzLatency
() { return 1; }
in MovzLatency()
function
1196
return latency +
MovzLatency
();
in GetInstructionLatency()
1200
return latency +
MovzLatency
();
in GetInstructionLatency()
1210
return latency +
MovzLatency
();
in GetInstructionLatency()
1214
return latency +
MovzLatency
();
in GetInstructionLatency()
1410
Latency::MOVT_FREG + 2 * Latency::MOVF_FREG + 2 +
MovzLatency
();
in GetInstructionLatency()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H
A
D
instruction-scheduler-mips64.cc
736
int
MovzLatency
() {
in MovzLatency()
function
1377
return latency +
MovzLatency
();
in GetInstructionLatency()
1385
return latency +
MovzLatency
();
in GetInstructionLatency()
1399
return latency +
MovzLatency
();
in GetInstructionLatency()
1407
return latency +
MovzLatency
();
in GetInstructionLatency()
1605
Latency::MTC1 + 2 * Latency::MFC1 + 2 +
MovzLatency
();
in GetInstructionLatency()
/third_party/node/deps/v8/src/compiler/backend/mips/
H
A
D
instruction-scheduler-mips.cc
845
int
MovzLatency
() {
in MovzLatency()
function
1503
return latency +
MovzLatency
();
in GetInstructionLatency()
1511
return latency +
MovzLatency
();
in GetInstructionLatency()
1608
return Trunc_uw_sLatency() + AdduLatency(false) +
MovzLatency
();
in GetInstructionLatency()
Completed in 7 milliseconds