diff options
author | Andrew Waterman <waterman@cs.berkeley.edu> | 2013-05-02 04:41:37 -0700 |
---|---|---|
committer | Andrew Waterman <waterman@cs.berkeley.edu> | 2013-05-02 04:41:37 -0700 |
commit | 1dd1e13180dd65ffe3075cbdc5c12fda8c3e755f (patch) | |
tree | 823a31838ece3f9a273bbca2151c335dae63da9f /isa/rv64uf | |
parent | be72d6bacf1a14b85b142092bc47e4bfe68b38fd (diff) | |
download | riscv-tests-1dd1e13180dd65ffe3075cbdc5c12fda8c3e755f.zip riscv-tests-1dd1e13180dd65ffe3075cbdc5c12fda8c3e755f.tar.gz riscv-tests-1dd1e13180dd65ffe3075cbdc5c12fda8c3e755f.tar.bz2 |
use RVTEST_RV64UF macro for FPU tests
Diffstat (limited to 'isa/rv64uf')
-rw-r--r-- | isa/rv64uf/fadd.S | 2 | ||||
-rw-r--r-- | isa/rv64uf/fcmp.S | 2 | ||||
-rw-r--r-- | isa/rv64uf/fcvt.S | 2 | ||||
-rw-r--r-- | isa/rv64uf/fcvt_w.S | 2 | ||||
-rw-r--r-- | isa/rv64uf/fmadd.S | 2 | ||||
-rw-r--r-- | isa/rv64uf/fmin.S | 2 | ||||
-rw-r--r-- | isa/rv64uf/fsgnj.S | 2 | ||||
-rw-r--r-- | isa/rv64uf/ldst.S | 2 | ||||
-rw-r--r-- | isa/rv64uf/move.S | 2 | ||||
-rw-r--r-- | isa/rv64uf/structural.S | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/isa/rv64uf/fadd.S b/isa/rv64uf/fadd.S index 58f44be..cced11b 100644 --- a/isa/rv64uf/fadd.S +++ b/isa/rv64uf/fadd.S @@ -8,7 +8,7 @@ #include "riscv_test.h" #include "test_macros.h" -RVTEST_RV64U +RVTEST_RV64UF RVTEST_CODE_BEGIN #------------------------------------------------------------- diff --git a/isa/rv64uf/fcmp.S b/isa/rv64uf/fcmp.S index 845db3c..21cbf9d 100644 --- a/isa/rv64uf/fcmp.S +++ b/isa/rv64uf/fcmp.S @@ -8,7 +8,7 @@ #include "riscv_test.h" #include "test_macros.h" -RVTEST_RV64U +RVTEST_RV64UF RVTEST_CODE_BEGIN #------------------------------------------------------------- diff --git a/isa/rv64uf/fcvt.S b/isa/rv64uf/fcvt.S index bb9a9c4..0e83416 100644 --- a/isa/rv64uf/fcvt.S +++ b/isa/rv64uf/fcvt.S @@ -8,7 +8,7 @@ #include "riscv_test.h" #include "test_macros.h" -RVTEST_RV64U +RVTEST_RV64UF RVTEST_CODE_BEGIN #------------------------------------------------------------- diff --git a/isa/rv64uf/fcvt_w.S b/isa/rv64uf/fcvt_w.S index e2e1686..5492a09 100644 --- a/isa/rv64uf/fcvt_w.S +++ b/isa/rv64uf/fcvt_w.S @@ -8,7 +8,7 @@ #include "riscv_test.h" #include "test_macros.h" -RVTEST_RV64U +RVTEST_RV64UF RVTEST_CODE_BEGIN #------------------------------------------------------------- diff --git a/isa/rv64uf/fmadd.S b/isa/rv64uf/fmadd.S index 76e5e9f..dc16ecb 100644 --- a/isa/rv64uf/fmadd.S +++ b/isa/rv64uf/fmadd.S @@ -8,7 +8,7 @@ #include "riscv_test.h" #include "test_macros.h" -RVTEST_RV64U +RVTEST_RV64UF RVTEST_CODE_BEGIN #------------------------------------------------------------- diff --git a/isa/rv64uf/fmin.S b/isa/rv64uf/fmin.S index 0041ea5..f9e8dda 100644 --- a/isa/rv64uf/fmin.S +++ b/isa/rv64uf/fmin.S @@ -8,7 +8,7 @@ #include "riscv_test.h" #include "test_macros.h" -RVTEST_RV64U +RVTEST_RV64UF RVTEST_CODE_BEGIN #------------------------------------------------------------- diff --git a/isa/rv64uf/fsgnj.S b/isa/rv64uf/fsgnj.S index 0d2124b..d405564 100644 --- a/isa/rv64uf/fsgnj.S +++ b/isa/rv64uf/fsgnj.S @@ -8,7 +8,7 @@ #include "riscv_test.h" #include "test_macros.h" -RVTEST_RV64U +RVTEST_RV64UF RVTEST_CODE_BEGIN #------------------------------------------------------------- diff --git a/isa/rv64uf/ldst.S b/isa/rv64uf/ldst.S index f37a478..653344b 100644 --- a/isa/rv64uf/ldst.S +++ b/isa/rv64uf/ldst.S @@ -8,7 +8,7 @@ #include "riscv_test.h" #include "test_macros.h" -RVTEST_RV64U +RVTEST_RV64UF RVTEST_CODE_BEGIN TEST_CASE(2, a0, 0x4000000040400000, la a1, tdat; flw f1, 4(a1); fsw f1, 12(a1); ld a0, 8(a1)) diff --git a/isa/rv64uf/move.S b/isa/rv64uf/move.S index f06e324..d8ad24c 100644 --- a/isa/rv64uf/move.S +++ b/isa/rv64uf/move.S @@ -9,7 +9,7 @@ #include "riscv_test.h" #include "test_macros.h" -RVTEST_RV64U +RVTEST_RV64UF RVTEST_CODE_BEGIN li a0, 1 diff --git a/isa/rv64uf/structural.S b/isa/rv64uf/structural.S index 0c74ab5..24a5687 100644 --- a/isa/rv64uf/structural.S +++ b/isa/rv64uf/structural.S @@ -9,7 +9,7 @@ #include "riscv_test.h" #include "test_macros.h" -RVTEST_RV64U +RVTEST_RV64UF RVTEST_CODE_BEGIN li x25, 1 |