Another fix in the rotate encodings, needed when the first two operands are not

the same.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29136 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-07-13 21:52:41 +00:00
parent f1b05bf755
commit a606b70cf5

View File

@ -608,8 +608,8 @@ class MForm_2<bits<6> opcode, dag OL, string asmstr,
class MDForm_1<bits<6> opcode, bits<3> xo, dag OL, string asmstr,
InstrItinClass itin, list<dag> pattern>
: I<opcode, OL, asmstr, itin> {
bits<5> RS;
bits<5> RA;
bits<5> RS;
bits<6> SH;
bits<6> MBE;