add placeholder proposal markers
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 7 Apr 2018 20:46:43 +0000 (21:46 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 7 Apr 2018 20:46:43 +0000 (21:46 +0100)
simple_v_extension.mdwn

index a2328f10fd1f0dfbac7b59d30cc0122aa050688a..43b1698509117adebbf7e6d953ee1a8afdcb639b 100644 (file)
@@ -51,6 +51,18 @@ of not being widely adopted.  I'm inclined towards recommending:
   apply across *all* Extensions, whether those be DSP, M, Base, V, P -
   everything.
 
+**TODO**: propose overflow registers be actually one of the integer regs
+(flowing to multiple regs).
+
+**TODO**: propose "mask" (predication) registers likewise.  combination with
+standard RV instructions and overflow registers extremely powerful
+
+**TODO**: propose two LOAD/STORE offset CSRs, which mark a particular
+register as being "if you use this reg in LOAD/STORE, use the offset
+amount CSRoffsN (N=0,1) instead of treating LOAD/STORE as contiguous".
+can be used for matrix spanning.
+
+
 # Analysis and discussion of Vector vs SIMD
 
 There are four combined areas between the two proposals that help with