ls004: Changed my incorrect assumption
authorAndrey Miroshnikov <andrey@technepisteme.xyz>
Tue, 1 Nov 2022 21:02:08 +0000 (21:02 +0000)
committerAndrey Miroshnikov <andrey@technepisteme.xyz>
Tue, 1 Nov 2022 21:02:08 +0000 (21:02 +0000)
openpower/sv/rfc/ls004.mdwn

index 80825cd3986d050a879e9c4d57332da9a0491c0d..e3f71751a4289a64a7e427ac9fed63f4c139d1ce 100644 (file)
@@ -70,7 +70,7 @@ Replaces a pair of explicit instructions in hot-loops.
 1. `shadd` and `shadduw` operate on unsigned integers.
 2. `shadduw` is intended for performing address offsets,
    as the second operand is constrained to lower 32-bits
-   and sign-extended.
+   and zero-extended.
 3. Both are 2-in 1-out instructions.
 
 **Changes**