2000-03-13 Jeff Johnston <jjohnstn@cygnus.com>
[deliverable/binutils-gdb.git] / sim / common / cgen-ops.h
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.023368 seconds and 4 git commands to generate.