mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
2000-03-13 Jeff Johnston <jjohnstn@cygnus.com>
* cgen-ops.h: Added TRUNCSISI.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user