Div, Rem int/unsigned int
authorReed Kotler <rkotler@mips.com>
Fri, 12 Oct 2012 02:01:09 +0000 (02:01 +0000)
committerReed Kotler <rkotler@mips.com>
Fri, 12 Oct 2012 02:01:09 +0000 (02:01 +0000)
commit7d90d4d709b9053f7214203c34b8be9dbd311ace
tree83fa520d109298206833d7539f1c0900a41316a2
parent6df933e371f8103d4a954b33d6deaa14d386864a
Div, Rem int/unsigned int

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165783 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/Mips16InstrInfo.cpp
lib/Target/Mips/Mips16InstrInfo.td
test/CodeGen/Mips/div.ll [new file with mode: 0644]
test/CodeGen/Mips/div_rem.ll [new file with mode: 0644]
test/CodeGen/Mips/divu.ll [new file with mode: 0644]
test/CodeGen/Mips/divu_remu.ll [new file with mode: 0644]
test/CodeGen/Mips/rem.ll [new file with mode: 0644]
test/CodeGen/Mips/remu.ll [new file with mode: 0644]