summaryrefslogtreecommitdiff
path: root/llvm/test/MC/ARM/implicit-it-generation-v8.s
blob: 5a18da87ec88ad9e8bc7473bb210668f4e7ce29e (plain)
1
2
3
4
5
6
7
8
9
@ RUN: llvm-mc -triple thumbv8.1m.main-arm-none-eabi -arm-implicit-it=always -mattr=+pacbti < %s -show-encoding | FileCheck %s

autgeq r0, r1, r2
pacgeq r0, r1, r2
bxauteq r0, r1, r2
@ CHECK: ittt eq
@ CHECK: autgeq r0, r1, r2
@ CHECK: pacgeq r0, r1, r2
@ CHECK: bxauteq r0, r1, r2