annotate gcc/config/pa/pa-protos.h @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 /* Prototypes for pa.c functions used in the md file & elsewhere.
131
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
2 Copyright (C) 2000-2018 Free Software Foundation, Inc.
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
3
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 This file is part of GCC.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
5
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
6 GCC is free software; you can redistribute it and/or modify
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
7 it under the terms of the GNU General Public License as published by
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
8 the Free Software Foundation; either version 3, or (at your option)
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
9 any later version.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
10
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
11 GCC is distributed in the hope that it will be useful,
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
14 GNU General Public License for more details.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
15
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
16 You should have received a copy of the GNU General Public License
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
17 along with GCC; see the file COPYING3. If not see
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
18 <http://www.gnu.org/licenses/>. */
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
19
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
20 #ifdef RTX_CODE
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
21 /* Prototype function used in various macros. */
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
22 extern rtx pa_eh_return_handler_rtx (void);
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
23
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
24 /* Define functions in pa.c and used in insn-output.c. */
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
25
111
kono
parents: 67
diff changeset
26 extern const char *pa_output_and (rtx *);
kono
parents: 67
diff changeset
27 extern const char *pa_output_64bit_and (rtx *);
kono
parents: 67
diff changeset
28 extern const char *pa_output_ior (rtx *);
kono
parents: 67
diff changeset
29 extern const char *pa_output_64bit_ior (rtx *);
kono
parents: 67
diff changeset
30 extern const char *pa_output_move_double (rtx *);
kono
parents: 67
diff changeset
31 extern const char *pa_output_fp_move_double (rtx *);
kono
parents: 67
diff changeset
32 extern const char *pa_output_block_move (rtx *, int);
kono
parents: 67
diff changeset
33 extern const char *pa_output_block_clear (rtx *, int);
kono
parents: 67
diff changeset
34 extern const char *pa_output_cbranch (rtx *, int, rtx_insn *);
kono
parents: 67
diff changeset
35 extern const char *pa_output_lbranch (rtx, rtx_insn *, int);
kono
parents: 67
diff changeset
36 extern const char *pa_output_bb (rtx *, int, rtx_insn *, int);
kono
parents: 67
diff changeset
37 extern const char *pa_output_bvb (rtx *, int, rtx_insn *, int);
kono
parents: 67
diff changeset
38 extern const char *pa_output_dbra (rtx *, rtx_insn *, int);
kono
parents: 67
diff changeset
39 extern const char *pa_output_movb (rtx *, rtx_insn *, int, int);
kono
parents: 67
diff changeset
40 extern const char *pa_output_parallel_movb (rtx *, rtx_insn *);
kono
parents: 67
diff changeset
41 extern const char *pa_output_parallel_addb (rtx *, rtx_insn *);
kono
parents: 67
diff changeset
42 extern const char *pa_output_call (rtx_insn *, rtx, int);
kono
parents: 67
diff changeset
43 extern const char *pa_output_indirect_call (rtx_insn *, rtx);
kono
parents: 67
diff changeset
44 extern const char *pa_output_millicode_call (rtx_insn *, rtx);
kono
parents: 67
diff changeset
45 extern const char *pa_output_mul_insn (int, rtx_insn *);
kono
parents: 67
diff changeset
46 extern const char *pa_output_div_insn (rtx *, int, rtx_insn *);
kono
parents: 67
diff changeset
47 extern const char *pa_output_mod_insn (int, rtx_insn *);
kono
parents: 67
diff changeset
48 extern const char *pa_singlemove_string (rtx *);
kono
parents: 67
diff changeset
49 extern void pa_output_addr_vec (rtx, rtx);
kono
parents: 67
diff changeset
50 extern void pa_output_addr_diff_vec (rtx, rtx);
kono
parents: 67
diff changeset
51 extern void pa_output_arg_descriptor (rtx_insn *);
kono
parents: 67
diff changeset
52 extern void pa_output_global_address (FILE *, rtx, int);
kono
parents: 67
diff changeset
53 extern void pa_print_operand (FILE *, rtx, int);
kono
parents: 67
diff changeset
54 extern void pa_encode_label (rtx);
kono
parents: 67
diff changeset
55 extern int pa_symbolic_expression_p (rtx);
kono
parents: 67
diff changeset
56 extern int pa_adjust_insn_length (rtx_insn *, int);
kono
parents: 67
diff changeset
57 extern int pa_fmpyaddoperands (rtx *);
kono
parents: 67
diff changeset
58 extern int pa_fmpysuboperands (rtx *);
kono
parents: 67
diff changeset
59 extern void pa_emit_bcond_fp (rtx[]);
kono
parents: 67
diff changeset
60 extern int pa_emit_move_sequence (rtx *, machine_mode, rtx);
kono
parents: 67
diff changeset
61 extern int pa_emit_hpdiv_const (rtx *, int);
kono
parents: 67
diff changeset
62 extern int pa_is_function_label_plus_const (rtx);
kono
parents: 67
diff changeset
63 extern int pa_fpstore_bypass_p (rtx_insn *, rtx_insn *);
kono
parents: 67
diff changeset
64 extern int pa_attr_length_millicode_call (rtx_insn *);
kono
parents: 67
diff changeset
65 extern int pa_attr_length_call (rtx_insn *, int);
kono
parents: 67
diff changeset
66 extern int pa_attr_length_indirect_call (rtx_insn *);
kono
parents: 67
diff changeset
67 extern rtx pa_legitimize_reload_address (rtx, machine_mode,
kono
parents: 67
diff changeset
68 int, int, int);
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
69
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
70 /* Declare functions defined in pa.c and used in templates. */
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
71
111
kono
parents: 67
diff changeset
72 extern rtx pa_return_addr_rtx (int, rtx);
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
73
111
kono
parents: 67
diff changeset
74 extern int pa_insn_refs_are_delayed (rtx_insn *);
kono
parents: 67
diff changeset
75 extern rtx pa_get_deferred_plabel (rtx);
kono
parents: 67
diff changeset
76 extern rtx pa_maybe_emit_compare_and_swap_exchange_loop (rtx, rtx, rtx);
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
77 #endif /* RTX_CODE */
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
78
111
kono
parents: 67
diff changeset
79 extern int pa_and_mask_p (unsigned HOST_WIDE_INT);
kono
parents: 67
diff changeset
80 extern int pa_cint_ok_for_move (unsigned HOST_WIDE_INT);
kono
parents: 67
diff changeset
81 extern int pa_ior_mask_p (unsigned HOST_WIDE_INT);
kono
parents: 67
diff changeset
82 extern int pa_ldil_cint_p (unsigned HOST_WIDE_INT);
kono
parents: 67
diff changeset
83 extern int pa_mem_shadd_constant_p (int);
kono
parents: 67
diff changeset
84 extern int pa_shadd_constant_p (int);
kono
parents: 67
diff changeset
85 extern int pa_zdepi_cint_p (unsigned HOST_WIDE_INT);
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
86
111
kono
parents: 67
diff changeset
87 extern void pa_output_ascii (FILE *, const char *, int);
131
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
88 extern HOST_WIDE_INT pa_compute_frame_size (poly_int64, int *);
111
kono
parents: 67
diff changeset
89 extern void pa_expand_prologue (void);
kono
parents: 67
diff changeset
90 extern void pa_expand_epilogue (void);
kono
parents: 67
diff changeset
91 extern bool pa_can_use_return_insn (void);
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
92
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
93 /* Miscellaneous functions in pa.c. */
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
94 #ifdef TREE_CODE
111
kono
parents: 67
diff changeset
95 extern int pa_reloc_needed (tree);
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
96 extern bool pa_return_in_memory (const_tree, const_tree);
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
97 #endif /* TREE_CODE */
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
98
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
99 extern void pa_asm_output_aligned_bss (FILE *, const char *,
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
100 unsigned HOST_WIDE_INT,
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
101 unsigned int);
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
102 extern void pa_asm_output_aligned_common (FILE *, const char *,
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
103 unsigned HOST_WIDE_INT,
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
104 unsigned int);
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
105 extern void pa_asm_output_aligned_local (FILE *, const char *,
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
106 unsigned HOST_WIDE_INT,
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
107 unsigned int);
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
108 extern void pa_hpux_asm_output_external (FILE *, tree, const char *);
67
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
109 extern HOST_WIDE_INT pa_initial_elimination_offset (int, int);
131
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
110 extern HOST_WIDE_INT pa_function_arg_size (machine_mode, const_tree);
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
111
111
kono
parents: 67
diff changeset
112 extern const int pa_magic_milli[];