blob: 7a3432d9e1a8457a3bc5f62e42aa99f9548349bf [file] [log] [blame]
Kevin Enderbyc9595622014-08-06 23:24:41 +00001@ 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
2
3.thumb
4.thumb_func _t
5_t:
6sdiv r1, r2, r3
7udiv r1, r2, r3
8
9@ CHECK: 92 fb f3 f1 sdiv r1, r2, r3
10@ CHECK: b2 fb f3 f1 udiv r1, r2, r3