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)
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)
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)