(no commit message)
authorlkcl <lkcl@web>
Thu, 17 Mar 2022 06:37:08 +0000 (06:37 +0000)
committerIkiWiki <ikiwiki.info>
Thu, 17 Mar 2022 06:37:08 +0000 (06:37 +0000)
openpower/sv/bitmanip.mdwn

index f50f207482e5e3711b9cbcd1de4c15d922bbbdec..f69b64ee79c7e65bcac948792f309f69d555553f 100644 (file)
@@ -214,6 +214,9 @@ another mode selection would be CRs not Ints.
 
 # int min/max
 
+required for
+the [[sv/av_opcodes]]
+
 signed and unsigned min/max for integer.  this is sort-of partly synthesiseable in [[sv/svp64]] with pred-result as long as the dest reg is one of the sources, but not both signed and unsigned.  when the dest is also one of the srces and the mv fails due to the CR bittest failing this will only overwrite the dest where the src is greater (or less).
 
 signed/unsigned min/max gives more flexibility.