Add the 16 bit version of addiu. To the assembler, the 16 and 32 bit are the
authorReed Kotler <rkotler@mips.com>
Fri, 8 Feb 2013 21:42:56 +0000 (21:42 +0000)
committerReed Kotler <rkotler@mips.com>
Fri, 8 Feb 2013 21:42:56 +0000 (21:42 +0000)
commitb2d1275188c997e279293afc031a88e03871f9e0
treed5485c78d40559571b34dd139dbe94646c8dc2d4
parent089a5f8a8c5e24f996dd41419de2c7bc7b42ea29
Add the 16 bit version of addiu. To the assembler, the 16 and 32 bit are the
same so we put in the comment field an indicator when we think we are
emitting the 16 bit version. For the direct object emitter, the difference is
important as well as for other passes which need an accurate count of
program size. There will be other similar putbacks to this for various
instructions.

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