From: Luke Kenneth Casson Leighton Date: Wed, 5 Apr 2023 09:58:29 +0000 (+0100) Subject: comment vector-ld not ld X-Git-Tag: opf_rfc_ls012_v1~121 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cd3bf1205dc389787569853291629fd296371012;p=libreriscv.git comment vector-ld not ld --- diff --git a/openpower/sv/ldst.mdwn b/openpower/sv/ldst.mdwn index 614dc6ed0..cb26ac0cf 100644 --- 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