Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dmsp430-dis.c137 unsigned short extension_word, in msp430_singleoperand() argument
146 int extended_dst = extension_word & 0xf; in msp430_singleoperand()
371 unsigned short extension_word, in msp430_doubleoperand() argument
379 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 …]
DChangeLog554 * msp430-dis.c (msp430_doubleoperand): Use extension_word to