mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-01 00:35:43 +00:00
Another fix in the rotate encodings, needed when the first two operands are not
the same. llvm-svn: 29136
This commit is contained in:
parent
a96045b549
commit
5c489bce2c
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user