diff options
author | Andrew Waterman <waterman@cs.berkeley.edu> | 2013-08-23 20:02:02 -0700 |
---|---|---|
committer | Andrew Waterman <waterman@cs.berkeley.edu> | 2013-08-23 20:04:30 -0700 |
commit | 5fe2ce69dcd1d0ddb42c4edffac7ab11d939ca45 (patch) | |
tree | 1c76b45e4b7cf966f5d0d3b943d66b04c4f95c21 /isa/rv64uv/fmovz.S | |
parent | 5b13eb6cd5aa3e73fb477414f1866e7b9cbeaf3f (diff) | |
download | riscv-tests-5fe2ce69dcd1d0ddb42c4edffac7ab11d939ca45.zip riscv-tests-5fe2ce69dcd1d0ddb42c4edffac7ab11d939ca45.tar.gz riscv-tests-5fe2ce69dcd1d0ddb42c4edffac7ab11d939ca45.tar.bz2 |
Reflect changes to ISA
Conflicts:
isa/Makefile
Diffstat (limited to 'isa/rv64uv/fmovz.S')
-rw-r--r-- | isa/rv64uv/fmovz.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/isa/rv64uv/fmovz.S b/isa/rv64uv/fmovz.S index bda56b9..3090ac3 100644 --- a/isa/rv64uv/fmovz.S +++ b/isa/rv64uv/fmovz.S @@ -41,8 +41,8 @@ vtcode: slti x2,x1,10 li x1,-1 li x3,0 - mxtf.d f0,x3 - mxtf.d f1,x1 + fmv.d.x f0,x3 + fmv.d.x f1,x1 fmovz f0,x2,f1 stop |