(no commit message)
authorlkcl <lkcl@web>
Sun, 19 Jun 2022 21:07:37 +0000 (22:07 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 19 Jun 2022 21:07:37 +0000 (22:07 +0100)
openpower/sv/av_opcodes.mdwn

index 033a9147c5ecc95ef86ca7ff27485b9a597ccbb2..e231d66ab6b17af14f1178ddd4889b79ac432fef 100644 (file)
@@ -12,9 +12,11 @@ Links
 * <https://bugs.libre-soc.org/show_bug.cgi?id=234> hardware implementation
 * [[vpu]]
 * [[sv/int_fp_mv]]
+* [[openpower/isa/av]] pseudocode
 * TODO review HP 1994-6 PA-RISC MAX <https://en.m.wikipedia.org/wiki/Multimedia_Acceleration_eXtensions>
 * <https://en.m.wikipedia.org/wiki/Sum_of_absolute_differences>
 * List of MMX instructions <https://cs.fit.edu/~mmahoney/cse3101/mmx.html>
+
 # Summary
 
 In-advance, the summary of base scalar operations that need to be added is:
@@ -29,6 +31,8 @@ In-advance, the summary of base scalar operations that need to be added is:
 | bitwise sel   | (a ? b : c) - use [[sv/bitmanip]] ternary |
 | int/fp move   | covered by [[sv/int_fp_mv]] |
 
+Implemented at the [[openpower/isa/av]] pseudocode page.
+
 All other capabilities (saturate in particular) are achieved with [[sv/svp64]] modes and swizzle.  Note that minmax and ternary are added in bitmanip.
 
 # Audio