We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5548ce6 commit d4eb865Copy full SHA for d4eb865
llvm/lib/Target/PowerPC/PPCInstrFuture.td
@@ -333,15 +333,14 @@ let Predicates = [IsISAFuture] in {
333
def TLBIEIO
334
: XForm_RSB5_UIMM2<31, 18, (outs), (ins g8rc:$RB, g8rc:$RS, u2imm:$RIC),
335
"tlbieio $RB, $RS, $RIC", []>;
336
+ def MTLPL : XForm_RBS5<31, 275, (outs), (ins gprc:$RB, gprc:$RS),
337
+ "mtlpl $RB, $RS", IIC_SprMTSPR, []>;
338
let Interpretation64Bit = 1, isCodeGenOnly = 1 in {
339
def TLBIEP8
340
: XForm_RSB5_UIMM2_2UIMM1<31, 50, (outs),
341
(ins g8rc:$RB, g8rc:$RS, u2imm:$RIC,
342
u1imm:$PRS, u1imm:$R),
343
"tlbiep $RB, $RS, $RIC, $PRS, $R", []>;
- def MTLPL : XForm_RBS5<31, 275, (outs), (ins gprc:$RB, gprc:$RS),
- "mtlpl $RB, $RS", IIC_SprMTSPR, []>;
344
- let Interpretation64Bit = 1, isCodeGenOnly = 1 in {
345
def MTLPL8 : XForm_RBS5<31, 275, (outs), (ins g8rc:$RB, g8rc:$RS),
346
"mtlpl $RB, $RS", IIC_SprMTSPR, []>, isPPC64;
347
}
0 commit comments