From: Jacob Lifshay Date: Fri, 9 Oct 2020 23:28:09 +0000 (-0700) Subject: fix typo X-Git-Tag: convert-csv-opcode-to-binary~2024 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1f4b308f975418595a0858cd37e7e66f2fe7244d;p=libreriscv.git fix typo --- diff --git a/openpower/isa/fixedarith.mdwn b/openpower/isa/fixedarith.mdwn index dc1354b37..9fd56d5db 100644 --- a/openpower/isa/fixedarith.mdwn +++ b/openpower/isa/fixedarith.mdwn @@ -367,7 +367,7 @@ Pseudo-code: prod[0:63] <- (RA)[32:63] * (RB)[32:63] RT[32:63] <- prod[0:31] - RT[0:31] <- unsigned(prod[0:31]) + RT[0:31] <- undefined(prod[0:31]) Special Registers Altered: