From 17347ac753b0224fe4710fccdd3018242ff4bb37 Mon Sep 17 00:00:00 2001 From: lkcl Date: Wed, 6 Jan 2021 23:40:42 +0000 Subject: [PATCH] --- openpower/sv/cr_int_predication.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openpower/sv/cr_int_predication.mdwn b/openpower/sv/cr_int_predication.mdwn index eb35d16fc..f8faa6388 100644 --- a/openpower/sv/cr_int_predication.mdwn +++ b/openpower/sv/cr_int_predication.mdwn @@ -73,7 +73,8 @@ Below is some pseudocode that, given a CR offset `offs` to represent `CR.eq` thr Assuming that `offs` is set to `CR.eq` this results in: -* Arithmetic bit 0 (the LSB) of RS being inserted into CR0.eq +* Arithmetic bit 0 (the LSB, numbered 63 in IBM MSB0 terminology) + of RS being inserted into CR0.eq * Arithmetic bit 1 of RS being inserted into CR1.eq * ... * Arithmetic bit 7 of RS being inserted into CR7.eq -- 2.30.2