(no commit message)
authorlkcl <lkcl@web>
Thu, 27 Jun 2019 19:43:51 +0000 (20:43 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 27 Jun 2019 19:43:51 +0000 (20:43 +0100)
simple_v_extension/vblock_format.mdwn

index 3636c46d026bfa9a71f7a49ec6eb78dca87f2d5c..d7c8cd6b750e1d0828bab6da43fcf2a82a9ab483 100644 (file)
@@ -195,8 +195,8 @@ ECALL, on the other hand, which will cause a trap that saves and restores the fu
 
 Prohibited instructions will cause an illegal instruction trap. If at that point, software is capable of then working out how to emulate a branch or function call successfully, by manipulating (x)ePCVBLK and other state, it is not prohibited from doing so.
 
-A normal jump, normal branch and a normal function call may only be taken
-by letting the VBLOCK group end, returning to "normal" standard RV mode,
+To reiterate: a normal jump, normal conditional branch and a normal function call may only be taken
+by letting the VBLOCK group finish, returning to "normal" standard RV mode,
 and then using standard RVC, 32 bit or P48/64-\*-type opcodes.
 
 # Links