aboutsummaryrefslogtreecommitdiff
path: root/isa/rv64uv/vfmvv.S
diff options
context:
space:
mode:
authorYunsup Lee <yunsup@cs.berkeley.edu>2013-10-10 12:04:58 -0700
committerYunsup Lee <yunsup@cs.berkeley.edu>2013-10-10 12:04:58 -0700
commit57f2254feaf4e3595a5b6cce48ebcfbebaaa3c67 (patch)
tree9f09e5a22b797f06c528ac909caa2ec58f9df895 /isa/rv64uv/vfmvv.S
parent8dd97c2e7af399bc04b9d132bd1f1a4bdbbfec57 (diff)
downloadriscv-tests-57f2254feaf4e3595a5b6cce48ebcfbebaaa3c67.zip
riscv-tests-57f2254feaf4e3595a5b6cce48ebcfbebaaa3c67.tar.gz
riscv-tests-57f2254feaf4e3595a5b6cce48ebcfbebaaa3c67.tar.bz2
revamp hwacha tests
Diffstat (limited to 'isa/rv64uv/vfmvv.S')
-rw-r--r--isa/rv64uv/vfmvv.S5
1 files changed, 3 insertions, 2 deletions
diff --git a/isa/rv64uv/vfmvv.S b/isa/rv64uv/vfmvv.S
index 2f6e8bf..6154620 100644
--- a/isa/rv64uv/vfmvv.S
+++ b/isa/rv64uv/vfmvv.S
@@ -11,15 +11,16 @@
RVTEST_RV64U
RVTEST_CODE_BEGIN
+ vsetcfg 2,2
li a2,2048
- vvcfgivl a2,a2,2,2
+ vsetvl a2,a2
lui a0,%hi(vtcode)
vf %lo(vtcode)(a0)
vfmvv vf1,vf0
la a3,dest
vfsd vf1,a3
- fence.v.l
+ fence
li a1,1
loop: