Add support for mips32 madd and msub instructions. Patch by Akira Hatanaka
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Tue, 18 Jan 2011 19:29:17 +0000 (19:29 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Tue, 18 Jan 2011 19:29:17 +0000 (19:29 +0000)
commit8be76112454e736db1815e6159644bf56ce04ac0
tree145318d159ef5d373cc3c5440a5f9ce45c90bfea
parentb2f3c383ec62b959ee27d0a5fb890894c4e49e86
Add support for mips32 madd and msub instructions. Patch by Akira Hatanaka

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123760 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/Mips/MipsISelLowering.h
lib/Target/Mips/MipsInstrInfo.td
test/CodeGen/Mips/madd-msub.ll [new file with mode: 0644]