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:OrLatency
(Results
1 - 3
of
3
) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/mips/
H
A
D
instruction-scheduler-mips.cc
563
int
OrLatency
(bool is_operand_register = true) {
in OrLatency()
function
606
AndLatency(false) + NorLatency() +
OrLatency
() + AndLatency(false) + 4;
in ShlPairLatency()
620
AndLatency(false) + NorLatency() +
OrLatency
() + AndLatency(false) + 4;
in ShrPairLatency()
628
return (InsLatency() + 2 >
OrLatency
() + 3) ? InsLatency() + 2
in ShrPairLatency()
629
:
OrLatency
() + 3;
in ShrPairLatency()
635
return AndLatency(false) + NorLatency() +
OrLatency
() + AndLatency(false) +
in SarPairLatency()
645
return
OrLatency
() + 3;
in SarPairLatency()
835
Latency::TRUNC_W_D + Latency::MFC1 +
OrLatency
(false) +
in Trunc_uw_dLatency()
841
Latency::TRUNC_W_S + Latency::MFC1 +
OrLatency
(false) +
in Trunc_uw_sLatency()
1475
return
OrLatency
(inst
in GetInstructionLatency()
[all...]
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H
A
D
instruction-scheduler-riscv64.cc
567
int
OrLatency
(bool is_operand_register = true) {
in OrLatency()
function
1031
3 * Latency::MOVF_HIGH_DREG +
OrLatency
() + Latency::MOVT_FREG +
in TruncUlSLatency()
1039
3 * Latency::MOVF_HIGH_DREG +
OrLatency
() + Latency::MOVT_DREG +
in TruncUlDLatency()
1232
return
OrLatency
(instr->InputAt(1)->IsRegister());
in GetInstructionLatency()
1235
int latency =
OrLatency
(is_operand_register);
in GetInstructionLatency()
1403
2 * Latency::TRUNC_W_D + Latency::SUB_D +
OrLatency
() +
in GetInstructionLatency()
1409
2 * Latency::TRUNC_W_S + Latency::SUB_S +
OrLatency
() +
in GetInstructionLatency()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H
A
D
instruction-scheduler-mips64.cc
566
int
OrLatency
(bool is_operand_register = true) {
in OrLatency()
function
1196
3 * Latency::DMFC1 +
OrLatency
() + Latency::MTC1 + Latency::MOV_S +
in TruncUlSLatency()
1204
3 * Latency::DMFC1 +
OrLatency
() + Latency::DMTC1 + Latency::MOV_D +
in TruncUlDLatency()
1429
return
OrLatency
(instr->InputAt(1)->IsRegister());
in GetInstructionLatency()
1432
int latency =
OrLatency
(is_operand_register);
in GetInstructionLatency()
1599
2 * Latency::TRUNC_W_D + Latency::SUB_D +
OrLatency
() +
in GetInstructionLatency()
1604
2 * Latency::TRUNC_W_S + Latency::SUB_S +
OrLatency
() +
in GetInstructionLatency()
Completed in 6 milliseconds