Home
last modified time | relevance | path

Searched refs:msp430_hash (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-msp430.c200 static struct hash_control *msp430_hash; variable
998 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()