(no commit message)
authorlkcl <lkcl@web>
Thu, 13 Apr 2023 04:29:54 +0000 (05:29 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 13 Apr 2023 04:29:54 +0000 (05:29 +0100)
openpower/sv/svp64.mdwn

index a6ed9280560b1d0a4be219be55520867499b257d..be125bde41f769198165fb5f0cc66df16a6a726b 100644 (file)
@@ -618,6 +618,7 @@ Examples of permitted instructions:
     sv.crand *cr8.eq, *cr16.le, *cr40.so # all CR8-CR127
     sv.mfcr cr5, *cr40                   # only one source (CR40) copied to CR5
     sv.mfcr *cr16, cr40                  # Vector-Splat CR40 onto CR16,17,18...
+    sv.mfcr *cr16, cr3                  # Vector-Splat CR3 onto CR16,17,18...
 ```
 
 Examples of prohibited instructions: