diff options
Diffstat (limited to 'sim')
-rw-r--r-- | sim/common/ChangeLog | 4 | ||||
-rw-r--r-- | sim/common/cgen-ops.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index d9b6675..47e80ea 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -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. diff --git a/sim/common/cgen-ops.h b/sim/common/cgen-ops.h index 03f03f0..c632177 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 |