Add NEON single-precision FP support for fabs and fneg.
authorDavid Goodwin <david_goodwin@apple.com>
Tue, 4 Aug 2009 20:39:05 +0000 (20:39 +0000)
committerDavid Goodwin <david_goodwin@apple.com>
Tue, 4 Aug 2009 20:39:05 +0000 (20:39 +0000)
commit53e4471adcf34cac253d2486e6b29c331e2d973e
treeb041842c5f5c4d02a530e5a49aff380bd4880734
parent53a7f16dcc96de71fa46f641c59470586548081e
Add NEON single-precision FP support for fabs and fneg.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78101 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstrFormats.td
lib/Target/ARM/ARMInstrNEON.td
lib/Target/ARM/ARMInstrVFP.td
test/CodeGen/ARM/fabss.ll [new file with mode: 0644]
test/CodeGen/ARM/fnegs.ll [new file with mode: 0644]