Deleted Added
full compact
i386-protos.h (90075) i386-protos.h (96263)
1/* Definitions of target machine for GNU compiler for IA-32.
2 Copyright (C) 1988, 1992, 1994, 1995, 1996, 1996, 1997, 1998, 1999,
3 2000, 2001 Free Software Foundation, Inc.
4
5This file is part of GNU CC.
6
7GNU CC is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by

--- 155 unchanged lines hidden (view full) ---

164 enum machine_mode, int));
165extern enum reg_class ix86_preferred_reload_class PARAMS ((rtx,
166 enum reg_class));
167extern int ix86_memory_move_cost PARAMS ((enum machine_mode, enum reg_class,
168 int));
169extern void ix86_set_move_mem_attrs PARAMS ((rtx, rtx, rtx, rtx, rtx));
170extern void emit_i387_cw_initialization PARAMS ((rtx, rtx));
171extern bool ix86_fp_jump_nontrivial_p PARAMS ((enum rtx_code));
1/* Definitions of target machine for GNU compiler for IA-32.
2 Copyright (C) 1988, 1992, 1994, 1995, 1996, 1996, 1997, 1998, 1999,
3 2000, 2001 Free Software Foundation, Inc.
4
5This file is part of GNU CC.
6
7GNU CC is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by

--- 155 unchanged lines hidden (view full) ---

164 enum machine_mode, int));
165extern enum reg_class ix86_preferred_reload_class PARAMS ((rtx,
166 enum reg_class));
167extern int ix86_memory_move_cost PARAMS ((enum machine_mode, enum reg_class,
168 int));
169extern void ix86_set_move_mem_attrs PARAMS ((rtx, rtx, rtx, rtx, rtx));
170extern void emit_i387_cw_initialization PARAMS ((rtx, rtx));
171extern bool ix86_fp_jump_nontrivial_p PARAMS ((enum rtx_code));
172extern void x86_order_regs_for_local_alloc PARAMS ((void));
172
173
174#ifdef TREE_CODE
175extern void init_cumulative_args PARAMS ((CUMULATIVE_ARGS *, tree, rtx));
176extern rtx function_arg PARAMS ((CUMULATIVE_ARGS *, enum machine_mode, tree, int));
177extern void function_arg_advance PARAMS ((CUMULATIVE_ARGS *, enum machine_mode,
178 tree, int));
179extern rtx ix86_function_value PARAMS ((tree));

--- 20 unchanged lines hidden ---
173
174
175#ifdef TREE_CODE
176extern void init_cumulative_args PARAMS ((CUMULATIVE_ARGS *, tree, rtx));
177extern rtx function_arg PARAMS ((CUMULATIVE_ARGS *, enum machine_mode, tree, int));
178extern void function_arg_advance PARAMS ((CUMULATIVE_ARGS *, enum machine_mode,
179 tree, int));
180extern rtx ix86_function_value PARAMS ((tree));

--- 20 unchanged lines hidden ---