Home | History | Annotate | Download | only in config

Lines Matching refs:opcode_hash_control

138 static struct hash_control * opcode_hash_control;	/* Opcode mnemonics.  */
460 opcode_hash_control = hash_new ();
468 hash_insert (opcode_hash_control, opcode->name, (char *) opcode);
884 opcode = (mcore_opcode_info *) hash_find (opcode_hash_control, name);