Add support to the ARC disassembler for selecting instruction classes.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / mul-overlap.s
1 .text
2 .align 2
3 .global foo
4 foo:
5 mul r0, r0, r0
6 mla r0, r0, r1, r2
7 mls r0, r0, r1, r2
8 umull r0, r1, r0, r1
9 smlalbb r0, r1, r0, r1
10 bx lr
This page took 0.029947 seconds and 4 git commands to generate.