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:
fa603a1
)
fptrans.mdwn: don't parenthesize register being assigned to
author
Jacob Lifshay
<programmerjake@gmail.com>
Tue, 9 Jan 2024 08:01:44 +0000
(
00:01
-0800)
committer
Jacob Lifshay
<programmerjake@gmail.com>
Tue, 9 Jan 2024 08:01:44 +0000
(
00:01
-0800)
Fixes: https://bugs.libre-soc.org/show_bug.cgi?id=1247
openpower/isa/fptrans.mdwn
patch
|
blob
|
history
diff --git
a/openpower/isa/fptrans.mdwn
b/openpower/isa/fptrans.mdwn
index 9060c79f304455be23f12f62abc74cb9974d9277..f6006c36a7ce0dac2a7ecf4f7468c090eb6035ca 100644
(file)
--- a/
openpower/isa/fptrans.mdwn
+++ b/
openpower/isa/fptrans.mdwn
@@
-1505,7
+1505,7
@@
Pseudo-code:
else if cmp_l <u cmp_r then result <- a
else result <- b
if any_snan then SetFX(FPSCR.VXSNAN)
- if (FPSCR.VE = 0) | ¬any_snan then
(FRT)
<- result
+ if (FPSCR.VE = 0) | ¬any_snan then
FRT
<- result
Special Registers Altered: