projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
235f55d
)
(no commit message)
author
lkcl
<lkcl@web>
Tue, 6 Jun 2023 20:13:42 +0000
(21:13 +0100)
committer
IkiWiki
<ikiwiki.info>
Tue, 6 Jun 2023 20:13:42 +0000
(21:13 +0100)
openpower/sv/po9_encoding/discussion.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/po9_encoding/discussion.mdwn
b/openpower/sv/po9_encoding/discussion.mdwn
index 429114f5dad833db1b36d4a70590706a14d31086..a8116fac19666786077f467b721e65cdff814276 100644
(file)
--- a/
openpower/sv/po9_encoding/discussion.mdwn
+++ b/
openpower/sv/po9_encoding/discussion.mdwn
@@
-19,7
+19,9
@@
Length detection:
if PO1 return 64
if not PO9 return 32
if Word[31] = 1 return 64
+ if Word[29:31] = 0b1000 return 32
if Word[29:31] = 0b0000 return 64
+
return 32
```