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

.arch armv6t2

.thumb
umaalt2:
umaal r0, r1, r2, r3

@ CHECK-LABEL: umaalt2
@ CHECK: e2 fb 63 01 umaal r0, r1, r2, r3
OpenPOWER on IntegriCloud