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

  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 2409 bool has_underbar = false;
2414 has_underbar = true;
2454 sprintf (new_opname, "%s%cur.%s", (has_underbar ? "_" : ""),
2501 bool has_underbar = false;
2505 has_underbar = true;
2511 if (use_transform () && !has_underbar && density_supported)
2517 xg_replace_opname (popname, (has_underbar ? "_or" : "or"));
2540 xg_replace_opname (popname, (has_underbar ? "_bbsi" : "bbsi"));
2550 xg_replace_opname (popname, (has_underbar ? "_bbci" : "bbci"));
2563 if (use_transform () && !has_underbar && density_supported
2405 bool has_underbar = false; local
2497 bool has_underbar = false; local
5536 bool has_underbar = false; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 2409 bool has_underbar = false;
2414 has_underbar = true;
2454 sprintf (new_opname, "%s%cur.%s", (has_underbar ? "_" : ""),
2501 bool has_underbar = false;
2505 has_underbar = true;
2511 if (use_transform () && !has_underbar && density_supported)
2517 xg_replace_opname (popname, (has_underbar ? "_or" : "or"));
2540 xg_replace_opname (popname, (has_underbar ? "_bbsi" : "bbsi"));
2550 xg_replace_opname (popname, (has_underbar ? "_bbci" : "bbci"));
2563 if (use_transform () && !has_underbar && density_supported
2405 bool has_underbar = false; local
2497 bool has_underbar = false; local
5536 bool has_underbar = false; local
    [all...]

Completed in 31 milliseconds