(no commit message)
authorlkcl <lkcl@web>
Thu, 3 Jun 2021 10:47:40 +0000 (11:47 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 3 Jun 2021 10:47:40 +0000 (11:47 +0100)
openpower/sv/int_fp_mv.mdwn

index ec946c904f7af9fab22a200c002bfd4cf20d3870..c8a960fe487933ea6f9dcc156d116f38d0b98099 100644 (file)
@@ -121,9 +121,10 @@ fmvis f4, 0x7F80 # writes +Infinity to f4
 fmvis f4, 0xFF80 # writes -Infinity to f4
 fmvis f4, 0x3FFF # writes +1.9921875 to f4
 
-# clearing all 32 FPRs with 2 SVP64 instructions
+# clearing 128 FPRs with 2 SVP64 instructions
+# by issuing 32 vec4 (subvector length 4) ops
 setvli VL=MVL=32
-sv.fmvis f0, 0 # writes +0.0 to f0-f31
+sv.fmvis/vec4 f0, 0 # writes +0.0 to f0-f127
 ```
 Important: If the float load immediate instruction(s) are left out,
 change all [GPR to FPR conversion instructions](#GPR-to-FPR-conversions)