From efea06d1d20ebe4b6ff3a80f7763a7699bdc01fc Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Wed, 18 May 2022 11:32:37 +0100 Subject: [PATCH] add BM-Form and CRB-Form for bitmanip --- openpower/isatables/fields.text | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/openpower/isatables/fields.text b/openpower/isatables/fields.text index 281eb8ae..250816f3 100644 --- a/openpower/isatables/fields.text +++ b/openpower/isatables/fields.text @@ -6,6 +6,14 @@ |0 |6 |11 |16 |30|31 | | PO | BO| BI | BD |AA|LK | +# 1.6.2.1 BM-FORM + |0 |6 |10 |15 |22 |23 |31| + | PO | RS | me | sh | me | XO |Rc| + +# 1.6.2.1 CRB-FORM + |0 |6 |9 |12 |15 |18 |21 |29 |31 | + | PO | BF | BFA| BFB| BFC| msk| TLI | XO |msk| + #1.6.3 SC-FORM |0 |6 |11 |16 |20 |27 |30 |31 | | PO | ///| ///| // | LEV | //| 1| / | -- 2.30.2