corrections to remaining fft madd/msub
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 10 Jul 2021 10:46:49 +0000 (11:46 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 10 Jul 2021 10:46:49 +0000 (11:46 +0100)
openpower/isa/svfparith.mdwn

index 70a246c86def4c2a9c74500858bb9b05a9ecf38c..1bcc1ac7f653b0ffecbc439a28f611df0c555acf 100644 (file)
@@ -185,7 +185,7 @@ A-Form
 
 Pseudo-code:
 
-    FRT <- FPMULADD32(FRA, FRC, FRA, 1, -1)
+    FRT <- FPMULADD32(FRA, FRC, FRB, 1, -1)
     FRS <- FPMULADD32(FRA, FRC, FRB, -1, -1)
 
 Special Registers Altered:
@@ -204,7 +204,7 @@ A-Form
 
 Pseudo-code:
 
-    FRT <- FPMULADD32(FRA, FRC, FRA, -1, -1)
+    FRT <- FPMULADD32(FRA, FRC, FRB, -1, -1)
     FRS <- FPMULADD32(FRA, FRC, FRB, 1, -1)
 
 Special Registers Altered:
@@ -223,7 +223,7 @@ A-Form
 
 Pseudo-code:
 
-    FRT <- FPMULADD32(FRA, FRC, FRA, -1, 1)
+    FRT <- FPMULADD32(FRA, FRC, FRB, -1, 1)
     FRS <- FPMULADD32(FRA, FRC, FRB, 1, 1)
 
 Special Registers Altered: