Mercurial > hg > CbC > CbC_gcc
comparison gcc/config/v850/v850-protos.h @ 131:84e7813d76e9
gcc-8.2
author | mir3636 |
---|---|
date | Thu, 25 Oct 2018 07:37:49 +0900 |
parents | 04ced10e8804 |
children | 1830386684a0 |
comparison
equal
deleted
inserted
replaced
111:04ced10e8804 | 131:84e7813d76e9 |
---|---|
1 /* Prototypes for v850.c functions used in the md file & elsewhere. | 1 /* Prototypes for v850.c functions used in the md file & elsewhere. |
2 Copyright (C) 1999-2017 Free Software Foundation, Inc. | 2 Copyright (C) 1999-2018 Free Software Foundation, Inc. |
3 | 3 |
4 This file is part of GCC. | 4 This file is part of GCC. |
5 | 5 |
6 GCC is free software; you can redistribute it and/or modify | 6 GCC is free software; you can redistribute it and/or modify |
7 it under the terms of the GNU General Public License as published by | 7 it under the terms of the GNU General Public License as published by |
24 | 24 |
25 extern void expand_prologue (void); | 25 extern void expand_prologue (void); |
26 extern void expand_epilogue (void); | 26 extern void expand_epilogue (void); |
27 extern int v850_handle_pragma (int (*)(void), void (*)(int), char *); | 27 extern int v850_handle_pragma (int (*)(void), void (*)(int), char *); |
28 extern int compute_register_save_size (long *); | 28 extern int compute_register_save_size (long *); |
29 extern int compute_frame_size (int, long *); | 29 extern int compute_frame_size (poly_int64, long *); |
30 extern void v850_init_expanders (void); | 30 extern void v850_init_expanders (void); |
31 | 31 |
32 #ifdef RTX_CODE | 32 #ifdef RTX_CODE |
33 extern rtx v850_return_addr (int); | 33 extern rtx v850_return_addr (int); |
34 extern const char *output_move_single (rtx *); | 34 extern const char *output_move_single (rtx *); |
35 extern void notice_update_cc (rtx, rtx_insn *); | |
36 extern char * construct_save_jarl (rtx); | 35 extern char * construct_save_jarl (rtx); |
37 extern char * construct_restore_jr (rtx); | 36 extern char * construct_restore_jr (rtx); |
38 #ifdef HAVE_MACHINE_MODES | 37 #ifdef HAVE_MACHINE_MODES |
39 extern char * construct_dispose_instruction (rtx); | 38 extern char * construct_dispose_instruction (rtx); |
40 extern char * construct_prepare_instruction (rtx); | 39 extern char * construct_prepare_instruction (rtx); |