projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
943f452
)
Fix encoding of rlwinm?
author
Chris Lattner
<sabre@nondot.org>
Tue, 23 Nov 2004 19:23:32 +0000
(19:23 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 23 Nov 2004 19:23:32 +0000
(19:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18165
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/PPCInstrFormats.td
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/PPCInstrFormats.td
b/lib/Target/PowerPC/PPCInstrFormats.td
index 880bcce95b9a45384ff8a0e8b27af6b0396156fc..b20b2599db51464d3b738b47dd647bc002e548ea 100644
(file)
--- a/
lib/Target/PowerPC/PPCInstrFormats.td
+++ b/
lib/Target/PowerPC/PPCInstrFormats.td
@@
-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,
dag OL, string asmstr> : I<opcode, ppc64, vmx, OL, asmstr> {
let ArgCount = 5;
- bits<5> RS;
bits<5> RA;
+ bits<5> RS;
bits<5> RB;
bits<5> MB;
bits<5> ME;