1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/test/tools/llvm-objdump/ARM/macho-mcpu-arm.test
2014-08-07 17:17:19 +00:00

11 lines
298 B
Plaintext

@ 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