[Libre-soc-isa] [Bug 1183] add /mrr mode (reverse mode) to Data-Dependent Fail-First CR_ops
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Thu Oct 12 21:22:27 BST 2023
https://bugs.libre-soc.org/show_bug.cgi?id=1183
--- Comment #6 from Jacob Lifshay <programmerjake at gmail.com> ---
(In reply to Jacob Lifshay from comment #5)
> please write out a loop of what you think SNZ should do in simple mode. I
> expect that you will find it to be entirely redundant.
I expect you'll end up with something like:
for i in range(VL):
if CR[i].lt:
RT[i] = RA[i] + RB[i]
pred = nothing-really
else:
pred = SNZ
# nothing uses pred!
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Libre-SOC-ISA
mailing list