brintos

brintos / llvm-project-archived public Read only

0
0
Text · 2.9 KiB · 885d158 Raw
58 lines · plain
1@ RUN: not llvm-mc -triple=thumbv7m--none-eabi < %s 2>&1 | FileCheck %s2 3@ These instructions all write to the PC, so are UNPREDICTABLE if they are in4@ an IT block, but not the last instruction in the block.5 6  itttt eq7  addeq pc, r08@ CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction must be outside of IT block or the last instruction in an IT block9  addeq pc, sp, pc10@ CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction must be outside of IT block or the last instruction in an IT block11  beq.n #.+0x2012@ CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction must be outside of IT block or the last instruction in an IT block13  nopeq14  itttt eq15  beq.w #.+0x2016@ CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction must be outside of IT block or the last instruction in an IT block17  bleq sym18@ CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction must be outside of IT block or the last instruction in an IT block19  blxeq r020@ CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction must be outside of IT block or the last instruction in an IT block21  nopeq22  itttt eq23  bxeq r024@ CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction must be outside of IT block or the last instruction in an IT block25  ldmeq r0, {r8, pc}26@ CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction must be outside of IT block or the last instruction in an IT block27  ldmdbeq r0, {r8, pc}28@ CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction must be outside of IT block or the last instruction in an IT block29  nopeq30  itttt eq31  ldreq pc, [r0, #4]32@ CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction must be outside of IT block or the last instruction in an IT block33  ldreq pc, [r0, #-4]34@ CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction must be outside of IT block or the last instruction in an IT block35  ldreq pc, [pc, #4]36@ CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction must be outside of IT block or the last instruction in an IT block37  nopeq38  itttt eq39  ldreq pc, [r0, r1, LSL #1]40@ CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction must be outside of IT block or the last instruction in an IT block41  moveq pc, r042@ CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction must be outside of IT block or the last instruction in an IT block43  popeq {r0, pc}44@ CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction must be outside of IT block or the last instruction in an IT block45  nopeq46  itttt eq47  popeq {r8, pc}48@ CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction must be outside of IT block or the last instruction in an IT block49  popeq {pc}50@ CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction must be outside of IT block or the last instruction in an IT block51  tbbeq [r0, r1]52@ CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction must be outside of IT block or the last instruction in an IT block53  nopeq54  itt eq55  tbheq [r0, r1, LSL #1]56@ CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction must be outside of IT block or the last instruction in an IT block57  nopeq58