From 4a8b0bea5c80c83741dae2b8515d671b82a0a144 Mon Sep 17 00:00:00 2001 From: lkcl Date: Mon, 28 Mar 2022 23:50:22 +0100 Subject: [PATCH] --- openpower/sv/cr_int_predication.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openpower/sv/cr_int_predication.mdwn b/openpower/sv/cr_int_predication.mdwn index 722c6a0c3..472ba5e1c 100644 --- a/openpower/sv/cr_int_predication.mdwn +++ b/openpower/sv/cr_int_predication.mdwn @@ -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) -- 2.30.2