brintos

brintos / llvm-project-archived public Read only

0
0
Text · 666 B · 1e28d52 Raw
17 lines · plain
1// RUN: llvm-mc -triple=armv8m.main-arm-none-eabi -mcpu=generic -show-encoding -disassemble %s \2// RUN: | FileCheck %s --check-prefixes=CHECK-DISS3 4// RUN: llvm-mc -triple=thumbv8m.main-none-eabi -mcpu=generic -show-encoding -disassemble %s \5// RUN: | FileCheck %s --check-prefixes=CHECK-DISS6 7[0x28,0xec,0x00,0x0a]8// CHECK-DISS: vlstm r8, {d0 - d15} @ encoding: [0x28,0xec,0x00,0x0a]9 10[0x38,0xec,0x00,0x0a]11// CHECK-DISS: vlldm r8, {d0 - d15} @ encoding: [0x38,0xec,0x00,0x0a]12 13[0x28,0xec,0x00,0x0a]14// CHECK-DISS: vlstm r8, {d0 - d15} @ encoding: [0x28,0xec,0x00,0x0a]15 16[0x38,0xec,0x00,0x0a]17// CHECK-DISS: vlldm r8, {d0 - d15} @ encoding: [0x38,0xec,0x00,0x0a]