brintos

brintos / llvm-project-archived public Read only

0
0
Text · 484 B · 6b98824 Raw
11 lines · plain
1// RUN: llvm-mc -triple=armv8.1m.main-arm-none-eabi -mcpu=generic -show-encoding -disassemble %s \2// RUN: | FileCheck %s --check-prefixes=CHECK-DISS3 4// RUN: llvm-mc -triple=thumbv8.1m.main-none-eabi -mcpu=generic -show-encoding -disassemble %s \5// RUN: | FileCheck %s --check-prefixes=CHECK-DISS6 7[0x28,0xec,0x80,0x0a]8// CHECK-DISS: vlstm r8, {d0 - d31} @ encoding: [0x28,0xec,0x80,0x0a]9 10[0x38,0xec,0x80,0x0a]11// CHECK-DISS: vlldm r8, {d0 - d31} @ encoding: [0x38,0xec,0x80,0x0a]