Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-msp430.c197 static struct hash_control *msp430_hash; variable
1640 msp430_hash = hash_new (); in md_begin()
1643 hash_insert (msp430_hash, opcode->name, (char *) opcode); in md_begin()
2550 opcode = hash_find (msp430_hash, real_name); in msp430_operands()
3910 opcode = (struct msp430_opcode_s *) hash_find (msp430_hash, cmd); in md_assemble()