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

  /src/external/gpl3/binutils/dist/gas/config/
tc-tic4x.c 56 static htab_t tic4x_op_hash = NULL; variable
1215 if (str_hash_insert (tic4x_op_hash, inst->name, inst, 0) != NULL)
1287 if (str_hash_find (tic4x_op_hash, name))
1353 tic4x_op_hash = str_htab_create ();
2450 if ((insn->inst = str_hash_find (tic4x_op_hash, insn->name)) == NULL)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic4x.c 56 static htab_t tic4x_op_hash = NULL; variable
1215 if (str_hash_insert (tic4x_op_hash, inst->name, inst, 0) != NULL)
1287 if (str_hash_find (tic4x_op_hash, name))
1353 tic4x_op_hash = str_htab_create ();
2450 if ((insn->inst = str_hash_find (tic4x_op_hash, insn->name)) == NULL)

Completed in 129 milliseconds