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:Mthc1Latency
(Results
1 - 1
of
1
) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/mips/
H
A
D
instruction-scheduler-mips.cc
739
int
Mthc1Latency
() {
in Mthc1Latency()
function
751
return
Mthc1Latency
() + 1; // Estimated.
in MoveLatency()
777
return Latency::MTC1 +
Mthc1Latency
() + Latency::CVT_D_L;
in CvtDUwLatency()
780
Mthc1Latency
() + Latency::CVT_D_W + Latency::BRANCH +
in CvtDUwLatency()
789
return Mfhc1Latency() + Latency::FLOOR_W_D +
Mthc1Latency
();
in Floor_w_dLatency()
799
return Mfhc1Latency() + Latency::CEIL_W_D +
Mthc1Latency
();
in Ceil_w_dLatency()
809
return Mfhc1Latency() + Latency::ROUND_W_D +
Mthc1Latency
();
in Round_w_dLatency()
819
return Mfhc1Latency() + Latency::TRUNC_W_D +
Mthc1Latency
();
in Trunc_w_dLatency()
834
return 1 + Latency::MTC1 +
Mthc1Latency
() + Latency::BRANCH + Latency::SUB_D +
in Trunc_uw_dLatency()
942
return latency + 1 +
Mthc1Latency
();
in Ldc1Latency()
[all...]
Completed in 2 milliseconds