msp430-protos.h 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /* Exported function prototypes from the TI MSP430 backend.
  2. Copyright (C) 2012-2015 Free Software Foundation, Inc.
  3. Contributed by Red Hat.
  4. This file is part of GCC.
  5. GCC is free software; you can redistribute it and/or modify
  6. it under the terms of the GNU General Public License as published by
  7. the Free Software Foundation; either version 3, or (at your option)
  8. any later version.
  9. GCC is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. GNU General Public License for more details.
  13. You should have received a copy of the GNU General Public License
  14. along with GCC; see the file COPYING3. If not see
  15. <http://www.gnu.org/licenses/>. */
  16. #ifndef GCC_MSP430_PROTOS_H
  17. #define GCC_MSP430_PROTOS_H
  18. rtx msp430_eh_return_stackadj_rtx (void);
  19. void msp430_expand_eh_return (rtx);
  20. void msp430_expand_epilogue (int);
  21. void msp430_expand_helper (rtx *operands, const char *, bool);
  22. void msp430_expand_prologue (void);
  23. const char * msp430x_extendhisi (rtx *);
  24. void msp430_fixup_compare_operands (machine_mode, rtx *);
  25. int msp430_hard_regno_mode_ok (int, machine_mode);
  26. int msp430_hard_regno_nregs (int, machine_mode);
  27. int msp430_hard_regno_nregs_has_padding (int, machine_mode);
  28. int msp430_hard_regno_nregs_with_padding (int, machine_mode);
  29. bool msp430_hwmult_enabled (void);
  30. rtx msp430_incoming_return_addr_rtx (void);
  31. void msp430_init_cumulative_args (CUMULATIVE_ARGS *, tree, rtx, tree, int);
  32. int msp430_initial_elimination_offset (int, int);
  33. bool msp430_is_interrupt_func (void);
  34. const char * msp430x_logical_shift_right (rtx);
  35. const char * msp430_mcu_name (void);
  36. bool msp430_modes_tieable_p (machine_mode, machine_mode);
  37. void msp430_output_labelref (FILE *, const char *);
  38. void msp430_register_pragmas (void);
  39. rtx msp430_return_addr_rtx (int);
  40. void msp430_split_movsi (rtx *);
  41. void msp430_start_function (FILE *, const char *, tree);
  42. rtx msp430_subreg (machine_mode, rtx, machine_mode, int);
  43. bool msp430_use_f5_series_hwmult (void);
  44. #endif /* GCC_MSP430_PROTOS_H */