(no commit message)
authorlkcl <lkcl@web>
Fri, 4 Jun 2021 00:52:36 +0000 (01:52 +0100)
committerIkiWiki <ikiwiki.info>
Fri, 4 Jun 2021 00:52:36 +0000 (01:52 +0100)
openpower/sv/int_fp_mv.mdwn

index c8fd8c0f8bbfda102828c87596bd3e03f7872dfc..7221935ec1980b7efb6d0bd72acb83725ab102cb 100644 (file)
@@ -168,11 +168,11 @@ TODO: Rc=1 variants?
 
 move a 32-bit float from a GPR to a FPR, just copying bits. Converts the
 32-bit float in `RA` to a 64-bit float, then writes the 64-bit float to
-`FRT`.
+`FRT`. Effectively, `fmvfgs` is a macro-fusion of `fmvfg frsp`.
 
 TODO: Rc=1 variants?
 
-TODO: clear statement on evaluation as to whethrer exceptions or flags raised as part of the **FP** conversion (not the int bitcopy part, the conversion part.  the semantics should really be the same as frsp)
+TODO: clear statement on evaluation as to whether exceptions or flags raised as part of the **FP** conversion (not the int bitcopy part, the conversion part.  the semantics should really be the same as frsp)
 
 v3.0C section 4.6.7.1 states: