@@ -716,11 +716,11 @@ multiclass UnOp8RF<OtherPrefix prefix, bits<8> opcode, string mnemonic,
716716 list<Predicate> Preds = []> {
717717 defvar s = !cond(!eq(prefix, NoPre): "r", !eq(prefix, CBPre): "g");
718718 defvar rc8 = !cond(!eq(prefix, NoPre): R8, !eq(prefix, CBPre): G8);
719- def 8#s : I <Pre<Idx0Pre, prefix>, opcode, mnemonic, "\t$dst", "$imp = $dst",
720- (outs rc8:$dst), (ins rc8:$imp),
721- [(set rc8:$dst, F,
722- (!cast<SDNode>(!strconcat("Z80", mnemonic, "_flag"))
723- rc8:$imp))]>,
719+ def 8#s : I<Pre<Idx0Pre, prefix>, opcode, mnemonic, "\t$dst", "$imp = $dst",
720+ (outs rc8:$dst), (ins rc8:$imp),
721+ [(set rc8:$dst, F,
722+ (!cast<SDNode>(!strconcat("Z80", mnemonic, "_flag"))
723+ rc8:$imp))]>,
724724 Requires<Preds>;
725725 let mayLoad = true, mayStore = true in {
726726 def 8p : I <Pre<Idx0Pre, prefix>, opcode, mnemonic, "\t$adr", "",
@@ -746,11 +746,11 @@ multiclass UnOp8RFF<OtherPrefix prefix, bits<8> opcode, string mnemonic,
746746 list<Predicate> Preds = []> {
747747 defvar s = !cond(!eq(prefix, NoPre): "r", !eq(prefix, CBPre): "g");
748748 defvar rc8 = !cond(!eq(prefix, NoPre): R8, !eq(prefix, CBPre): G8);
749- def 8#s : I <Pre<Idx0Pre, prefix>, opcode, mnemonic, "\t$dst", "$imp = $dst",
750- (outs rc8:$dst), (ins rc8:$imp),
751- [(set rc8:$dst, F,
752- (!cast<SDNode>(!strconcat("Z80", mnemonic, "_flag"))
753- rc8:$imp, F))]>,
749+ def 8#s : I<Pre<Idx0Pre, prefix>, opcode, mnemonic, "\t$dst", "$imp = $dst",
750+ (outs rc8:$dst), (ins rc8:$imp),
751+ [(set rc8:$dst, F,
752+ (!cast<SDNode>(!strconcat("Z80", mnemonic, "_flag"))
753+ rc8:$imp, F))]>,
754754 Requires<Preds>;
755755 let mayLoad = true, mayStore = true in {
756756 def 8p : I <Pre<Idx0Pre, prefix>, opcode, mnemonic, "\t$adr", "",
0 commit comments