Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-scheduler-mips.cc739 int Mthc1Latency() { in Mthc1Latency() function
751 return Mthc1Latency() + 1; // Estimated. in MoveLatency()
777 return Latency::MTC1 + Mthc1Latency() + Latency::CVT_D_L; in CvtDUwLatency()
780 Mthc1Latency() + Latency::CVT_D_W + Latency::BRANCH + in CvtDUwLatency()
789 return Mfhc1Latency() + Latency::FLOOR_W_D + Mthc1Latency(); in Floor_w_dLatency()
799 return Mfhc1Latency() + Latency::CEIL_W_D + Mthc1Latency(); in Ceil_w_dLatency()
809 return Mfhc1Latency() + Latency::ROUND_W_D + Mthc1Latency(); in Round_w_dLatency()
819 return Mfhc1Latency() + Latency::TRUNC_W_D + Mthc1Latency(); in Trunc_w_dLatency()
834 return 1 + Latency::MTC1 + Mthc1Latency() + Latency::BRANCH + Latency::SUB_D + in Trunc_uw_dLatency()
942 return latency + 1 + Mthc1Latency(); in Ldc1Latency()
[all...]

Completed in 2 milliseconds