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

  /src/external/gpl3/binutils/dist/opcodes/
nds32-dis.c 77 static htab_t opcode_htab; variable
575 opc = (struct nds32_opcode *) htab_find (opcode_htab, &opcode);
651 opc = (struct nds32_opcode *) htab_find (opcode_htab, &opcode);
1215 (opcode_htab, &opc->value, INSERT);
1257 opcode_htab = htab_create_alloc (1024, htab_hash_hash, htab_hash_eq,
nds32-asm.c 1586 static htab_t opcode_htab;
1796 opcode_htab = htab_create_alloc (512, htab_hash_hash, htab_hash_eq,
1815 htab_find_slot_with_hash (opcode_htab, opc->opcode, hash,
2573 htab_find_with_hash (opcode_htab, mnemoic, hash);
1585 static htab_t opcode_htab; variable
  /src/external/gpl3/binutils.old/dist/opcodes/
nds32-dis.c 77 static htab_t opcode_htab; variable
575 opc = (struct nds32_opcode *) htab_find (opcode_htab, &opcode);
651 opc = (struct nds32_opcode *) htab_find (opcode_htab, &opcode);
1215 (opcode_htab, &opc->value, INSERT);
1257 opcode_htab = htab_create_alloc (1024, htab_hash_hash, htab_hash_eq,
nds32-asm.c 1586 static htab_t opcode_htab;
1796 opcode_htab = htab_create_alloc (512, htab_hash_hash, htab_hash_eq,
1815 htab_find_slot_with_hash (opcode_htab, opc->opcode, hash,
2573 htab_find_with_hash (opcode_htab, mnemoic, hash);
1585 static htab_t opcode_htab; variable
  /src/external/gpl3/gdb.old/dist/opcodes/
nds32-dis.c 77 static htab_t opcode_htab; variable
575 opc = (struct nds32_opcode *) htab_find (opcode_htab, &opcode);
651 opc = (struct nds32_opcode *) htab_find (opcode_htab, &opcode);
1215 (opcode_htab, &opc->value, INSERT);
1257 opcode_htab = htab_create_alloc (1024, htab_hash_hash, htab_hash_eq,
nds32-asm.c 1586 static htab_t opcode_htab;
1796 opcode_htab = htab_create_alloc (512, htab_hash_hash, htab_hash_eq,
1815 htab_find_slot_with_hash (opcode_htab, opc->opcode, hash,
2573 htab_find_with_hash (opcode_htab, mnemoic, hash);
1585 static htab_t opcode_htab; variable
  /src/external/gpl3/gdb/dist/opcodes/
nds32-dis.c 77 static htab_t opcode_htab; variable
575 opc = (struct nds32_opcode *) htab_find (opcode_htab, &opcode);
651 opc = (struct nds32_opcode *) htab_find (opcode_htab, &opcode);
1215 (opcode_htab, &opc->value, INSERT);
1257 opcode_htab = htab_create_alloc (1024, htab_hash_hash, htab_hash_eq,
nds32-asm.c 1586 static htab_t opcode_htab;
1796 opcode_htab = htab_create_alloc (512, htab_hash_hash, htab_hash_eq,
1815 htab_find_slot_with_hash (opcode_htab, opc->opcode, hash,
2573 htab_find_with_hash (opcode_htab, mnemoic, hash);
1585 static htab_t opcode_htab; variable

Completed in 56 milliseconds