reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | # RUN: llvm-mc -triple arm64-apple-darwin -mattr=neon --disassemble < %s | FileCheck %s 0x00 0x08 0x00 0xc8 # CHECK: stxr w0, x0, [x0] 0x00 0x00 0x40 0x9b # CHECK: smulh x0, x0, x0 0x08 0x20 0x21 0x1e # CHECK: fcmp s0, #0.0 0x1f 0x00 0x00 0x11 # CHECK: mov wsp, w0 0x00 0x7c 0x00 0x13 # CHECK: asr w0, w0, #0 |