oops markdown error
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 11 Apr 2018 18:40:18 +0000 (19:40 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 11 Apr 2018 18:40:18 +0000 (19:40 +0100)
simple_v_extension.mdwn

index 36b000e77e10ccae44e0b61fa1217061c3ca86d1..0c90a9978021ecbc4fcbec1f101b2d3788f0266c 100644 (file)
@@ -307,12 +307,12 @@ condition-codes or predication.  By adding a CSR it becomes possible
 to also tag certain registers as "predicated if referenced as a destination".
 Example:
 
-> # in future operations if r0 is the destination use r5 as
-> # the PREDICATION register
+> // in future operations if r0 is the destination use r5 as 
+> // the PREDICATION register
 > IMPLICICSRPREDICATE r0, r5
-> # store the compares in r5 as the PREDICATION register
+> // store the compares in r5 as the PREDICATION register 
 > CMPEQ8 r5, r1, r2
-> # r0 is used here.  ah ha!  that means it's predicated using r5!
+> // r0 is used here.  ah ha!  that means it's predicated using r5! 
 > ADD8 r0, r1, r3
 
 With enough registers (and there are enough registers) some fairly