add nayuki dct
[openpower-isa.git] / src / openpower / decoder / isa / caller.py
index 47da1022d34fbd396d3e1dbc9dddae348e6ccb50..c57434cb6a15e7367ca801f81de852ea7bf40534 100644 (file)
@@ -1087,6 +1087,14 @@ class ISACaller:
             illegal = False
             name = 'svshape'
 
+        # and fsin and fcos
+        if asmop == 'fsins':
+            illegal = False
+            name = 'fsins'
+        if asmop == 'fcoss':
+            illegal = False
+            name = 'fcoss'
+
         # sigh also deal with ffmadds not being supported by binutils (.long)
         if asmop == 'ffmadds':
             illegal = False