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:
e85d3b9
)
Fixed typo for sraw test
author
klehman
<klehman9@comcast.net>
Tue, 7 Sep 2021 02:22:12 +0000
(22:22 -0400)
committer
klehman
<klehman9@comcast.net>
Tue, 7 Sep 2021 02:22:12 +0000
(22:22 -0400)
src/openpower/decoder/isa/test_caller_shift_rot.py
patch
|
blob
|
history
diff --git
a/src/openpower/decoder/isa/test_caller_shift_rot.py
b/src/openpower/decoder/isa/test_caller_shift_rot.py
index 9cc12e86f34f072543c0d14556969eecffcfc244..4bfa51006290e04d1693f5a14307b74277f8b895 100644
(file)
--- a/
src/openpower/decoder/isa/test_caller_shift_rot.py
+++ b/
src/openpower/decoder/isa/test_caller_shift_rot.py
@@
-93,7
+93,7
@@
class DecoderTestCase(FHDLTestCase):
sim = self.run_tst_program(program, initial_regs)
self.assertEqual(sim.gpr(3), SelectableInt(0x123456, 64))
- def test_case_srw_
1
(self):
+ def test_case_srw_
2
(self):
lst = ["sraw 3, 1, 2"]
initial_regs = [0] * 32
initial_regs[1] = 0x82345678 # test the carry