justify removing VSELECT
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 5 Jun 2018 21:25:57 +0000 (22:25 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 5 Jun 2018 21:25:57 +0000 (22:25 +0100)
simple_v_extension/simple_v_chennai_2018.tex

index 7392dfe9e4a1802ce1045af220004b2f9b98099d..ca012b9f91ab00e9ba3f528071dc41ddaefd1141 100644 (file)
@@ -544,7 +544,7 @@ function op\_mv(rd, rs) # MV not VMV!
 \frametitle{VSELECT: stays or goes? Stays if MV.X exists...}
 
 \begin{semiverbatim}
-def op_mv_x(rd, rs): # standard (hypothetical) RV MX.X
+def op_mv_x(rd, rs):         # (hypothetical) RV MX.X
    rs = regfile[rs]          # level of indirection (MV.X)
    regfile[rd] = regfile[rs] # straight regcopy
 \end{semiverbatim}