projects
/
openpower-isa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
263a8fc
)
isa/caller.py: support shadd/shadduw instructions
author
Dmitry Selyutin
<ghostmansd@gmail.com>
Thu, 27 Oct 2022 18:57:28 +0000
(21:57 +0300)
committer
Dmitry Selyutin
<ghostmansd@gmail.com>
Thu, 27 Oct 2022 18:57:28 +0000
(21:57 +0300)
src/openpower/decoder/isa/caller.py
patch
|
blob
|
history
diff --git
a/src/openpower/decoder/isa/caller.py
b/src/openpower/decoder/isa/caller.py
index 9b42862d52be8adb92fa7bd5827a5eac22d4a654..de6719adf90dfb42f59d55539be837631c7906e6 100644
(file)
--- a/
src/openpower/decoder/isa/caller.py
+++ b/
src/openpower/decoder/isa/caller.py
@@
-1774,6
+1774,7
@@
class ISACaller(ISACallerHelper, ISAFPHelpers, StepLoop):
'absdu', 'absds', 'absdacs', 'absdacu', 'avgadd',
'fmvis', 'fishmv', 'pcdec', "maddedu", "divmod2du",
"dsld", "dsrd",
+ "shadd", "shadduw",
]:
illegal = False
ins_name = dotstrp