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:
674dcbd
)
remove accidental print
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 3 Feb 2024 04:32:08 +0000
(
04:32
+0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 3 Feb 2024 04:32:08 +0000
(
04:32
+0000)
src/openpower/insndb/core.py
patch
|
blob
|
history
diff --git
a/src/openpower/insndb/core.py
b/src/openpower/insndb/core.py
index d4ef229027250037b3a7094c47f34b904b40a896..a3627a54b4a362d17d399da3067bc051178e0b18 100644
(file)
--- a/
src/openpower/insndb/core.py
+++ b/
src/openpower/insndb/core.py
@@
-1445,9
+1445,6
@@
class ConditionRegisterFieldOperand(ExtendableOperand):
subvalue = (value & 0b11)
value >>= 2
- print ("CR field remap", self.record.etype, "vector", vector,
- "subval", subvalue, "value", value)
-
if self.record.etype is _SVEType.EXTRA2:
# very reduced range
if vector: