nak: Emit !PT for carries on IADD3

They seem to be ignored by the hardware but the blob emits them.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29393>
This commit is contained in:
Faith Ekstrand
2024-05-23 18:32:15 -05:00
committed by Marge Bot
parent c1a4fcbb4a
commit 8061ed728a

View File

@@ -1031,6 +1031,9 @@ impl SM70Instr {
ALUSrc::from_src(&op.srcs[2]),
);
self.set_pred_src(87..90, 90, false.into());
self.set_pred_src(77..80, 80, false.into());
self.set_pred_dst(81..84, op.overflow[0]);
self.set_pred_dst(84..87, op.overflow[1]);
}