X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=isa%2Frv64ui%2Fsv_addi_redirect.S;h=61e92842147e295fc91295caa98997e06a3d9cb3;hb=6434d21796630d8fc3bf5288ed2eacc1bb303dbd;hp=980cb5b4c483f924c6adda9e0397da471f2ccbef;hpb=ecf9aeea425a1978b7ac9aa9e41e68af66693d52;p=riscv-tests.git diff --git a/isa/rv64ui/sv_addi_redirect.S b/isa/rv64ui/sv_addi_redirect.S index 980cb5b..61e9284 100644 --- a/isa/rv64ui/sv_addi_redirect.S +++ b/isa/rv64ui/sv_addi_redirect.S @@ -3,7 +3,9 @@ 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"