Lines Matching full:shortname
1386 xtensa_regfile_lookup_shortname (xtensa_isa isa, const char *shortname)
1391 if (!shortname || !*shortname)
1394 strcpy (xtisa_error_msg, "invalid regfile shortname");
1405 if (!filename_cmp (intisa->regfiles[n].shortname, shortname))
1410 sprintf (xtisa_error_msg, "regfile shortname \"%s\" not recognized",
1411 shortname);
1430 return intisa->regfiles[rf].shortname;