Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-scheduler-mips.cc937 int Ldc1Latency() { in Ldc1Latency() function
948 return Ldc1Latency(); in Uldc1Latency()
1314 latency += Ldc1Latency(); in MultiPopFPULatency()
1645 return Ldc1Latency(); in GetInstructionLatency()
1672 return Ldc1Latency(); in GetInstructionLatency()
1717 return 1 + AdduLatency() + Ldc1Latency() + 1 + ScLatency(0) + in GetInstructionLatency()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-scheduler-mips64.cc889 int Ldc1Latency() { return AdjustBaseAndOffsetLatency() + Latency::LDC1; } in Ldc1Latency() function
926 latency += Ldc1Latency(); in MultiPopFPULatency()
1640 return Ldc1Latency(); in GetInstructionLatency()
1683 latency = Ldc1Latency(); in GetInstructionLatency()

Completed in 6 milliseconds