X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=sidebyside;f=isa%2Frv64ud%2Fstructural.S;h=5ecbb96d672d271ae309260000be4f6d5fefb67d;hb=96ef658f1fce0f1b4cce468ad7fa3ff453b9ebac;hp=76c66912b74f4c7b76c4accee1c90b1a4d48cc5d;hpb=33a1beb24e65c32aa8e2f2547da27eb3e24c4cc9;p=riscv-tests.git diff --git a/isa/rv64ud/structural.S b/isa/rv64ud/structural.S index 76c6691..5ecbb96 100644 --- a/isa/rv64ud/structural.S +++ b/isa/rv64ud/structural.S @@ -30,8 +30,8 @@ li x1, 0x3F800000 nops ;\ fsgnj.s f3, f1, f1 ;\ fmv.x.d x4, f4 ;\ - fmv.x.s x3, f3 ;\ - beq x1, x3, 2f ;\ + fmv.x.s x5, f3 ;\ + beq x1, x5, 2f ;\ RVTEST_FAIL ;\ 2:beq x2, x4, 2f ;\ RVTEST_FAIL; \