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:
a1ab451
)
Fix encoding of fsel, fixing olden/power, McCat/bisort and several others.
author
Chris Lattner
<sabre@nondot.org>
Thu, 25 Nov 2004 04:11:07 +0000
(
04:11
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 25 Nov 2004 04:11:07 +0000
(
04:11
+0000)
All of Olden passes now! :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18227
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 1a91ed1bfd6aeccc2d8d769826c9fdc1e0133aec..108fd45cf109156e669fe72988e38402e4994d1c 100644
(file)
--- a/
lib/Target/PowerPC/PPCInstrFormats.td
+++ b/
lib/Target/PowerPC/PPCInstrFormats.td
@@
-419,8
+419,8
@@
class AForm_1<bits<6> opcode, bits<5> xo, bit rc, bit ppc64, bit vmx,
dag OL, string asmstr> : I<opcode, ppc64, vmx, OL, asmstr> {
bits<5> FRT;
bits<5> FRA;
- bits<5> FRB;
bits<5> FRC;
+ bits<5> FRB;
let Inst{6-10} = FRT;
let Inst{11-15} = FRA;