- Define base classes for Jump-and-link instructions and make 32-bit and 64-bit
authorAkira Hatanaka <ahatanaka@mips.com>
Wed, 4 Jan 2012 03:02:47 +0000 (03:02 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Wed, 4 Jan 2012 03:02:47 +0000 (03:02 +0000)
commitf12e702a8c14ba09c9fb69ae9c663589d18ad498
treedcaccb8be3d5bb0a319cb269dab6cfe9800f95f3
parentcb9dd72fdc9adc6daed870429cb412bcdb39a6d3
- Define base classes for Jump-and-link instructions and make 32-bit and 64-bit
  versions derive from them.
- JALR64 is not needed since N64 does not emit jal.
- Add template parameter to BranchLink that sets the rt field.
- Fix the set of temporary registers for O32 and N64.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147518 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/Mips64InstrInfo.td
lib/Target/Mips/MipsInstrInfo.td