(no commit message)
authorlkcl <lkcl@web>
Sun, 20 Dec 2020 16:10:28 +0000 (16:10 +0000)
committerIkiWiki <ikiwiki.info>
Sun, 20 Dec 2020 16:10:28 +0000 (16:10 +0000)
openpower/sv/svp_rewrite/svp64.mdwn

index 91789bab2fde585170b3d9a73645c6b02aabaead..7bc8da50fdb93fea8e870d80040d4bb71f9470ab 100644 (file)
@@ -186,7 +186,7 @@ These are the modes:
 * **normal** mode is straight vectorisation.  no augmentations: the vector comprises an array of independently created results.
 * **ffirst** or data-dependent fail-on-first: see separate section.  the vector may be truncated depending on certain criteria.
 * **sat mode** or saturation: clamps each elemrnt result to a min/max rather than overflows / wraps.  allows signed and unsigned clamping.
-* **reduce mode**.  when M=1 a mapreduce is performed.  the result is a scalar.  a vector however is required, as it may be used to store intermediary computations.  the result is in the first element with a nonzero predicate bit.
+* **reduce mode**. a mapreduce is performed.  the result is a scalar.  a result vector however is required, as the upper elements may be used to store intermediary computations.  the result of the mapreduce is in the first element with a nonzero predicate bit.  see separate section below.
   note that reduce mode only applies to 2 src operations.
 * **pred-result** will test the result (CR testing selects a bit of CR and inverts it, just like branch testing) and if the test fails it is as if the predicate bit was zero.  When Rc=1 the CR element (CR0) however is still stored in the CR regfile.  This scheme does not apply to crops (crand, cror).