xt_exceptions.h 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /* Definitions for the xt_exceptions TIE package */
  2. /*
  3. * Customer ID=11657; Build=0x5fe96; Copyright (c) 2004-2010 by Tensilica Inc. ALL RIGHTS RESERVED.
  4. * These coded instructions, statements, and computer programs are the
  5. * copyrighted works and confidential proprietary information of Tensilica Inc.
  6. * They may not be modified, copied, reproduced, distributed, or disclosed to
  7. * third parties in any manner, medium, or form, in whole or in part, without
  8. * the prior written consent of Tensilica Inc.
  9. */
  10. /* Do not modify. This is automatically generated.*/
  11. #ifndef _XTENSA_xt_exceptions_HEADER
  12. #define _XTENSA_xt_exceptions_HEADER
  13. #ifdef __XTENSA__
  14. #ifdef __XCC__
  15. /*
  16. * The following prototypes describe intrinsic functions
  17. * corresponding to TIE instructions. Some TIE instructions
  18. * may produce multiple results (designated as "out" operands
  19. * in the iclass section) or may have operands used as both
  20. * inputs and outputs (designated as "inout"). However, the C
  21. * and C++ languages do not provide syntax that can express
  22. * the in/out/inout constraints of TIE intrinsics.
  23. * Nevertheless, the compiler understands these constraints
  24. * and will check that the intrinsic functions are used
  25. * correctly. To improve the readability of these prototypes,
  26. * the "out" and "inout" parameters are marked accordingly
  27. * with comments.
  28. */
  29. extern void _TIE_xt_exceptions_EXCW(void);
  30. extern void _TIE_xt_exceptions_SYSCALL(void);
  31. #define XT_EXCW _TIE_xt_exceptions_EXCW
  32. #define XT_SYSCALL _TIE_xt_exceptions_SYSCALL
  33. #endif /* __XCC__ */
  34. #endif /* __XTENSA__ */
  35. #endif /* !_XTENSA_xt_exceptions_HEADER */