Add support for the Freescale s12z processor.
[external/binutils.git] / gas / testsuite / gas / s12z / mul-imm.s
1         muls.b d0, d1, #-123
2         muls.w d1, d1, #-12345
3         muls.l d2, d1, #-1234567
4         mulu.b d0, d1, #123
5         mulu.w d1, d1, #12345
6         mulu.l d2, d1, #1234567