HomeSort by: relevance | last modified time | path
    Searched defs:reg_hash (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-kvx.h 163 htab_t reg_hash; member in struct:kvx_as_env
tc-crx.c 67 static htab_t reg_hash; variable
187 rreg = str_hash_find (reg_hash, reg_name);
524 /* Initialize reg_hash hash table. */
525 reg_hash = str_htab_create ();
531 if (str_hash_insert (reg_hash, regtab->name, regtab, 0) != NULL)
tc-cr16.c 62 static htab_t reg_hash; variable
329 rreg = str_hash_find (reg_hash, reg_name);
368 rreg = str_hash_find (reg_hash, reg_name);
837 /* Initialize reg_hash hash table. */
838 initialise_reg_hash_table (& reg_hash, cr16_regtab, NUMREGS);
tc-tic30.c 106 static htab_t reg_hash; variable
134 reg_hash = str_htab_create ();
140 if (str_hash_insert (reg_hash, current_reg->name, current_reg, 0))
558 reg *regop = str_hash_find (reg_hash, token);
tc-tic54x.c 228 static htab_t reg_hash; variable
2716 if (str_hash_find (reg_hash, a))
3007 reg_hash = str_htab_create ();
3015 str_hash_insert (reg_hash, sym->name, sym, 0);
3018 str_hash_insert (reg_hash, sym->name, sym, 0);
3075 htab_delete (reg_hash);
5050 || (sym = str_hash_find (reg_hash, name)) != NULL
tc-i386.c 1369 static htab_t reg_hash; variable
3663 /* Initialize reg_hash hash table. */
3664 reg_hash = str_htab_create ();
3704 if (str_hash_insert (reg_hash, regtab->reg_name, regtab, 0) != NULL)
3772 htab_print_statistics (file, "i386 register", reg_hash);
3779 htab_delete (reg_hash);
11018 i.op[0].regs = str_hash_find (reg_hash, "xmm0");
15270 expected_reg = str_hash_find (reg_hash,
15280 = str_hash_find (reg_hash,
17017 r = str_hash_find (reg_hash, reg_name_given)
    [all...]
tc-ia64.c 228 htab_t reg_hash; /* register name hash table */ member in struct:__anon10031
5359 if (str_hash_insert (md.reg_hash, S_GET_NAME (sym), sym, 0) != NULL)
7401 md.reg_hash = str_htab_create ();
7962 sym = str_hash_find (md.reg_hash, name);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-kvx.h 163 htab_t reg_hash; member in struct:kvx_as_env
tc-crx.c 67 static htab_t reg_hash; variable
187 rreg = str_hash_find (reg_hash, reg_name);
524 /* Initialize reg_hash hash table. */
525 reg_hash = str_htab_create ();
531 if (str_hash_insert (reg_hash, regtab->name, regtab, 0) != NULL)
tc-cr16.c 62 static htab_t reg_hash; variable
332 rreg = str_hash_find (reg_hash, reg_name);
371 rreg = str_hash_find (reg_hash, reg_name);
840 /* Initialize reg_hash hash table. */
841 initialise_reg_hash_table (& reg_hash, cr16_regtab, NUMREGS);
tc-tic30.c 106 static htab_t reg_hash; variable
134 reg_hash = str_htab_create ();
140 if (str_hash_insert (reg_hash, current_reg->name, current_reg, 0))
558 reg *regop = str_hash_find (reg_hash, token);
tc-tic54x.c 228 static htab_t reg_hash; variable
2716 if (str_hash_find (reg_hash, a))
3007 reg_hash = str_htab_create ();
3015 str_hash_insert (reg_hash, sym->name, sym, 0);
3018 str_hash_insert (reg_hash, sym->name, sym, 0);
3075 htab_delete (reg_hash);
5050 || (sym = str_hash_find (reg_hash, name)) != NULL
tc-i386.c 1348 static htab_t reg_hash; variable
3609 /* Initialize reg_hash hash table. */
3610 reg_hash = str_htab_create ();
3650 if (str_hash_insert (reg_hash, regtab->reg_name, regtab, 0) != NULL)
3718 htab_print_statistics (file, "i386 register", reg_hash);
3725 htab_delete (reg_hash);
10851 i.op[0].regs = str_hash_find (reg_hash, "xmm0");
15119 expected_reg = str_hash_find (reg_hash,
15129 = str_hash_find (reg_hash,
16846 r = str_hash_find (reg_hash, reg_name_given)
    [all...]
tc-ia64.c 228 htab_t reg_hash; /* register name hash table */ member in struct:__anon11503
5359 if (str_hash_insert (md.reg_hash, S_GET_NAME (sym), sym, 0) != NULL)
7401 md.reg_hash = str_htab_create ();
7962 sym = str_hash_find (md.reg_hash, name);
  /src/external/gpl3/gdb.old/dist/gdb/
target-descriptions.c 1047 gdb::unordered_set<tdesc_reg *> reg_hash;
1052 reg_hash.insert (reg.get ());
1066 reg_hash.erase (arch_reg.reg);
1084 if (reg_hash.contains (reg.get ()))
1095 reg_hash.erase (reg.get ());
1107 if (reg_hash.contains (reg.get ()))
1046 gdb::unordered_set<tdesc_reg *> reg_hash; local
  /src/external/gpl3/gdb/dist/gdb/
target-descriptions.c 1048 gdb::unordered_set<tdesc_reg *> reg_hash;
1053 reg_hash.insert (reg.get ());
1067 reg_hash.erase (arch_reg.reg);
1085 if (reg_hash.contains (reg.get ()))
1096 reg_hash.erase (reg.get ());
1108 if (reg_hash.contains (reg.get ()))
1047 gdb::unordered_set<tdesc_reg *> reg_hash; local

Completed in 75 milliseconds