[llvm-commits] [PATCH]Add support for fstmx/fldmx instructions on the ARM backend
Silviu Baranga
silbar01 at arm.com
Tue May 22 04:05:39 PDT 2012
Hi,
The fstmx/fldmx ARM instructions are currently not implemented in the ARM
backend.
Although these instructions are deprecated, they should still be supported
for assembly and
disassembly purposes.
The patch adds support for these instructions and also fixes a problem with
the
vstm/vldm instructions which were colliding with the fstmx/fldmx encoding
space.
Please review this patch.
Thanks,
Silviu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120522/7f32a03d/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fstmx.diff
Type: application/octet-stream
Size: 16516 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120522/7f32a03d/attachment.obj>
More information about the llvm-commits
mailing list