(no commit message)
authorlkcl <lkcl@web>
Mon, 5 Sep 2022 14:41:18 +0000 (15:41 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 5 Sep 2022 14:41:18 +0000 (15:41 +0100)
openpower/sv/cr_ops.mdwn

index 68dcd8dab524d6f19d3b2228314241acab3b631b..b5f78a1f0f0c7192c7aa70209bd6ac85d02625f1 100644 (file)
@@ -60,7 +60,7 @@ Other modes are still applicable and include:
 * **Data-dependent fail-first**.
   useful to truncate VL based on
   analysis of a Condition Register result bit.
-* **Scalar and parallel reduction**.
+* **Reduction**.
   Reduction is useful
 for analysing a Vector of Condition Register Fields
 and reducing it to one
@@ -83,7 +83,6 @@ SVP64 RM `MODE` (includes `ELWIDTH_SRC` bits) for CR-based operations:
 | - | - |-------| --- |---------|----------------- |
 |sz |SNZ| 0 RG  |   0 | dz  /   | simple mode                      |
 |sz |SNZ| 0 RG  |   1 | 0   /   | scalar reduce mode (mapreduce), SUBVL=1 |
-|zz |SNZ| 0 RG  |   1 | 1   /   | parallel reduce mode (mapreduce), SUBVL=1 |
 |zz |SNZ| 0 RG  |   1 | SVM 0   | subvector reduce mode, SUBVL>1   |
 |zz |SNZ| 0 RG  |   1 | SVM 1   | Pack/Unpack mode, SUBVL>1   |
 |zz |SNZ| 1 VLI | inv |  CR-bit | Ffirst 3-bit mode      |