Xamarin Public Jenkins (auto-signing) 468663ddbb Imported Upstream version 6.10.0.49
Former-commit-id: 1d6753294b2993e1fbf92de9366bb9544db4189b
2020-01-16 16:38:04 +00:00

15 lines
450 B
Plaintext

@ RUN: llvm-mc < %s -triple thumbv7m-apple-macho -filetype=obj | llvm-objdump -macho -d - | FileCheck %s
@ RUN: llvm-mc < %s -triple thumbv7em-apple-macho -filetype=obj | llvm-objdump -macho -d - | FileCheck %s
.thumb
.thumb_func _t
_t:
@ A nice Cortex-M only instruction to make sure the default CPU is sound.
msr msp, r0
.short 0xf000
b _t
@ CHECK: msr msp, r0
@ CHECK: .short 0xf000
@ CHECK: b _t