Home | History | Annotate | Download | only in AArch64
      1 // RUN: not llvm-mc  -triple=arm64-linux-gnu -mattr=armv8.1a -mattr=-lse < %s 2> %t
      2 // RUN: FileCheck --check-prefix=CHECK-ERROR < %t %s
      3 
      4         casa  w5, w7, [x20]
      5 // CHECK-ERROR: error: instruction requires: lse
      6 // CHECK-ERROR-NEXT:        casa  w5, w7, [x20]
      7 // CHECK-ERROR-NEXT:        ^
      8 
      9