Home
last modified time | relevance | path

Searched refs:CompareIsNanF64Latency (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-scheduler-riscv64.cc955 int CompareIsNanF64Latency() { return CompareIsNanFLatency(); } in CompareIsNanF64Latency() function
965 return CompareIsNanF64Latency() + 2 * Latency::BRANCH + Latency::NEG_D + in NegdLatency()
992 int latency = CompareIsNanF64Latency() + Latency::BRANCH; in Float64MaxLatency()
1006 int latency = CompareIsNanF64Latency() + Latency::BRANCH; in Float64MinLatency()
1037 return 2 * CompareF64Latency() + CompareIsNanF64Latency() + in TruncUlDLatency()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-scheduler-mips64.cc1088 int CompareIsNanF64Latency() { return CompareIsNanFLatency(); } in CompareIsNanF64Latency() function
1105 return CompareIsNanF64Latency() + 2 * Latency::BRANCH + Latency::NEG_D + in NegdLatency()
1145 int latency = CompareIsNanF64Latency() + Latency::BRANCH; in Float64MaxLatency()
1167 int latency = CompareIsNanF64Latency() + Latency::BRANCH; in Float64MinLatency()
1202 return 2 * CompareF64Latency() + CompareIsNanF64Latency() + in TruncUlDLatency()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-scheduler-mips.cc1181 int CompareIsNanF64Latency() { return CompareIsNanFLatency(); } in CompareIsNanF64Latency() function
1188 return CompareIsNanF64Latency() + 2 * Latency::BRANCH + Latency::NEG_D + in Neg_dLatency()
1218 int latency = CompareIsNanF64Latency() + Latency::BRANCH; in Float64MaxLatency()
1267 return CompareIsNanF64Latency() + Latency::BRANCH + in Float64MinLatency()

Completed in 6 milliseconds