aboutsummaryrefslogtreecommitdiff
path: root/isa
diff options
context:
space:
mode:
authorYunsup Lee <yunsup@cs.berkeley.edu>2013-11-19 18:01:45 -0800
committerYunsup Lee <yunsup@cs.berkeley.edu>2013-11-19 18:01:45 -0800
commit59127ea6ea04954673a763505b9b62730dc049ed (patch)
tree8146010a08468fbc3f930762a6a96163fe926031 /isa
parentc2d41351c42fe8e78c24f27ac5f0d0b6d1c87516 (diff)
downloadriscv-tests-59127ea6ea04954673a763505b9b62730dc049ed.zip
riscv-tests-59127ea6ea04954673a763505b9b62730dc049ed.tar.gz
riscv-tests-59127ea6ea04954673a763505b9b62730dc049ed.tar.bz2
fix rv64uv/vvadd_fd test to correctly check results
Diffstat (limited to 'isa')
-rw-r--r--isa/rv64uv/vvadd_fd.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/isa/rv64uv/vvadd_fd.S b/isa/rv64uv/vvadd_fd.S
index 2912b70..62161ef 100644
--- a/isa/rv64uv/vvadd_fd.S
+++ b/isa/rv64uv/vvadd_fd.S
@@ -24,9 +24,9 @@ RVTEST_CODE_BEGIN
la a5,dest
vfsd vf2,a5
fence
- la a5,result
+ la a6,result
ld a1,0(a5)
- ld a2,0(a5)
+ ld a2,0(a6)
li x28,2
bne a1,a2,fail
ld a1,8(a5)