vax-protos.h 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /* Definitions of target machine for GNU compiler. VAX version.
  2. Copyright (C) 2000-2015 Free Software Foundation, Inc.
  3. This file is part of GCC.
  4. GCC is free software; you can redistribute it and/or modify
  5. it under the terms of the GNU General Public License as published by
  6. the Free Software Foundation; either version 3, or (at your option)
  7. any later version.
  8. GCC is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. GNU General Public License for more details.
  12. You should have received a copy of the GNU General Public License
  13. along with GCC; see the file COPYING3. If not see
  14. <http://www.gnu.org/licenses/>. */
  15. extern bool legitimate_constant_address_p (rtx);
  16. extern void vax_expand_prologue (void);
  17. #ifdef RTX_CODE
  18. extern const char *cond_name (rtx);
  19. extern bool adjacent_operands_p (rtx, rtx, machine_mode);
  20. extern const char *rev_cond_name (rtx);
  21. extern void print_operand_address (FILE *, rtx);
  22. extern void print_operand (FILE *, rtx, int);
  23. extern void vax_notice_update_cc (rtx, rtx);
  24. extern void vax_expand_addsub_di_operands (rtx *, enum rtx_code);
  25. extern const char * vax_output_int_move (rtx, rtx *, machine_mode);
  26. extern const char * vax_output_int_add (rtx, rtx *, machine_mode);
  27. extern const char * vax_output_int_subtract (rtx, rtx *, machine_mode);
  28. extern const char * vax_output_movmemsi (rtx, rtx *);
  29. #endif /* RTX_CODE */
  30. #ifdef REAL_VALUE_TYPE
  31. extern int check_float_value (machine_mode, REAL_VALUE_TYPE *, int);
  32. #endif /* REAL_VALUE_TYPE */