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

  /src/external/gpl3/binutils/dist/gas/config/
tc-alpha.c 289 static htab_t alpha_opcode_hash;
1166 opcode = str_hash_find (alpha_opcode_hash, opname);
3317 opcode = str_hash_find (alpha_opcode_hash, opname);
5407 alpha_opcode_hash = str_htab_create ();
5414 if (str_hash_insert (alpha_opcode_hash, name, &alpha_opcodes[i], 0))
5431 (void) str_hash_insert (alpha_opcode_hash, p, &alpha_opcodes[i], 0);
286 static htab_t alpha_opcode_hash; variable
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-alpha.c 289 static htab_t alpha_opcode_hash;
1166 opcode = str_hash_find (alpha_opcode_hash, opname);
3317 opcode = str_hash_find (alpha_opcode_hash, opname);
5407 alpha_opcode_hash = str_htab_create ();
5414 if (str_hash_insert (alpha_opcode_hash, name, &alpha_opcodes[i], 0))
5431 (void) str_hash_insert (alpha_opcode_hash, p, &alpha_opcodes[i], 0);
286 static htab_t alpha_opcode_hash; variable

Completed in 17 milliseconds