aboutsummaryrefslogtreecommitdiffstats
path: root/test/tools/llvm-objdump/ARM/macho-mcpu-arm.test
blob: 7a3432d9e1a8457a3bc5f62e42aa99f9548349bf (plain)
1
2
3
4
5
6
7
8
9
10
@ RUN: llvm-mc < %s -triple thumbv7-apple-darwin -mcpu=cortex-a7 -filetype=obj | llvm-objdump -triple thumbv7-apple-darwin10 -m -d -mcpu=cortex-a7 - | FileCheck %s

.thumb
.thumb_func _t
_t:
sdiv r1, r2, r3
udiv r1, r2, r3

@ CHECK: 92 fb f3 f1 sdiv r1, r2, r3
@ CHECK: b2 fb f3 f1 udiv r1, r2, r3