fptrans.mdwn: don't parenthesize register being assigned to
authorJacob Lifshay <programmerjake@gmail.com>
Tue, 9 Jan 2024 08:01:44 +0000 (00:01 -0800)
committerJacob Lifshay <programmerjake@gmail.com>
Tue, 9 Jan 2024 08:01:44 +0000 (00:01 -0800)
Fixes: https://bugs.libre-soc.org/show_bug.cgi?id=1247
openpower/isa/fptrans.mdwn

index 9060c79f304455be23f12f62abc74cb9974d9277..f6006c36a7ce0dac2a7ecf4f7468c090eb6035ca 100644 (file)
@@ -1505,7 +1505,7 @@ Pseudo-code:
         else if cmp_l <u cmp_r then result <- a
         else result <- b
     if any_snan then SetFX(FPSCR.VXSNAN)
-    if (FPSCR.VE = 0) | ¬any_snan then (FRT) <- result
+    if (FPSCR.VE = 0) | ¬any_snan then FRT <- result
 
 Special Registers Altered: