(no commit message)
authorlkcl <lkcl@web>
Fri, 26 Aug 2022 22:30:03 +0000 (23:30 +0100)
committerIkiWiki <ikiwiki.info>
Fri, 26 Aug 2022 22:30:03 +0000 (23:30 +0100)
openpower/sv/av_opcodes.mdwn

index 1fc812a64315ea40f492b9ea5b14f71efbc9559d..617bf7f8381529dee6fc00241d450c658588962c 100644 (file)
@@ -69,7 +69,7 @@ Macro-op fusion may be used to detect that these two interleave cleanly, overlap
 * DCT added as [[sv/remap]] <https://users.cs.cf.ac.uk/Dave.Marshall/Multimedia/node231.html>
  <https://www.nayuki.io/page/fast-discrete-cosine-transform-algorithms>
 * Absolute-diff Accumulation, used in Motion Estimation, added,
-  see [[openpower/bitmanip]] and opcodes in [[openpower/isa/av]]
+  see [[sv/bitmanip]] and opcodes in [[openpower/isa/av]]
 
 # VSX SIMD analysis
 
@@ -83,8 +83,7 @@ The other direction, vec_unpack widening ops, may need some way to tell whether
 
 *scalar extsw/b/h gives one set, mv gives another.  src elwidth override and dest elwidth override provide the pack/unpack*.
 
-implemented by [[sv/mv.vec]] RM Pack/Unpack mode as long as these instructions
-have that RM Mode.
+implemented by Pack/Unpack. [[sv/normal]] arithmetic also has Pack-with-Saturate.
  
 ## vavgs\* (vec_avg)