(no commit message)
authorlkcl <lkcl@web>
Mon, 21 Dec 2020 04:42:25 +0000 (04:42 +0000)
committerIkiWiki <ikiwiki.info>
Mon, 21 Dec 2020 04:42:25 +0000 (04:42 +0000)
openpower/sv/svp_rewrite/svp64.mdwn

index bdc42f053982f187e3da8603437bc96ff28510b8..c4b297ee2c4ccf2fa4352ac8f99c994d36a67a98 100644 (file)
@@ -134,10 +134,10 @@ is based on whether the number of src operands is 2 or 3.
 | MODE          | `19:23` | changes Vector behaviour                  |
 
 These are for 2 operand 1 dest instructions, such as `add RT, RA,
-RB`. However also included are unusual instructions with the same src
-and dest, such as `rlwinmi`.
+RB`. However also included are unusual instructions with an implicit dest
+that is identical to its src reg, such as `rlwinmi`.
 
-Normally, with instructions such as `rlwinmi`, the scalar v3.0B ISA would not have sufficient bits to allow
+Normally, with instructions such as `rlwinmi`, the scalar v3.0B ISA would not have sufficient bit fields to allow
 an alternative destination.  With SV however this becomes possible.
 Therefore, the fact that the dest is implicitly also a src should not
 mislead: due to the *prefix* they are different SV regs.