brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.3 KiB · 9ef89d4 Raw
35 lines · plain
1// RUN: not llvm-mc -triple   armv8a-none-eabi %s 2>&1 | FileCheck %s2// RUN: not llvm-mc -triple thumbv8a-none-eabi %s 2>&1 | FileCheck %s -check-prefix=THUMB3 4  it eq5  csdbeq6 7  it eq8  ssbbeq9 10  it eq11  pssbbeq12 13  it eq14  hinteq #2015 16  it eq17  dsbeq #018 19  it eq20  dsbeq #421 22// CHECK: error: instruction 'csdb' is not predicable, but condition code specified23// CHECK: error: instruction 'ssbb' is not predicable, but condition code specified24// CHECK: error: instruction 'pssbb' is not predicable, but condition code specified25// CHECK: error: instruction 'csdb' is not predicable, but condition code specified26// CHECK: error: instruction 'dsb' is not predicable, but condition code specified27// CHECK: error: instruction 'dsb' is not predicable, but condition code specified28 29// THUMB: error: instruction 'csdb' is not predicable, but condition code specified30// THUMB: error: instruction 'ssbb' is not predicable, but condition code specified31// THUMB: error: instruction 'pssbb' is not predicable, but condition code specified32// THUMB: error: instruction 'csdb' is not predicable, but condition code specified33// THUMB: error: instruction 'ssbb' is not predicable, but condition code specified34// THUMB: error: instruction 'pssbb' is not predicable, but condition code specified35