Expand pseudos/macros:
authorReed Kotler <rkotler@mips.com>
Wed, 20 Feb 2013 05:45:15 +0000 (05:45 +0000)
committerReed Kotler <rkotler@mips.com>
Wed, 20 Feb 2013 05:45:15 +0000 (05:45 +0000)
commit65692c809efa46337bf80f12b1795e785a6e7207
treef9f6d1833ac565de99fd963ba50bb3ba60bd36ef
parentd326d05fb9c794e93fc7fc0601028f196600f7e2
Expand pseudos/macros:
  SltCCRxRy16, SltiCCRxImmX16, SltiuCCRxImmX16, SltuCCRxRy16
$T8 shows up as register $24 when emitted from C++ code so we had
to change some tests that were already there for this functionality.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175593 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
lib/Target/Mips/Mips16InstrInfo.cpp
lib/Target/Mips/Mips16InstrInfo.h
lib/Target/Mips/Mips16InstrInfo.td
test/CodeGen/Mips/seteq.ll
test/CodeGen/Mips/seteqz.ll
test/CodeGen/Mips/setge.ll
test/CodeGen/Mips/setgek.ll
test/CodeGen/Mips/setle.ll
test/CodeGen/Mips/setlt.ll
test/CodeGen/Mips/setltk.ll
test/CodeGen/Mips/setne.ll
test/CodeGen/Mips/setuge.ll
test/CodeGen/Mips/setugt.ll
test/CodeGen/Mips/setule.ll
test/CodeGen/Mips/setult.ll
test/CodeGen/Mips/setultk.ll