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:
0432032
)
change extsb/h/w to scale based on XLEN rather than extending from a fixed width
author
Jacob Lifshay
<programmerjake@gmail.com>
Thu, 20 Apr 2023 00:58:19 +0000
(17:58 -0700)
committer
Jacob Lifshay
<programmerjake@gmail.com>
Thu, 20 Apr 2023 00:58:19 +0000
(17:58 -0700)
See https://bugs.libre-soc.org/show_bug.cgi?id=1061
openpower/isa/fixedlogical.mdwn
patch
|
blob
|
history
diff --git
a/openpower/isa/fixedlogical.mdwn
b/openpower/isa/fixedlogical.mdwn
index 28311ce33583aec9a3eba5c5bdf20304b1fea263..8a2c15954e4e1e6e2a9c1f00e83968e1aa9285d2 100644
(file)
--- a/
openpower/isa/fixedlogical.mdwn
+++ b/
openpower/isa/fixedlogical.mdwn
@@
-223,7
+223,7
@@
X-Form
Pseudo-code:
- RA <- EXTSXL(RS, 8)
+ RA <- EXTSXL(RS,
XLEN/
8)
Special Registers Altered:
@@
-238,7
+238,7
@@
X-Form
Pseudo-code:
- RA <- EXTSXL(RS,
16
)
+ RA <- EXTSXL(RS,
XLEN/4
)
Special Registers Altered:
@@
-389,7
+389,7
@@
X-Form
Pseudo-code:
- RA <- EXTSXL(RS,
3
2)
+ RA <- EXTSXL(RS,
XLEN/
2)
Special Registers Altered: