Add another FP recoding test case
[riscv-tests.git] / isa / rv64uv / lb.S
index 7e20b65ccd3efdec5690fb21cc070f0a8307213b..2e79c1364b2a24f5c61d6c09909aed4b00c60614 100644 (file)
@@ -1,3 +1,5 @@
+# See LICENSE for license details.
+
 #*****************************************************************************
 # lb.S
 #-----------------------------------------------------------------------------
@@ -8,7 +10,7 @@
 #include "riscv_test.h"
 #include "test_macros.h"
 
-RVTEST_RV64U
+RVTEST_RV64UV
 RVTEST_CODE_BEGIN
 
   vsetcfg 16,0
@@ -29,7 +31,7 @@ loop:
   ld a1,0(a5)
   sll a3,a1,56
   sra a3,a3,56
-  addi x28,a2,2
+  addi TESTNUM,a2,2
   bne a0,a3,fail
   addi a6,a6,8
   addi a5,a5,8