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

  /src/external/gpl3/binutils/dist/gas/config/
tc-kvx.h 161 htab_t opcode_hash; member in struct:kvx_as_env
tc-tic6x.c 743 static htab_t opcode_hash; variable
758 opcode_hash = str_htab_create ();
764 opc->next = str_hash_find (opcode_hash, tic6x_opcode_table[id].name);
765 str_hash_insert (opcode_hash, tic6x_opcode_table[id].name, opc, 1);
3182 opc_list = str_hash_find_n (opcode_hash, str, p - str);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-kvx.h 161 htab_t opcode_hash; member in struct:kvx_as_env
tc-tic6x.c 743 static htab_t opcode_hash; variable
758 opcode_hash = str_htab_create ();
764 opc->next = str_hash_find (opcode_hash, tic6x_opcode_table[id].name);
765 str_hash_insert (opcode_hash, tic6x_opcode_table[id].name, opc, 1);
3182 opc_list = str_hash_find_n (opcode_hash, str, p - str);

Completed in 60 milliseconds