summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ARM/dfb-neg.s
blob: 15c44877fa6fe5af00901ea744e8b6fbbb560441 (plain)
1
2
3
4
5
6
7
8
9
10
@ RUN: not llvm-mc -triple armv8-none-eabi -mcpu=cortex-r52 -mattr=-dfb -show-encoding < %s 2>&1 | FileCheck %s
@ RUN: not llvm-mc -triple thumbv8-none-eabi -mcpu=cortex-r52 -mattr=-dfb -show-encoding < %s 2>&1 | FileCheck %s

        dfb
@ CHECK: error: instruction requires: full-data-barrier

        dfb sy
        dfb #0
@ CHECK: error: invalid instruction
@ CHECK: error: invalid instruction
OpenPOWER on IntegriCloud