From: Luke Kenneth Casson Leighton Date: Sat, 11 Jul 2020 10:14:19 +0000 (+0100) Subject: missing brackets X-Git-Tag: convert-csv-opcode-to-binary~2371 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=12e895622e74dbed35ebafa9e64a85e0e0b9d03b;p=libreriscv.git missing brackets --- diff --git a/openpower/isa/fixedarith.mdwn b/openpower/isa/fixedarith.mdwn index 4447bd80f..eda21e588 100644 --- a/openpower/isa/fixedarith.mdwn +++ b/openpower/isa/fixedarith.mdwn @@ -350,8 +350,8 @@ Pseudo-code: prod[0:63] <- MULS((RA)[32:63], (RB)[32:63]) RT <- prod - overflow <- (prod[32:64] != 0x0000_0000) & - (prod[32:64] != 0xffff_ffff) + overflow <- ((prod[32:64] != 0x0000_0000) & + (prod[32:64] != 0xffff_ffff)) Special Registers Altered: