Home | History | Annotate | Download | only in AArch64
      1 # RUN: llvm-mc -triple arm64-apple-darwin -mattr=neon --disassemble < %s | FileCheck %s
      2 
      3 0x00 0x08 0x00 0xc8
      4 
      5 # CHECK: stxr	w0, x0, [x0]
      6 
      7 0x00 0x00 0x40 0x9b
      8 
      9 # CHECK: smulh x0, x0, x0
     10 
     11 0x08 0x20 0x21 0x1e
     12 
     13 # CHECK: fcmp s0, #0.0
     14 
     15 0x1f 0x00 0x00 0x11
     16 
     17 # CHECK: mov wsp, w0
     18 
     19 0x00 0x7c 0x00 0x13
     20 
     21 # CHECK: asr	w0, w0, #0
     22