ARM: add fstmx and fldmx instructions for assembly
authorTim Northover <tnorthover@apple.com>
Fri, 31 May 2013 15:55:51 +0000 (15:55 +0000)
committerTim Northover <tnorthover@apple.com>
Fri, 31 May 2013 15:55:51 +0000 (15:55 +0000)
commit242c9f4615feeee2fbdd1f29cd9a8e8ffd43c075
tree09eea018a4a98f4b63f6285dee3ec4ac4b1b7ca8
parent4f3d7eea048c5d665436b8bd7a59739bcba5ec0b
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
lib/Target/ARM/ARMInstrFormats.td
lib/Target/ARM/ARMInstrVFP.td
lib/Target/ARM/Disassembler/ARMDisassembler.cpp
test/MC/ARM/simple-fp-encoding.s
test/MC/Disassembler/ARM/fp-encoding.txt
test/MC/Disassembler/ARM/invalid-FSTMX-arm.txt [new file with mode: 0644]