projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cf56d8
)
fix fminmax special registers altered
author
Jacob Lifshay
<programmerjake@gmail.com>
Thu, 20 Apr 2023 00:41:36 +0000
(17:41 -0700)
committer
Jacob Lifshay
<programmerjake@gmail.com>
Thu, 20 Apr 2023 00:41:36 +0000
(17:41 -0700)
openpower/sv/rfc/ls013.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/rfc/ls013.mdwn
b/openpower/sv/rfc/ls013.mdwn
index 573d2cdfda09ef1e3d8af4a2b3fc7ab788855b51..fe5c7ee8b13a16e893d13567f534e670335665c2 100644
(file)
--- a/
openpower/sv/rfc/ls013.mdwn
+++ b/
openpower/sv/rfc/ls013.mdwn
@@
-158,9
+158,7
@@
A-Form
Special Registers altered:
```
- FPRF FR FI
- FX OX UX XX
- VXSNAN VXISI
+ FX VXSNAN
CR1 (if Rc=1)
```
Compute the minimum/maximum of FRA and FRB, according to FMM, and store the
@@
-186,9
+184,7
@@
A-Form
Special Registers altered:
```
- FPRF FR FI
- FX OX UX XX
- VXSNAN VXISI
+ FX VXSNAN
CR1 (if Rc=1)
```