brintos

brintos / llvm-project-archived public Read only

0
0
Text · 452 B · 1f7bf69 Raw
15 lines · plain
1@ RUN: llvm-mc < %s -triple thumbv7m-apple-macho -filetype=obj | llvm-objdump --macho -d - | FileCheck %s2@ RUN: llvm-mc < %s -triple thumbv7em-apple-macho -filetype=obj | llvm-objdump --macho -d - | FileCheck %s3 4        .thumb5        .thumb_func _t6_t:7        @ A nice Cortex-M only instruction to make sure the default CPU is sound.8        msr msp, r09        .short 0xf00010        b _t11 12@ CHECK: msr msp, r013@ CHECK: .short 0xf00014@ CHECK: b _t15