From: Dmitry Selyutin Date: Sat, 24 Sep 2022 14:39:24 +0000 (+0300) Subject: consts: introduce SEA field X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=57daecf5618c400ecb0e2cd24e0576bfd711700d;p=openpower-isa.git consts: introduce SEA field --- diff --git a/src/openpower/consts.py b/src/openpower/consts.py index 2abae0c0..54fc3ca4 100644 --- a/src/openpower/consts.py +++ b/src/openpower/consts.py @@ -242,6 +242,7 @@ class SVP64MODEb(_Const): MOD2_MSB = 0 MOD2_LSB = 1 MOD3 = 3 + SEA = 2 # when predicate not set: 0=ignore/skip 1=zero DZ = 3 # for destination SZ = 4 # for source