Searched refs:opcode_htab (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | nds32-dis.c | 77 static htab_t opcode_htab; variable 575 opc = (struct nds32_opcode *) htab_find (opcode_htab, &opcode); in print_insn32() 651 opc = (struct nds32_opcode *) htab_find (opcode_htab, &opcode); in print_insn16() 1215 (opcode_htab, &opc->value, INSERT); in nds32_add_opcode_hash_table() 1257 opcode_htab = htab_create_alloc (1024, htab_hash_hash, htab_hash_eq, in disassemble_init_nds32()
|
| D | nds32-asm.c | 1585 static htab_t opcode_htab; variable 1794 opcode_htab = htab_create_alloc (512, htab_hash_hash, htab_hash_eq, in build_opcode_hash_table() 1813 htab_find_slot_with_hash (opcode_htab, opc->opcode, hash, in build_opcode_hash_table() 2571 htab_find_with_hash (opcode_htab, mnemoic, hash); in nds32_assemble()
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | nds32-dis.c | 77 static htab_t opcode_htab; variable 575 opc = (struct nds32_opcode *) htab_find (opcode_htab, &opcode); in print_insn32() 651 opc = (struct nds32_opcode *) htab_find (opcode_htab, &opcode); in print_insn16() 1215 (opcode_htab, &opc->value, INSERT); in nds32_add_opcode_hash_table() 1257 opcode_htab = htab_create_alloc (1024, htab_hash_hash, htab_hash_eq, in disassemble_init_nds32()
|
| D | nds32-asm.c | 1585 static htab_t opcode_htab; variable 1794 opcode_htab = htab_create_alloc (512, htab_hash_hash, htab_hash_eq, in build_opcode_hash_table() 1813 htab_find_slot_with_hash (opcode_htab, opc->opcode, hash, in build_opcode_hash_table() 2571 htab_find_with_hash (opcode_htab, mnemoic, hash); in nds32_assemble()
|