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

.arch armv5t

clz:
clz r0, r1

@ CHECK-LABEL: clz
@ CHECK: 11 0f 6f e1

OpenPOWER on IntegriCloud