(no commit message)
authorlkcl <lkcl@web>
Sun, 21 Aug 2022 17:31:32 +0000 (18:31 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 21 Aug 2022 17:31:32 +0000 (18:31 +0100)
openpower/sv/cr_ops.mdwn

index f631b58e34758a4d7989d692c27b8296886acd05..7b0187d1c224e6920a549cca2e3278ff734dff9f 100644 (file)
@@ -68,12 +68,6 @@ allows the decision to be made to store or not store the main
 result, and for CR Ops the CR Field result *is*
 the main result.
 
-*Programmer's note: 
-`sv.crxor` with reduction would be particularly useful for parity calculation
-for example, although there are many ways in which the same calculation
-could be carried out after transferring a vector of CR Fields to a GPR
-using crweird operations.*
-
 # Format
 
 SVP64 RM `MODE` (includes `ELWIDTH_SRC` bits) for CR-based operations:
@@ -201,6 +195,11 @@ elements thereafter:
     for i in VL-1 downto 0 # reverse gear
          CR[4+i].ge &= CR[5+i].ge
 
+`sv.crxor` with reduction would be particularly useful for parity calculation
+for example, although there are many ways in which the same calculation
+could be carried out after transferring a vector of CR Fields to a GPR
+using crweird operations.
+
 # LD/ST Pack/Unpack Mode
 
 As described in [[sv/normal]],