move fclass macros into the same file as the rest (#22)
[riscv-tests.git] / isa / rv64ud / fclass.S
index 3daace0370c445301aa4ae08977c5eff6e73f0f1..39394900457d50db3acf6aa4db12ccfa9fb3d6ca 100644 (file)
@@ -17,10 +17,6 @@ RVTEST_CODE_BEGIN
   # Arithmetic tests
   #-------------------------------------------------------------
 
-  #define TEST_FCLASS_D(testnum, correct, input) \
-    TEST_CASE(testnum, a0, correct, li a0, input; fmv.d.x fa0, a0; \
-                                    fclass.d a0, fa0)
-
   TEST_FCLASS_D( 2, 1 << 0, 0xfff0000000000000 )
   TEST_FCLASS_D( 3, 1 << 1, 0xbff0000000000000 )
   TEST_FCLASS_D( 4, 1 << 2, 0x800fffffffffffff )