From: Luke Kenneth Casson Leighton Date: Tue, 11 Oct 2022 12:30:56 +0000 (+0100) Subject: add new LD-Immediate Post constants X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=109a2a934c8035e0292d9335bad57945e0830638;p=openpower-isa.git add new LD-Immediate Post constants --- diff --git a/src/openpower/consts.py b/src/openpower/consts.py index 54fc3ca4..0bdfb333 100644 --- a/src/openpower/consts.py +++ b/src/openpower/consts.py @@ -268,6 +268,9 @@ class SVP64MODEb(_Const): ELS_NORMAL = 4 ELS_FFIRST_PRED = 3 ELS_SAT = 4 + LDI_POST = 2 # LD-Immediate Post/FF Mode + LDI_PI = 3 # LD-Immediate Post-Increment + LDI_FF = 4 # LD-Immediate Fault-First # BO bits BO_MSB = 2 BO_LSB = 4