(no commit message)
authorlkcl <lkcl@web>
Mon, 28 Mar 2022 22:50:22 +0000 (23:50 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 28 Mar 2022 22:50:22 +0000 (23:50 +0100)
openpower/sv/cr_int_predication.mdwn

index 722c6a0c37ede02eb9b79b2f7e084b69044c2165..472ba5e1cadea2ee151bc3304f038656a9ed3869 100644 (file)
@@ -151,7 +151,7 @@ bit 11=1, bit 19=0
     n3 = mask[3] & (mode[3] == lsb)
     CR{BT} = n0 || n1 || n2 || n3
 
-This is a [[openpower/sv/cr_int]] SVP64 type operation that has
+This is a [[openpower/sv/cr_ops]] SVP64 type operation that has
 3-bit Data-dependent and 3-bit Predicate-result capability
 (BT is 3 bits)
 
@@ -168,7 +168,7 @@ bit 11=0, bit 19=1
     n3 = mask[3] & (mode[3] == creg[3])
     CR{BT} = n0 || n1 || n2 || n3
 
-This is a [[openpower/sv/cr_int]] SVP64 type operation that has
+This is a [[openpower/sv/cr_ops]] SVP64 type operation that has
 3-bit Data-dependent and 3-bit Predicate-result capability
 (BT is 3 bits)
 
@@ -188,7 +188,7 @@ bit 11=1, bit 19=1
     result = n0|n1|n2|n3 if M else n0&n1&n2&n3
     CR{BF}[bit] = result
 
-This is a [[openpower/sv/cr_int]] SVP64 type operation that has
+This is a [[openpower/sv/cr_ops]] SVP64 type operation that has
 5-bit Data-dependent and 5-bit Predicate-result capability
 (BFT is 5 bits)