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

index 120bd30e648dd853aabd6087c726e84d8271947f..8e86c8f10986778e043a9808036cf91daeb94d14 100644 (file)
@@ -159,7 +159,10 @@ Rc=1 tests RT and sets CR0
 
 `fmvfg FRT, RA`
 
-move a 64-bit float from a GPR to a FPR, just copying bits.
+move a 64-bit float from a GPR to a FPR, just copying bits. No exceptions
+are raised, no flags are altered of any kind.
+
+TODO: Rc=1 variants?
 
 `fmvfgs FRT, RA`
 
@@ -169,6 +172,8 @@ move a 32-bit float from a GPR to a FPR, just copying bits. Converts the
 
 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 converdion part.  the semantics should really be the same as frsp)
+
 ### Float load immediate (kinda a variant of `fmvfg`)
 
 `fmvis FRT, FI`