HomeSort by relevance Sort by last modified time
    Searched refs:op_hash (Results 1 - 15 of 15) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-dlx.c 44 static struct hash_control *op_hash = NULL; variable in typeref:struct:hash_control
284 op_hash = hash_new ();
291 retval = hash_insert (op_hash, name, (void *) &machine_opcodes[i]);
697 if ((insn = (struct machine_opcode *) hash_find (op_hash, str)) == NULL)
tc-i860.c 31 static struct hash_control *op_hash = NULL; variable in typeref:struct:hash_control
218 op_hash = hash_new ();
223 retval = hash_insert (op_hash, name, (void *) &i860_opcodes[i]);
503 if ((insn = (struct i860_opcode *) hash_find (op_hash, str)) == NULL)
    [all...]
tc-spu.c 60 static struct hash_control *op_hash = NULL; variable in typeref:struct:hash_control
118 op_hash = hash_new ();
126 retval = hash_insert (op_hash, spu_opcodes[i].mnemonic,
290 if ((format = (struct spu_opcode *) hash_find (op_hash, op)) == NULL)
tc-tilegx.c 184 static struct hash_control *op_hash; variable in typeref:struct:hash_control
313 /* Initialize op_hash hash table. */
314 op_hash = hash_new ();
317 const char *hash_err = hash_insert (op_hash, op->name, (void *)op);
    [all...]
tc-tilepro.c 133 static struct hash_control *op_hash; variable in typeref:struct:hash_control
249 /* Initialize op_hash hash table. */
250 op_hash = hash_new ();
253 const char *hash_err = hash_insert (op_hash, op->name, (void *)op);
1130 op = hash_find(op_hash, str);
    [all...]
tc-i960.c 385 static struct hash_control *op_hash; /* Opcode mnemonics. */ variable in typeref:struct:hash_control
464 op_hash = hash_new ();
473 retval = hash_insert (op_hash, oP->name, (void *) oP);
    [all...]
tc-vax.c 744 static struct hash_control *op_hash;
955 I decode votstrs into a hash table at op_hash (which I create).
970 op_hash = hash_new ();
973 retval = hash_insert (op_hash, vP->vot_name, (void *) &vP->vot_detail);
739 static struct hash_control *op_hash; variable in typeref:struct:hash_control
    [all...]
tc-sparc.c 127 static struct hash_control *op_hash; variable in typeref:struct:hash_control
882 op_hash = hash_new ();
887 retval = hash_insert (op_hash, name, (void *) &sparc_opcodes[i]);
914 insn = (struct sparc_opcode *) hash_find (op_hash, name);
923 retval = hash_insert (op_hash, native_op_table[i].name,
    [all...]
tc-tic30.c 102 static struct hash_control *op_hash; variable in typeref:struct:hash_control
116 op_hash = hash_new ();
123 hash_err = hash_insert (op_hash, current_optab->name,
    [all...]
tc-cris.c 163 static struct hash_control *op_hash = NULL; variable in typeref:struct:hash_control
    [all...]
tc-m68k.c 1391 static struct hash_control *op_hash; variable in typeref:struct:hash_control
    [all...]
tc-i386.c 1033 static struct hash_control *op_hash; variable in typeref:struct:hash_control
    [all...]
tc-hppa.c 553 static struct hash_control *op_hash = NULL; variable in typeref:struct:hash_control
    [all...]
tc-tic54x.c 203 static struct hash_control *op_hash; variable in typeref:struct:hash_control
    [all...]
tc-mips.c 662 static struct hash_control *op_hash = NULL; variable in typeref:struct:hash_control
    [all...]

Completed in 2096 milliseconds