diff options
author | Yunsup Lee <yunsup@cs.berkeley.edu> | 2013-10-10 12:04:58 -0700 |
---|---|---|
committer | Yunsup Lee <yunsup@cs.berkeley.edu> | 2013-10-10 12:04:58 -0700 |
commit | 57f2254feaf4e3595a5b6cce48ebcfbebaaa3c67 (patch) | |
tree | 9f09e5a22b797f06c528ac909caa2ec58f9df895 /isa/rv64uv/fmovz.S | |
parent | 8dd97c2e7af399bc04b9d132bd1f1a4bdbbfec57 (diff) | |
download | riscv-tests-57f2254feaf4e3595a5b6cce48ebcfbebaaa3c67.zip riscv-tests-57f2254feaf4e3595a5b6cce48ebcfbebaaa3c67.tar.gz riscv-tests-57f2254feaf4e3595a5b6cce48ebcfbebaaa3c67.tar.bz2 |
revamp hwacha tests
Diffstat (limited to 'isa/rv64uv/fmovz.S')
-rw-r--r-- | isa/rv64uv/fmovz.S | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/isa/rv64uv/fmovz.S b/isa/rv64uv/fmovz.S index 3090ac3..9142cf0 100644 --- a/isa/rv64uv/fmovz.S +++ b/isa/rv64uv/fmovz.S @@ -11,14 +11,15 @@ RVTEST_RV64U RVTEST_CODE_BEGIN + vsetcfg 4,2 li a6,2048 - vvcfgivl a6,a6,4,2 + vsetvl a6,a6 lui a0,%hi(vtcode) vf %lo(vtcode)(a0) la a7,dest vfsd vf0,a7 - fence.v.l + fence li a1,0 li a2,-1 |