forked from OSchip/llvm-project
fix another sradi encoding bug. This fixes Olden/health with the ppc64 jit.
llvm-svn: 32291
This commit is contained in:
parent
b8cf1ff83c
commit
9472eb83c3
|
@ -502,8 +502,8 @@ class XFXForm_7_ext<bits<6> opcode, bits<10> xo, bits<10> spr,
|
||||||
class XSForm_1<bits<6> opcode, bits<9> xo, dag OL, string asmstr,
|
class XSForm_1<bits<6> opcode, bits<9> xo, dag OL, string asmstr,
|
||||||
InstrItinClass itin, list<dag> pattern>
|
InstrItinClass itin, list<dag> pattern>
|
||||||
: I<opcode, OL, asmstr, itin> {
|
: I<opcode, OL, asmstr, itin> {
|
||||||
bits<5> RS;
|
|
||||||
bits<5> A;
|
bits<5> A;
|
||||||
|
bits<5> RS;
|
||||||
bits<6> SH;
|
bits<6> SH;
|
||||||
|
|
||||||
bit RC = 0; // set by isDOT
|
bit RC = 0; // set by isDOT
|
||||||
|
|
Loading…
Reference in New Issue