From 2d513bbb9b475a6319a755f95deec35cdd2a76fc Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Mon, 13 Mar 2000 23:51:48 +0000 Subject: [PATCH] 2000-03-13 Jeff Johnston * cgen-ops.h: Added TRUNCSISI. --- sim/common/ChangeLog | 4 ++++ sim/common/cgen-ops.h | 1 + 2 files changed, 5 insertions(+) diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index d9b667555c..47e80ea00c 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,7 @@ +2000-03-13 Jeff Johnston + + * cgen-ops.h: Added TRUNCSISI. + 2000-03-08 Dave Brolley * cgen-par.h (cgen_write_queue_kind): Add CGEN_FN_SF_WRITE. diff --git a/sim/common/cgen-ops.h b/sim/common/cgen-ops.h index 03f03f0116..c6321777c9 100644 --- a/sim/common/cgen-ops.h +++ b/sim/common/cgen-ops.h @@ -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 -- 2.11.0