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

index 51317dd8c606e9f3140ca6df60f640c830268e71..033a9147c5ecc95ef86ca7ff27485b9a597ccbb2 100644 (file)
@@ -77,7 +77,10 @@ signed and unsigned, these are N-to-M (N=64/32/16, M=32/16/8) chop/clamp/sign/ze
 
 The other direction, vec_unpack widening ops, may need some way to tell whether to sign-extend or zero-extend.
 
-*scalar extsw/b/h gives one set, mv gives another.  src elwidth override and dest elwidth override provide the pack/unpack*
+*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.
  
 ## vavgs\* (vec_avg)