Home
last modified time | relevance | path

Searched defs:InsertBitsLatency (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-scheduler-mips64.cc1238 int InsertBitsLatency() { return 2 + DsubuLatency(false) + 2; } in InsertBitsLatency() function
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-scheduler-mips.cc1013 int InsertBitsLatency() { in InsertBitsLatency() function
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-scheduler-riscv64.cc1072 int InsertBitsLatency() { return 2 + Sub64Latency(false) + 2; } in InsertBitsLatency() function

Completed in 7 milliseconds