mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
Fix encoding of rlwinm?
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18165 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
943f45208c
commit
89d60de90e
@ -586,8 +586,8 @@ class AForm_3<bits<6> opcode, bits<5> xo, bit rc, bit ppc64, bit vmx, dag OL,
|
|||||||
class MForm_1<bits<6> opcode, bit rc, bit ppc64, bit vmx,
|
class MForm_1<bits<6> opcode, bit rc, bit ppc64, bit vmx,
|
||||||
dag OL, string asmstr> : I<opcode, ppc64, vmx, OL, asmstr> {
|
dag OL, string asmstr> : I<opcode, ppc64, vmx, OL, asmstr> {
|
||||||
let ArgCount = 5;
|
let ArgCount = 5;
|
||||||
bits<5> RS;
|
|
||||||
bits<5> RA;
|
bits<5> RA;
|
||||||
|
bits<5> RS;
|
||||||
bits<5> RB;
|
bits<5> RB;
|
||||||
bits<5> MB;
|
bits<5> MB;
|
||||||
bits<5> ME;
|
bits<5> ME;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user