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

  /src/external/gpl3/binutils/dist/opcodes/
nds32-asm.c 2553 char *mnemoic;
2559 mnemoic = s;
2562 /* Find opcode mnemoic. */
2567 dot = strchr (mnemoic, '.');
2571 hash = htab_hash_string (mnemoic);
2573 htab_find_with_hash (opcode_htab, mnemoic, hash);
2551 char *mnemoic; local
  /src/external/gpl3/binutils.old/dist/opcodes/
nds32-asm.c 2553 char *mnemoic;
2559 mnemoic = s;
2562 /* Find opcode mnemoic. */
2567 dot = strchr (mnemoic, '.');
2571 hash = htab_hash_string (mnemoic);
2573 htab_find_with_hash (opcode_htab, mnemoic, hash);
2551 char *mnemoic; local
  /src/external/gpl3/gdb.old/dist/opcodes/
nds32-asm.c 2553 char *mnemoic;
2559 mnemoic = s;
2562 /* Find opcode mnemoic. */
2567 dot = strchr (mnemoic, '.');
2571 hash = htab_hash_string (mnemoic);
2573 htab_find_with_hash (opcode_htab, mnemoic, hash);
2551 char *mnemoic; local
  /src/external/gpl3/gdb/dist/opcodes/
nds32-asm.c 2553 char *mnemoic;
2559 mnemoic = s;
2562 /* Find opcode mnemoic. */
2567 dot = strchr (mnemoic, '.');
2571 hash = htab_hash_string (mnemoic);
2573 htab_find_with_hash (opcode_htab, mnemoic, hash);
2551 char *mnemoic; local

Completed in 48 milliseconds