From: lkcl Date: Mon, 28 Mar 2022 22:50:22 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~2961 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4a8b0bea5c80c83741dae2b8515d671b82a0a144;p=libreriscv.git --- 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)