projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52ede88
)
comment vector-ld not ld
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 5 Apr 2023 09:58:29 +0000
(10:58 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 5 Apr 2023 09:58:29 +0000
(10:58 +0100)
openpower/sv/ldst.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/ldst.mdwn
b/openpower/sv/ldst.mdwn
index 614dc6ed09d27ac58e6737d542bb795e395c12b8..cb26ac0cf6dbe472c5b9b0afcfbcf20317823b02 100644
(file)
--- a/
openpower/sv/ldst.mdwn
+++ b/
openpower/sv/ldst.mdwn
@@
-489,7
+489,7
@@
zero in the predicate will be the NULL pointer*
EA = GPR(RA+i) + imm # ptr + offset(next)
data = MEM(EA, 8) # 64-bit address of ptr->next
GPR(RT+i) = data # happens to be read on next loop!
- # was a normal ld up to this point. now the Data-Fail-First
+ # was a normal
vector-
ld up to this point. now the Data-Fail-First
CR.field(i) = conditions(data)
if CR.field(i).EQ == testbit: # check if zero
if VLI then VL = i+1 # update VL, inclusive