Searched refs:msp430_hash (Results 1 – 1 of 1) sorted by relevance
200 static struct hash_control *msp430_hash; variable998 msp430_hash = hash_new (); in md_begin()1001 hash_insert (msp430_hash, opcode->name, (char *) opcode); in md_begin()1894 opcode = hash_find (msp430_hash, real_name); in msp430_operands()3192 opcode = (struct msp430_opcode_s *) hash_find (msp430_hash, cmd); in md_assemble()