Home | History | Annotate | Download | only in AArch64
      1 # RUN: llvm-mc -triple aarch64-none-linux-gnu -mattr=+v8.2a --disassemble < %s | FileCheck %s
      2 # RUN: llvm-mc -triple aarch64-none-linux-gnu -mattr=-v8.2a --disassemble < %s | FileCheck %s --check-prefix=NO_V82
      3 
      4 [0x01,0x79,0x08,0xd5]
      5 [0x22,0x79,0x08,0xd5]
      6 # CHECK: at s1e1rp, x1
      7 # CHECK: at s1e1wp, x2
      8 # NO_V82: sys     #0, c7, c9, #0, x1
      9 # NO_V82: sys     #0, c7, c9, #1, x2
     10