1 /* Definitions of target machine for GNU compiler. NS32000 version. 2 Copyright (C) 2000 Free Software Foundation, Inc. 3 Contributed by Michael Tiemann (tiemann@cygnus.com) 4 5 This file is part of GNU CC. 6 7 GNU CC is free software; you can redistribute it and/or modify 8 it under the terms of the GNU General Public License as published by 9 the Free Software Foundation; either version 2, or (at your option) 10 any later version. 11 12 GNU CC is distributed in the hope that it will be useful, 13 but WITHOUT ANY WARRANTY; without even the implied warranty of 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 GNU General Public License for more details. 16 17 You should have received a copy of the GNU General Public License 18 along with GNU CC; see the file COPYING. If not, write to 19 the Free Software Foundation, 59 Temple Place - Suite 330, 20 Boston, MA 02111-1307, USA. */ 21 22 /* Prototypes for functions in ns32k.c */ 23 24 #ifdef RTX_CODE 25 extern int calc_address_cost PARAMS ((rtx)); 26 extern enum reg_class secondary_reload_class PARAMS ((enum reg_class, 27 enum machine_mode, rtx)); 28 extern int reg_or_mem_operand PARAMS ((rtx, enum machine_mode)); 29 30 extern void split_di PARAMS ((rtx[], int, rtx[], rtx[])); 31 extern void expand_block_move PARAMS ((rtx[])); 32 extern int global_symbolic_reference_mentioned_p PARAMS ((rtx, int)); 33 extern void print_operand PARAMS ((FILE *, rtx, int)); 34 extern void print_operand_address PARAMS ((FILE *, rtx)); 35 extern const char *output_move_double PARAMS ((rtx *)); 36 extern const char *output_shift_insn PARAMS ((rtx *)); 37 extern int symbolic_reference_mentioned_p PARAMS ((rtx)); 38 #endif /* RTX_CODE */ 39 40 #ifdef TREE_CODE 41 extern int ns32k_return_pops_args PARAMS ((tree, tree, int)); 42 #endif /* TREE_CODE */ 43 44 extern int hard_regno_mode_ok PARAMS ((int, enum machine_mode)); 45 extern int register_move_cost PARAMS ((enum reg_class, enum reg_class)); 46 extern const char *output_move_dconst PARAMS ((int, const char *)); 47