RVTEST_RV64U # Define TVM used by program.
-# SV test: sets up x3 and x4 with data, sets VL to 2, and carries out
+# SV test: vector-vector add
+#
+# sets up x3 and x4 with data, sets VL to 2, and carries out
# an "add 1 to x3". which actually means "add 1 to x3 *AND* add 1 to x4"
# Test code region.
RVTEST_RV64U # Define TVM used by program.
-# SV test: sets up x3 and x4 with data, then sets up SV redirection
+# SV test: vector-vector (redirected) add
+#
+# sets up x3 and x4 with data, then sets up SV redirection
# from register x16 to register x3 with a VL of 2. the add is carried out
# on x16 and the redirection means "actually, we want to do that add on x3"
# and the VL means "actually we want to do that add on x3 *AND* x4"
RVTEST_RV64U # Define TVM used by program.
-# SV test: sets up x6 data as a scalar, sets VL to 2, and carries out
+# SV test: scalar-to-vector add
+#
+# sets up x6 data as a scalar, sets VL to 2, and carries out
# an "add 1 to x6 and store in x3".
# which actually means:
# "add add 1 to x6 and store in x3" *AND*