/toolchain/binutils/binutils-2.25/gas/config/ |
tc-crx.c | 530 const char *hashret = NULL; local 541 hashret = hash_insert (crx_inst_hash, mnemonic, 544 if (hashret != NULL && *hashret != '\0') 546 *hashret == 0 ? _("(unknown reason)") : hashret); 570 hashret = hash_insert (reg_hash, regtab->name, (void *) regtab); 571 if (hashret) 574 hashret); local 588 hashret = hash_insert (copreg_hash, copregtab->name 593 hashret); local [all...] |
tc-cr16.c | 797 const char *hashret; local 806 hashret = hash_insert (* hash_table, rreg->name, (char *) rreg); 807 if (hashret) 809 rreg->name, hashret); local 827 const char *hashret; local 830 hashret = hash_insert (cr16_inst_hash, mnemonic, 833 if (hashret != NULL && *hashret != '\0') 835 *hashret == 0 ? _("(unknown reason)") : hashret); [all...] |
tc-cris.c | 1189 const char *hashret = NULL; local [all...] |