Add definitions of floating point multiply add/sub and negative multiply
authorAkira Hatanaka <ahatanaka@mips.com>
Sat, 25 Feb 2012 00:21:52 +0000 (00:21 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Sat, 25 Feb 2012 00:21:52 +0000 (00:21 +0000)
commite4ea2418531379de98ceb60301caf2be14cbe701
tree9d984bd51ef3d080d76c22765b67608788af0f70
parent648f00c2f0eb29c0ae2a333fa0bfa55970059f08
Add definitions of floating point multiply add/sub and negative multiply
add/sub instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151415 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsInstrFPU.td
lib/Target/Mips/MipsInstrFormats.td
lib/Target/Mips/MipsInstrInfo.td
test/CodeGen/Mips/fmadd1.ll [new file with mode: 0644]