(no commit message)
authorlkcl <lkcl@web>
Fri, 30 Aug 2019 10:10:58 +0000 (11:10 +0100)
committerIkiWiki <ikiwiki.info>
Fri, 30 Aug 2019 10:10:58 +0000 (11:10 +0100)
simple_v_extension/specification/sv.setvl.mdwn

index 516addf30717c68b36d52dedffb492bc464dfbda..e65cefce17635ee67fd511ed8b54c3062fc5f82f 100644 (file)
@@ -3,11 +3,8 @@
 sv.setvl allows optional setting of both MVL and of indirectly marking one of the scalar registers as being VL.
 
 Unlike the majority of other CSRs, which contain status bits that change behaviour, VL is closely interlinked with the instructions it affects and often requires arithmetic interaction.
-
 Thus it makes more sense to actually *use* one of the scalar registers *as* VL.
 
-A potential implementation optimisation technique involves keeping 5 bits which specify the scalar register in use as VL actually in the instruction decode phase.  On detection of a CSRR rd, VL, if the cached copy of VL is not pointing to x0, the CSRR instruction is *replaced* with a "MV rd, vlcachedreg" instruction. See [[discussion]] for further details.
-
 Format for Vector Configuration Instructions under OP-V major opcode:
 
 | 31|30   20|19    15|14   12|11 7|6     0| name       |