projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b36326
)
(no commit message)
author
lkcl
<lkcl@web>
Mon, 30 Nov 2020 23:35:57 +0000
(23:35 +0000)
committer
IkiWiki
<ikiwiki.info>
Mon, 30 Nov 2020 23:35:57 +0000
(23:35 +0000)
openpower/sv/16_bit_compressed.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/16_bit_compressed.mdwn
b/openpower/sv/16_bit_compressed.mdwn
index 23fea6b9fd73a8667ff3d277cdfa001acc8d4141..00723acb3b9198a9ace58aaa2ac7329bf06ef508 100644
(file)
--- a/
openpower/sv/16_bit_compressed.mdwn
+++ b/
openpower/sv/16_bit_compressed.mdwn
@@
-827,7
+827,7
@@
At this phase, knowing that the length is 16bit and the mode is either 10b or 16
if mode == 10bit:
decode_10bit(insn)
elif mode == 16bit:
- if N == 1
and M == 1:
+ if N == 1
& M == 1 & insn[5:8] != 0b001.1
decode_16bit_immed_mode(insn)
else:
# see immediate opcodes table