add new FP32-FRSQRT regression test
[ieee754fpu.git] / src / ieee754 / fpcommon / test / fpmux.py
index a01ea3c9aa5b8165addf9ec351423cc7c21f12ae..ef50f81dee35bf70d942a8eb8eaa3e65aee08aa2 100644 (file)
@@ -165,6 +165,16 @@ def create_random(num_rows, width, single_op=False, n_vals=10):
                 #op1 = 0x3449f9a9
                 #op1 = 0x1ba94baa
 
+                # FRSQRT
+                #op1 = 0x3686
+                #op1 = 0x4400
+                #op1 = 0x4800
+                #op1 = 0x48f0
+                #op1 = 0x429
+                #op1 = 0x2631
+                #op1 = 0x3001
+                #op1 = 0x3f2ad8eb
+
                 vals.append((op1,))
             else:
                 op1 = randint(0, (1<<width)-1)
@@ -176,7 +186,7 @@ def create_random(num_rows, width, single_op=False, n_vals=10):
                 #op2 = 0xb371
                 #op1 = 0x4400
                 #op1 = 0x656c
-                op1 = 0x738c
+                #op1 = 0x738c
 
                 vals.append((op1, op2,))
     return vals