HomeSort by: relevance | last modified time | path
    Searched defs:target_parity (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
cortex-a57-fma-steering.cc 602 int cur_parity, target_parity; local
609 target_parity = forest->get_target_parity ();
611 target_parity = this->m_parent->get_parity ();
615 if (cur_parity != target_parity)
653 cur_parity = target_parity;
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
cortex-a57-fma-steering.cc 602 int cur_parity, target_parity; local
609 target_parity = forest->get_target_parity ();
611 target_parity = this->m_parent->get_parity ();
615 if (cur_parity != target_parity)
653 cur_parity = target_parity;

Completed in 14 milliseconds