PowerPC: Fix encoding of rldimi and rldcl instructions
authorUlrich Weigand <ulrich.weigand@de.ibm.com>
Fri, 26 Apr 2013 15:39:12 +0000 (15:39 +0000)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Fri, 26 Apr 2013 15:39:12 +0000 (15:39 +0000)
commit1adc97c901e1c42d4f31981a3604d607581c31c3
tree10dd740a65f5fb75a0ff6941195ccb98861ab2a4
parent8ade90930863acf94fbb2ccd91acefcf114c1f3e
PowerPC: Fix encoding of rldimi and rldcl instructions

When testing the asm parser, I noticed wrong encodings for the
above instructions (wrong operand name in rldimi, wrong form
and sub-opcode for rldcl).

Tests will be added together with the asm parser.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180606 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCInstr64Bit.td
lib/Target/PowerPC/PPCInstrFormats.td
lib/Target/PowerPC/PPCInstrInfo.td