2000-03-13 Jeff Johnston <jjohnstn@cygnus.com>
* cgen-ops.h: Added TRUNCSISI.
This commit is contained in:
parent
73a93a3251
commit
0f831eb384
2 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue