From f487b397e5aff6cee8168f63052089958cb46c7c Mon Sep 17 00:00:00 2001 From: lkcl Date: Fri, 19 Feb 2021 16:59:21 +0000 Subject: [PATCH] --- openpower/sv/cr_int_predication.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpower/sv/cr_int_predication.mdwn b/openpower/sv/cr_int_predication.mdwn index babe05e81..baac0fe9a 100644 --- a/openpower/sv/cr_int_predication.mdwn +++ b/openpower/sv/cr_int_predication.mdwn @@ -94,7 +94,7 @@ Assuming that `offs` is set to `CR.eq` this results in: * ... * Arithmetic bit 7 of RS being inserted into CR7.eq -To clarify, then: all instructions below do **NOT** follow the IBM convention, they follow the natural sequence CR0 CR1 instead. However it is critically important to note that the offsets **in** a CR (`CR.eq` for example) continue to follow the v3.0B definition and convention. +To clarify, then: all instructions below do **NOT** follow the IBM convention, they follow the natural sequence CR0 CR1 instead, using `CR{fieldnum}` to refer to the individual CR Firlds. However it is critically important to note that the offsets **in** a CR field (`CR.eq` for example) continue to follow the v3.0B definition and convention. # Instruction form and pseudocode -- 2.30.2