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

  /toolchain/binutils/binutils-2.27/gas/config/
tc-tilegx.c 187 static struct hash_control *spr_hash; variable in typeref:struct:hash_control
324 spr_hash = hash_new ();
326 hash_insert (spr_hash, tilegx_sprs[i].name,
1015 void* val = hash_find (spr_hash, name);
    [all...]
tc-tilepro.c 136 static struct hash_control *spr_hash; variable in typeref:struct:hash_control
263 spr_hash = hash_new ();
265 hash_insert (spr_hash, tilepro_sprs[i].name,
905 void *val = hash_find (spr_hash, name);
    [all...]

Completed in 200 milliseconds