HomeSort by: relevance | last modified time | path
    Searched defs:op_hash (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/gas/config/
tc-dlx.c 46 static htab_t op_hash = NULL; variable
282 op_hash = str_htab_create ();
288 if (str_hash_insert (op_hash, name, &machine_opcodes[i], 0) != NULL)
686 if ((insn = str_hash_find (op_hash, str)) == NULL)
tc-spu.c 60 static htab_t op_hash = NULL; variable
115 op_hash = str_htab_create ();
120 str_hash_insert (op_hash, spu_opcodes[i].mnemonic, &spu_opcodes[i], 0);
278 if ((format = str_hash_find (op_hash, op)) == NULL)
tc-tilepro.c 132 static htab_t op_hash; variable
248 /* Initialize op_hash hash table. */
249 op_hash = str_htab_create ();
251 if (str_hash_insert (op_hash, op->name, op, 0) != NULL)
1120 op = str_hash_find (op_hash, str);
tc-cris.c 163 static htab_t op_hash = NULL; variable
1192 op_hash = str_htab_create ();
1222 if (str_hash_insert (op_hash, name, &cris_opcodes[i], 0) != NULL)
1554 instruction = str_hash_find (op_hash, insn_text);
tc-tic30.c 102 static htab_t op_hash; variable
114 op_hash = str_htab_create ();
120 if (str_hash_insert (op_hash, current_optab->name, current_optab, 0))
1446 op = str_hash_find (op_hash, token_start);
tc-tilegx.c 183 static htab_t op_hash; variable
312 /* Initialize op_hash hash table. */
313 op_hash = str_htab_create ();
315 if (str_hash_insert (op_hash, op->name, op, 0) != NULL)
1234 op = str_hash_find (op_hash, str);
tc-vax.c 772 static htab_t op_hash;
983 I decode votstrs into a hash table at op_hash (which I create).
997 op_hash = str_htab_create ();
1000 if (str_hash_insert (op_hash, vP->vot_name, &vP->vot_detail, 0) != NULL)
1005 if (str_hash_insert (op_hash, vP->vot_name, &vP->vot_detail, 0) != NULL)
1997 vwP = str_hash_find (op_hash, instring);
767 static htab_t op_hash; variable
tc-sparc.c 129 static htab_t op_hash; variable
962 op_hash = str_htab_create ();
967 if (str_hash_insert (op_hash, name, &sparc_opcodes[i], 0) != NULL)
992 insn = str_hash_find (op_hash, name);
999 else if (str_hash_insert (op_hash, native_op_table[i].name, insn, 0))
1771 insn = str_hash_find (op_hash, str);
tc-hppa.c 553 static htab_t op_hash = NULL; variable
3214 if ((insn = str_hash_find (op_hash, str)) == NULL)
8246 op_hash = str_htab_create ();
8252 if (str_hash_insert (op_hash, name, &pa_opcodes[i], 0) != NULL)
tc-m68k.c 1306 static htab_t op_hash; variable
1362 opcode = str_hash_find (op_hash, instring);
4533 op_hash = str_htab_create ();
4577 if (str_hash_insert (op_hash, ins->name, hack, 0) != NULL)
4585 void *val = str_hash_find (op_hash, name);
4589 if (str_hash_insert (op_hash, alias, val, 0) != NULL)
4623 void *val = str_hash_find (op_hash, name);
4627 str_hash_insert (op_hash, alias, val, 1);
4682 str_hash_insert (op_hash,
tc-riscv.c 435 static htab_t op_hash = NULL; variable
1910 op_hash = init_opcode_hash (riscv_opcodes, false);
2049 mo = str_hash_find (op_hash, name);
4418 &imm_reloc, op_hash);
tc-tic54x.c 226 static htab_t op_hash; variable
2999 op_hash = str_htab_create ();
3001 str_hash_insert (op_hash, tm->name, tm, 0);
3077 htab_delete (op_hash);
4162 insn->tm = str_hash_find (op_hash, insn->mnemonic);
4185 insn->tm = str_hash_find (op_hash, insn->mnemonic);
tc-i386.c 1366 static htab_t op_hash; variable
3634 i386_op_off_t *pos = str_hash_find (op_hash, mnemonic);
3651 /* Initialize op_hash hash table. */
3652 op_hash = str_htab_create ();
3659 if (str_hash_insert (op_hash, insn_name (&i386_optab[*cur]), cur, 0))
3771 htab_print_statistics (file, "i386 opcode", op_hash);
3778 htab_delete (op_hash);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-dlx.c 46 static htab_t op_hash = NULL; variable
282 op_hash = str_htab_create ();
288 if (str_hash_insert (op_hash, name, &machine_opcodes[i], 0) != NULL)
686 if ((insn = str_hash_find (op_hash, str)) == NULL)
tc-spu.c 60 static htab_t op_hash = NULL; variable
115 op_hash = str_htab_create ();
120 str_hash_insert (op_hash, spu_opcodes[i].mnemonic, &spu_opcodes[i], 0);
278 if ((format = str_hash_find (op_hash, op)) == NULL)
tc-tilepro.c 132 static htab_t op_hash; variable
248 /* Initialize op_hash hash table. */
249 op_hash = str_htab_create ();
251 if (str_hash_insert (op_hash, op->name, op, 0) != NULL)
1120 op = str_hash_find (op_hash, str);
tc-cris.c 163 static htab_t op_hash = NULL; variable
1192 op_hash = str_htab_create ();
1222 if (str_hash_insert (op_hash, name, &cris_opcodes[i], 0) != NULL)
1554 instruction = str_hash_find (op_hash, insn_text);
tc-tic30.c 102 static htab_t op_hash; variable
114 op_hash = str_htab_create ();
120 if (str_hash_insert (op_hash, current_optab->name, current_optab, 0))
1446 op = str_hash_find (op_hash, token_start);
tc-tilegx.c 183 static htab_t op_hash; variable
312 /* Initialize op_hash hash table. */
313 op_hash = str_htab_create ();
315 if (str_hash_insert (op_hash, op->name, op, 0) != NULL)
1234 op = str_hash_find (op_hash, str);
tc-vax.c 772 static htab_t op_hash;
983 I decode votstrs into a hash table at op_hash (which I create).
997 op_hash = str_htab_create ();
1000 if (str_hash_insert (op_hash, vP->vot_name, &vP->vot_detail, 0) != NULL)
1005 if (str_hash_insert (op_hash, vP->vot_name, &vP->vot_detail, 0) != NULL)
1997 vwP = str_hash_find (op_hash, instring);
767 static htab_t op_hash; variable
tc-sparc.c 129 static htab_t op_hash; variable
961 op_hash = str_htab_create ();
966 if (str_hash_insert (op_hash, name, &sparc_opcodes[i], 0) != NULL)
991 insn = str_hash_find (op_hash, name);
998 else if (str_hash_insert (op_hash, native_op_table[i].name, insn, 0))
1770 insn = str_hash_find (op_hash, str);
tc-hppa.c 553 static htab_t op_hash = NULL; variable
3214 if ((insn = str_hash_find (op_hash, str)) == NULL)
8246 op_hash = str_htab_create ();
8252 if (str_hash_insert (op_hash, name, &pa_opcodes[i], 0) != NULL)
tc-m68k.c 1306 static htab_t op_hash; variable
1362 opcode = str_hash_find (op_hash, instring);
4533 op_hash = str_htab_create ();
4577 if (str_hash_insert (op_hash, ins->name, hack, 0) != NULL)
4585 void *val = str_hash_find (op_hash, name);
4589 if (str_hash_insert (op_hash, alias, val, 0) != NULL)
4623 void *val = str_hash_find (op_hash, name);
4627 str_hash_insert (op_hash, alias, val, 1);
4682 str_hash_insert (op_hash,
tc-riscv.c 435 static htab_t op_hash = NULL; variable
1910 op_hash = init_opcode_hash (riscv_opcodes, false);
2049 mo = str_hash_find (op_hash, name);
4407 &imm_reloc, op_hash);
tc-tic54x.c 226 static htab_t op_hash; variable
2999 op_hash = str_htab_create ();
3001 str_hash_insert (op_hash, tm->name, tm, 0);
3077 htab_delete (op_hash);
4162 insn->tm = str_hash_find (op_hash, insn->mnemonic);
4185 insn->tm = str_hash_find (op_hash, insn->mnemonic);

Completed in 102 milliseconds

1 2