Xamarin Public Jenkins (auto-signing) 8e12397d70 Imported Upstream version 5.18.0.205
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
2018-11-16 08:20:38 +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