diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 1994-02-15 16:10:25 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 1994-02-15 16:10:25 +0000 |
commit | 9929b5751beb1f433de2511fa1c647c8b414aa16 (patch) | |
tree | 1341844b063dad6f196fda99f96ba6882497e1c9 /gcc/config/rs6000 | |
parent | 9230dc4633d88e98de1cf8e716507996f531e2cd (diff) | |
download | gcc-9929b5751beb1f433de2511fa1c647c8b414aa16.zip gcc-9929b5751beb1f433de2511fa1c647c8b414aa16.tar.gz gcc-9929b5751beb1f433de2511fa1c647c8b414aa16.tar.bz2 |
Define RS6000_ITRUNC and RS6000_UITRUNC
From-SVN: r6560
Diffstat (limited to 'gcc/config/rs6000')
-rw-r--r-- | gcc/config/rs6000/rs6000.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index 11b3bd2..aaf8f1c 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -1464,6 +1464,11 @@ extern int rs6000_compare_fp_p; uitrunc must be defined. */ extern int rs6000_trunc_used; + +/* Function names to call to do floating point truncation. */ + +#define RS6000_ITRUNC "itrunc" +#define RS6000_UITRUNC "uitrunc" /* Control the assembler format that we output. */ |