comment vector-ld not ld
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 5 Apr 2023 09:58:29 +0000 (10:58 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 5 Apr 2023 09:58:29 +0000 (10:58 +0100)
openpower/sv/ldst.mdwn

index 614dc6ed09d27ac58e6737d542bb795e395c12b8..cb26ac0cf6dbe472c5b9b0afcfbcf20317823b02 100644 (file)
@@ -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