llvm-6502/test/MC/Disassembler/ARM/invalid-FSTMX-arm.txt
Tim Northover 242c9f4615 ARM: add fstmx and fldmx instructions for assembly
These instructions are deprecated oddities, but we still need to be able to
disassemble (and reassemble) them if and when they're encountered.

Patch by Amaury de la Vieuville.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183011 91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-31 15:55:51 +00:00

9 lines
286 B
Plaintext

# RUN: llvm-mc --disassemble %s -triple=armv7 2>&1 | FileCheck %s -check-prefix=CHECK-WARN
# RUN: llvm-mc --disassemble %s -triple=armv7 2>&1 | FileCheck %s
# offset=1
# CHECK-WARN: potentially undefined
# CHECK-WARN: 0x01 0xdb 0x84 0xec
# CHECK: fstmiax r4, {d13}
0x01 0xdb 0x84 0xec