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

index 8e86c8f10986778e043a9808036cf91daeb94d14..2354e3b5b458563231265775323771acf124eba2 100644 (file)
@@ -172,7 +172,16 @@ 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)
+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)
+
+v3.0C section 4.6.1 states:
+
+FPRF is set to the class and sign of the result, except for Invalid Operation Exceptions when VE=1.
+
+    Special Registers Altered:
+      FPRF FR FI
+      FX OX UX XX VXSNAN
+      CR1 (if Rc=1)
 
 ### Float load immediate (kinda a variant of `fmvfg`)