Home | History | Annotate | Download | only in config

Lines Matching refs:reg_hash

58 static struct hash_control *reg_hash;
322 rreg = (const reg_entry *) hash_find (reg_hash, reg_name);
361 rreg = (const reg_entry *) hash_find (reg_hash, reg_name);
849 /* Initialize reg_hash hash table. */
850 initialise_reg_hash_table (& reg_hash, cr16_regtab, NUMREGS);