comparison gcc/config/ia64/ia64-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 /* Definitions of target machine for GNU compiler for IA-64. 1 /* Definitions of target machine for GNU compiler for IA-64.
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
60 machine_mode, rtx); 60 machine_mode, rtx);
61 extern const char *get_bundle_name (int); 61 extern const char *get_bundle_name (int);
62 extern const char *output_probe_stack_range (rtx, rtx); 62 extern const char *output_probe_stack_range (rtx, rtx);
63 63
64 extern void ia64_expand_vec_perm_even_odd (rtx, rtx, rtx, int); 64 extern void ia64_expand_vec_perm_even_odd (rtx, rtx, rtx, int);
65 extern bool ia64_expand_vec_perm_const (rtx op[4]);
66 extern void ia64_expand_vec_setv2sf (rtx op[3]); 65 extern void ia64_expand_vec_setv2sf (rtx op[3]);
67 #endif /* RTX_CODE */ 66 #endif /* RTX_CODE */
68 67
69 #ifdef TREE_CODE 68 #ifdef TREE_CODE
70 #ifdef RTX_CODE 69 #ifdef RTX_CODE