/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-dlx.c | 44 static struct hash_control *op_hash = NULL; variable 284 op_hash = hash_new (); in md_begin() 291 retval = hash_insert (op_hash, name, (void *) &machine_opcodes[i]); in md_begin() 697 if ((insn = (struct machine_opcode *) hash_find (op_hash, str)) == NULL) in machine_ip()
|
D | tc-spu.c | 60 static struct hash_control *op_hash = NULL; variable 118 op_hash = hash_new (); in md_begin() 126 retval = hash_insert (op_hash, spu_opcodes[i].mnemonic, in md_begin() 288 if ((format = (struct spu_opcode *) hash_find (op_hash, op)) == NULL) in md_assemble()
|
D | tc-i860.c | 31 static struct hash_control *op_hash = NULL; variable 218 op_hash = hash_new (); in md_begin() 223 retval = hash_insert (op_hash, name, (void *) &i860_opcodes[i]); in md_begin() 503 if ((insn = (struct i860_opcode *) hash_find (op_hash, str)) == NULL) in i860_process_insn()
|
D | tc-tilepro.c | 133 static struct hash_control *op_hash; variable 250 op_hash = hash_new (); in md_begin() 253 const char *hash_err = hash_insert (op_hash, op->name, (void *)op); in md_begin() 1130 op = hash_find(op_hash, str); in md_assemble()
|
D | tc-tilegx.c | 184 static struct hash_control *op_hash; variable 314 op_hash = hash_new (); in md_begin() 317 const char *hash_err = hash_insert (op_hash, op->name, (void *)op); in md_begin() 1245 op = hash_find(op_hash, str); in md_assemble()
|
D | tc-i960.c | 385 static struct hash_control *op_hash; /* Opcode mnemonics. */ variable 463 op_hash = hash_new (); in md_begin() 472 retval = hash_insert (op_hash, oP->name, (void *) oP); in md_begin() 1644 oP = (struct i960_opcode *) hash_find (op_hash, args[0]); in md_assemble()
|
D | tc-vax.c | 739 static struct hash_control *op_hash; variable 962 op_hash = hash_new (); in vip_begin() 965 retval = hash_insert (op_hash, vP->vot_name, (void *) &vP->vot_detail); in vip_begin() 969 retval = hash_insert (op_hash, vP->vot_name, (void *) &vP->vot_detail); in vip_begin() 1888 vwP = (struct vot_wot *) hash_find (op_hash, instring); in vip()
|
D | tc-tic30.c | 102 static struct hash_control *op_hash; variable 116 op_hash = hash_new (); in md_begin() 123 hash_err = hash_insert (op_hash, current_optab->name, in md_begin() 1464 op = (insn_template *) hash_find (op_hash, token_start); in md_assemble()
|
D | tc-sparc.c | 127 static struct hash_control *op_hash; variable 877 op_hash = hash_new (); in md_begin() 882 retval = hash_insert (op_hash, name, (void *) &sparc_opcodes[i]); in md_begin() 909 insn = (struct sparc_opcode *) hash_find (op_hash, name); in md_begin() 918 retval = hash_insert (op_hash, native_op_table[i].name, in md_begin() 1588 insn = (struct sparc_opcode *) hash_find (op_hash, str); in sparc_ip()
|
D | tc-cris.c | 163 static struct hash_control *op_hash = NULL; variable 1193 op_hash = hash_new (); in md_begin() 1194 if (op_hash == NULL) in md_begin() 1226 hashret = hash_insert (op_hash, name, (void *) &cris_opcodes[i]); in md_begin() 1561 instruction = (struct cris_opcode *) hash_find (op_hash, insn_text); in cris_process_instruction()
|
D | tc-m68k.c | 1391 static struct hash_control *op_hash; variable 1446 opcode = (const struct m68k_incant *) hash_find (op_hash, instring); in m68k_ip() 4613 op_hash = hash_new (); in md_begin() 4657 retval = hash_insert (op_hash, ins->name, (char *) hack); in md_begin() 4666 void *val = hash_find (op_hash, name); in md_begin() 4670 retval = hash_insert (op_hash, alias, val); in md_begin() 4705 void *val = hash_find (op_hash, name); in md_begin() 4709 retval = hash_jam (op_hash, alias, val); in md_begin() 4766 hash_insert (op_hash, in md_begin()
|
D | tc-tic54x.c | 203 static struct hash_control *op_hash; variable 3016 op_hash = hash_new (); in md_begin() 3019 if (hash_find (op_hash, tm->name)) in md_begin() 3021 hash_err = hash_insert (op_hash, tm->name, (char *) tm); in md_begin() 4178 insn->tm = (insn_template *) hash_find (op_hash, insn->mnemonic); in tic54x_parse_insn() 4201 insn->tm = (insn_template *) hash_find (op_hash, in tic54x_parse_insn()
|
D | tc-i386.c | 1033 static struct hash_control *op_hash; variable 2531 op_hash = hash_new (); in md_begin() 2551 hash_err = hash_insert (op_hash, in md_begin() 2660 hash_print_statistics (file, "i386 opcode", op_hash); in i386_print_statistics() 3775 current_templates = (const templates *) hash_find (op_hash, mnemonic); in parse_insn() 3844 current_templates = (const templates *) hash_find (op_hash, mnemonic); in parse_insn() 3861 current_templates = (const templates *) hash_find (op_hash, in parse_insn() 3870 current_templates = (const templates *) hash_find (op_hash, in parse_insn() 3884 current_templates = (const templates *) hash_find (op_hash, in parse_insn()
|
D | tc-hppa.c | 553 static struct hash_control *op_hash = NULL; variable 3247 if ((insn = (struct pa_opcode *) hash_find (op_hash, str)) == NULL) in pa_ip() 8331 op_hash = hash_new (); in md_begin() 8337 retval = hash_insert (op_hash, name, (struct pa_opcode *) &pa_opcodes[i]); in md_begin()
|
D | tc-mips.c | 662 static struct hash_control *op_hash = NULL; variable 3513 op_hash = hash_new (); in md_begin() 3520 retval = hash_insert (op_hash, name, (void *) &mips_opcodes[i]); in md_begin() 8567 hash = mips_opts.micromips ? micromips_op_hash : op_hash; in macro_build() 13754 hash = op_hash; in mips_ip()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-9295 | 5416 (op_hash): Don't initialize. 6781 (op_hash): Let default initialization suffice. 7984 (op_hash, reg_hash, prefix_hash): Default C initialization of 11727 (op_hash, reg_hash, areg_hash, iclasses_seen, br_cnt): Default C
|