Home | History | Annotate | Download | only in AArch64
      1 # RUN: llvm-mc -triple=aarch64 -disassemble < %s 2>&1 | FileCheck %s
      2 
      3 # Stores are OK.
      4 0xe0 0x83 0x00 0xa9
      5 # CHECK-NOT: potentially undefined instruction encoding
      6 # CHECK: stp x0, x0, [sp, #8]
      7 
      8