Home
last modified time | relevance | path

Searched refs:Sdc1Latency (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-scheduler-mips.cc954 int Sdc1Latency() { in Sdc1Latency() function
965 return Sdc1Latency(); in Usdc1Latency()
1298 latency += Sdc1Latency(); in MultiPushFPULatency()
1378 Sdc1Latency() + CallStubDelayedLatency() + AdduLatency(false) + 1; in TruncateDoubleToIDelayedLatency()
1649 return MoveLatency(false) + Sdc1Latency(); // Estimated max. in GetInstructionLatency()
1659 return Sdc1Latency() + SubuLatency(false); in GetInstructionLatency()
1686 return Sdc1Latency(); in GetInstructionLatency()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-scheduler-mips64.cc887 int Sdc1Latency() { return AdjustBaseAndOffsetLatency() + Latency::SDC1; } in Sdc1Latency() function
902 latency += Sdc1Latency(); in MultiPushFPULatency()
993 Sdc1Latency() + CallStubDelayedLatency() + DadduLatency(false) + 1; in TruncateDoubleToIDelayedLatency()
1644 return Sdc1Latency(); in GetInstructionLatency()
1671 latency = Sdc1Latency() + DsubuLatency(false); in GetInstructionLatency()
1704 latency = Sdc1Latency(); in GetInstructionLatency()

Completed in 7 milliseconds