123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 |
- /****************************************************************************/
- /* elfnames.h v8.2.2 */
- /* */
- /* Copyright (c) 1997-2017 Texas Instruments Incorporated */
- /* http://www.ti.com/ */
- /* */
- /* Redistribution and use in source and binary forms, with or without */
- /* modification, are permitted provided that the following conditions */
- /* are met: */
- /* */
- /* Redistributions of source code must retain the above copyright */
- /* notice, this list of conditions and the following disclaimer. */
- /* */
- /* Redistributions in binary form must reproduce the above copyright */
- /* notice, this list of conditions and the following disclaimer in */
- /* the documentation and/or other materials provided with the */
- /* distribution. */
- /* */
- /* Neither the name of Texas Instruments Incorporated nor the names */
- /* of its contributors may be used to endorse or promote products */
- /* derived from this software without specific prior written */
- /* permission. */
- /* */
- /* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS */
- /* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT */
- /* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR */
- /* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT */
- /* OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, */
- /* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT */
- /* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, */
- /* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY */
- /* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT */
- /* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE */
- /* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
- /* */
- /****************************************************************************/
- #ifndef __elfnames__
- #define __elfnames__
- #pragma diag_push
- #pragma CHECK_MISRA("-19.4") /* macros required for implementation */
- #pragma CHECK_MISRA("-19.7") /* macros required for implementation */
- #pragma CHECK_MISRA("-19.13") /* # and ## required for implementation */
- #if defined(__TI_EABI__)
- #include <abi_prefix.h>
- #define _divd __TI_P(divd)
- #define _divf __TI_P(divf)
- #define _absd __TI_P(absd)
- #define _absf __TI_P(absf)
- #define _addd __TI_P(addd)
- #define _addf __TI_P(addf)
- #define _cmpd __TI_P(cmpd)
- #define _eqd __TI_P(eqd)
- #define _neqd __TI_P(neqd)
- #define _ltd __TI_P(ltd)
- #define _gtd __TI_P(gtd)
- #define _led __TI_P(led)
- #define _ged __TI_P(ged)
- #define _cmpf __TI_P(cmpf)
- #define _eqf __TI_P(eqf)
- #define _neqf __TI_P(neqf)
- #define _ltf __TI_P(ltf)
- #define _gtf __TI_P(gtf)
- #define _lef __TI_P(lef)
- #define _gef __TI_P(gef)
- #define _nround __TI_P(nround)
- #define _roundf __TI_P(roundf)
- #define _roundl __TI_P(roundl)
- #define _cvtdf __TI_P(cvtdf)
- #define _cvtfd __TI_P(cvtfd)
- #define _fixdi __TI_P(fixdi)
- #define _fixdli __TI_P(fixdli)
- #define _fixdlli __TI_P(fixdlli)
- #define _fixdu __TI_P(fixdu)
- #define _fixdul __TI_P(fixdul)
- #define _fixdull __TI_P(fixdull)
- #define _fixfi __TI_P(fixfi)
- #define _fixfli __TI_P(fixfli)
- #define _fixflli __TI_P(fixflli)
- #define _fixfu __TI_P(fixfu)
- #define _fixful __TI_P(fixful)
- #define _fixfull __TI_P(fixfull)
- #define _fltid __TI_P(fltid)
- #define _fltif __TI_P(fltif)
- #define _fltlid __TI_P(fltlid)
- #define _fltlif __TI_P(fltlif)
- #define _fltllid __TI_P(fltllid)
- #define _fltllif __TI_P(fltllif)
- #define _fltud __TI_P(fltud)
- #define _fltuf __TI_P(fltuf)
- #define _fltuld __TI_P(fltuld)
- #define _fltulf __TI_P(fltulf)
- #define _fltulld __TI_P(fltulld)
- #define _fltullf __TI_P(fltullf)
- #define __fpclassify __TI_P(fpclassify)
- #define __fpclassifyf __TI_P(fpclassifyf)
- #define __isfinite __TI_P(isfinite)
- #define __isfinitef __TI_P(isfinitef)
- #define __isfinitel __TI_P(isfinitel)
- #define __isinf __TI_P(isinf)
- #define __isinff __TI_P(isinff)
- #define __isinfl __TI_P(isinfl)
- #define __isnan __TI_P(isnan)
- #define __isnanf __TI_P(isnanf)
- #define __isnanl __TI_P(isnanl)
- #define __isnormal __TI_P(isnormal)
- #define __isnormalf __TI_P(isnormalf)
- #define __isnormall __TI_P(isnormall)
- #define _mpyd __TI_P(mpyd)
- #define _mpyf __TI_P(mpyf)
- #define _negd __TI_P(negd)
- #define _negf __TI_P(negf)
- #define _subd __TI_P(subd)
- #define _subf __TI_P(subf)
- #define _trunc __TI_P(trunc)
- #define _truncf __TI_P(truncf)
- #define _truncl __TI_P(truncl)
- #define _divli __TI_P(divli)
- #define _divul __TI_P(divul)
- #define _remli __TI_P(remli)
- #define _remul __TI_P(remul)
- #endif /* defined(__TI_EABI__) */
- #pragma diag_pop
- #endif /* __elfnames__ */
|