Added support for vmacc

This commit is contained in:
proshan3
2019-11-22 23:55:47 -05:00
parent f01936dc92
commit 30c8ef3931
6 changed files with 2366 additions and 2306 deletions

View File

@@ -19,4 +19,5 @@ vx_vec_test:
vsw.v v2, (a3) # Store result
add a3, a3, t0 # Bump pointer
bnez a0, loop # Loop back
vmacc.vv v1, v2, v2
ret # Finished