Searched refs:extension_word (Results 1 – 2 of 2) sorted by relevance
137 unsigned short extension_word, in msp430_singleoperand() argument146 int extended_dst = extension_word & 0xf; in msp430_singleoperand()371 unsigned short extension_word, in msp430_doubleoperand() argument379 int extended_dst = extension_word & 0xf; in msp430_doubleoperand()380 int extended_src = (extension_word >> 7) & 0xf; in msp430_doubleoperand()430 if (extension_word) in msp430_doubleoperand()451 if (extension_word) in msp430_doubleoperand()461 if (extension_word) in msp430_doubleoperand()522 if (extension_word) in msp430_doubleoperand()546 if (extension_word) in msp430_doubleoperand()[all …]
554 * msp430-dis.c (msp430_doubleoperand): Use extension_word to