summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump/ARM/v6-subarch.s
blob: c70761e7c8c524395625e62f5a57c2c7b67586a5 (plain)
1
2
3
4
5
6
7
8
9
@ RUN: llvm-mc < %s -triple armv6-elf -filetype=obj | llvm-objdump -triple=arm -d - | FileCheck %s

.arch armv6

umaal:
umaal r0, r1, r2, r3

@ CHECK-LABEL:umaal
@ CHECK: 92 03 41 e0 umaal r0, r1, r2, r3
OpenPOWER on IntegriCloud