move fclass macros into the same file as the rest (#22)
[riscv-tests.git] / isa / rv64uf / fclass.S
index 5a6361e6544a50655ee721dc433a9959d3e72694..9bb86b17b18c58632b493dae7db9e7f50c7b7fff 100644 (file)
@@ -17,10 +17,6 @@ RVTEST_CODE_BEGIN
   # Arithmetic tests
   #-------------------------------------------------------------
 
-  #define TEST_FCLASS_S(testnum, correct, input) \
-    TEST_CASE(testnum, a0, correct, li a0, input; fmv.s.x fa0, a0; \
-                                    fclass.s a0, fa0)
-
   TEST_FCLASS_S( 2, 1 << 0, 0xff800000 )
   TEST_FCLASS_S( 3, 1 << 1, 0xbf800000 )
   TEST_FCLASS_S( 4, 1 << 2, 0x807fffff )