Add support for the Infineon XC16X.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / xc16x / mul.s
1 .section .text
2 .global _fun
3 xc16x_mul:
4
5 mul r0,r1
6 mulu r0,r1
This page took 0.033684 seconds and 4 git commands to generate.