[llvm-readobj] - Simplify stack-sizes.test test case.
[llvm-complete.git] / test / MC / ARM / speculation-barriers-errors.s
blob9ef89d4af9a3c12a8626d3ed680f3de538801395
1 // RUN: not llvm-mc -triple armv8a-none-eabi %s 2>&1 | FileCheck %s
2 // RUN: not llvm-mc -triple thumbv8a-none-eabi %s 2>&1 | FileCheck %s -check-prefix=THUMB
4 it eq
5 csdbeq
7 it eq
8 ssbbeq
10 it eq
11 pssbbeq
13 it eq
14 hinteq #20
16 it eq
17 dsbeq #0
19 it eq
20 dsbeq #4
22 // CHECK: error: instruction 'csdb' is not predicable, but condition code specified
23 // CHECK: error: instruction 'ssbb' is not predicable, but condition code specified
24 // CHECK: error: instruction 'pssbb' is not predicable, but condition code specified
25 // CHECK: error: instruction 'csdb' is not predicable, but condition code specified
26 // CHECK: error: instruction 'dsb' is not predicable, but condition code specified
27 // CHECK: error: instruction 'dsb' is not predicable, but condition code specified
29 // THUMB: error: instruction 'csdb' is not predicable, but condition code specified
30 // THUMB: error: instruction 'ssbb' is not predicable, but condition code specified
31 // THUMB: error: instruction 'pssbb' is not predicable, but condition code specified
32 // THUMB: error: instruction 'csdb' is not predicable, but condition code specified
33 // THUMB: error: instruction 'ssbb' is not predicable, but condition code specified
34 // THUMB: error: instruction 'pssbb' is not predicable, but condition code specified