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

  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 624 static bool workaround_short_loop = false;
633 to the workaround_short_loop flag. In addition to the
634 workaround_short_loop actions, all straightline loopgtz and loopnez
658 workaround_short_loop |= true;
902 workaround_short_loop = true;
905 workaround_short_loop = false;
925 workaround_short_loop = false;
7293 if (workaround_short_loop && use_transform ())
7405 if (workaround_short_loop && maybe_has_short_loop)
623 static bool workaround_short_loop = false; variable
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 624 static bool workaround_short_loop = false;
633 to the workaround_short_loop flag. In addition to the
634 workaround_short_loop actions, all straightline loopgtz and loopnez
658 workaround_short_loop |= true;
902 workaround_short_loop = true;
905 workaround_short_loop = false;
925 workaround_short_loop = false;
7293 if (workaround_short_loop && use_transform ())
7405 if (workaround_short_loop && maybe_has_short_loop)
623 static bool workaround_short_loop = false; variable

Completed in 38 milliseconds