(no commit message)
authorlkcl <lkcl@web>
Mon, 31 Oct 2022 22:53:45 +0000 (22:53 +0000)
committerIkiWiki <ikiwiki.info>
Mon, 31 Oct 2022 22:53:45 +0000 (22:53 +0000)
openpower/sv/rfc/ls004.mdwn

index b6697e4e3f8823e5aa67e073b4545708fc8cbdaa..347f27ceb5887efba775757c313a4418636fd822 100644 (file)
@@ -106,11 +106,11 @@ Operands RA and RB, and the result RT are all 64-bit, unsigned integers.
 Examples:
 
 ```
-# 
-shadd r4, r1, r2
+# adds r1 to (r2*8)
+shadd r4, r1, r2, 3
 ```
 
-# Shift-and-Add Upper Word
+# Shift-and-Add Unsigned Word
 
 `shadd RT, RA, RB`