mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
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:
parent
f1b05bf755
commit
a606b70cf5
@ -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