HomeSort by relevance Sort by last modified time
    Searched refs:reg_hash (Results 1 - 7 of 7) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-i960.c 386 static struct hash_control *reg_hash; /* Register name hash table. */ variable in typeref:struct:hash_control
465 reg_hash = hash_new ();
476 retval = hash_insert (reg_hash, regnames[i].reg_name,
525 if (symP && (hash_find (reg_hash, S_GET_NAME (symP))))
697 rP = (int *) hash_find (reg_hash, regname);
    [all...]
tc-crx.c 68 static struct hash_control *reg_hash; variable in typeref:struct:hash_control
211 rreg = (const reg_entry *) hash_find (reg_hash, reg_name);
560 /* Initialize reg_hash hash table. */
561 if ((reg_hash = hash_new ()) == NULL)
570 hashret = hash_insert (reg_hash, regtab->name, (void *) regtab);
    [all...]
tc-cr16.c 58 static struct hash_control *reg_hash; variable in typeref:struct:hash_control
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);
    [all...]
tc-tic30.c 106 static struct hash_control *reg_hash; variable in typeref:struct:hash_control
146 reg_hash = hash_new ();
153 hash_err = hash_insert (reg_hash, current_reg->name,
571 reg *regop = (reg *) hash_find (reg_hash, token);
    [all...]
tc-i386.c 1036 static struct hash_control *reg_hash; variable in typeref:struct:hash_control
    [all...]
tc-tic54x.c 205 static struct hash_control *reg_hash; variable in typeref:struct:hash_control
    [all...]
tc-ia64.c 232 struct hash_control *reg_hash; /* register name hash table */ member in struct:__anon108240
    [all...]

Completed in 1051 milliseconds