2000-03-13 Jeff Johnston <jjohnstn@cygnus.com>
authorJeff Johnston <jjohnstn@redhat.com>
Mon, 13 Mar 2000 23:51:48 +0000 (23:51 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Mon, 13 Mar 2000 23:51:48 +0000 (23:51 +0000)
        * cgen-ops.h: Added TRUNCSISI.

sim/common/ChangeLog
sim/common/cgen-ops.h

index d9b667555c1c57a4f9a13bfd4b5ec6c80762e6c9..47e80ea00c1a1abb7549de8d7db2a463fc483ece 100644 (file)
@@ -1,3 +1,7 @@
+2000-03-13  Jeff Johnston <jjohnstn@cygnus.com>
+
+       * cgen-ops.h: Added TRUNCSISI.
+
 2000-03-08  Dave Brolley  <brolley@redhat.com>
 
        * cgen-par.h (cgen_write_queue_kind): Add CGEN_FN_SF_WRITE.
index 03f03f0116bb74271f893c1fa7d415966486b5ea..c6321777c96771a948a5847ee5e4cd07374e2f66 100644 (file)
@@ -271,6 +271,7 @@ extern DI ZEXTSIDI (SI);
 #define TRUNCSIBI(x) ((BI) (SI) (x))
 #define TRUNCSIQI(x) ((QI) (SI) (x))
 #define TRUNCSIHI(x) ((HI) (SI) (x))
+#define TRUNCSISI(x) ((SI) (SI) (x))
 #if defined (DI_FN_SUPPORT)
 extern BI TRUNCDIBI (DI);
 #else
This page took 0.03137 seconds and 4 git commands to generate.