Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-scheduler-mips64.cc550 int DadduLatency(bool is_operand_register = true) { in DadduLatency() function
559 return DadduLatency(is_operand_register); in DsubuLatency()
563 return DadduLatency(is_operand_register); in AndLatency()
567 return DadduLatency(is_operand_register); in OrLatency()
579 return DadduLatency(is_operand_register); in XorLatency()
754 return DadduLatency() + 1; in DlsaLatency()
759 return DadduLatency(false) + Latency::BRANCH + 5; in CallLatency()
764 return 1 + DadduLatency() + Latency::BRANCH + 2; in JumpLatency()
771 return 2 * (DlsaLatency() + DadduLatency(false)) + 2 + Latency::BRANCH + in PrepareForTailCallLatency()
916 int latency = DadduLatency(fals in MultiPopLatency()
[all...]

Completed in 3 milliseconds