comparison gcc/config/nvptx/nvptx-protos.h @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* Prototypes for exported functions defined in nvptx.c. 1 /* Prototypes for exported functions defined in nvptx.c.
2 Copyright (C) 2014-2018 Free Software Foundation, Inc. 2 Copyright (C) 2014-2020 Free Software Foundation, Inc.
3 Contributed by Bernd Schmidt <bernds@codesourcery.com> 3 Contributed by Bernd Schmidt <bernds@codesourcery.com>
4 4
5 This file is part of GCC. 5 This file is part of GCC.
6 6
7 GCC is free software; you can redistribute it and/or modify it 7 GCC is free software; you can redistribute it and/or modify it
54 extern const char *nvptx_output_call_insn (rtx_insn *, rtx, rtx); 54 extern const char *nvptx_output_call_insn (rtx_insn *, rtx, rtx);
55 extern const char *nvptx_output_return (void); 55 extern const char *nvptx_output_return (void);
56 extern const char *nvptx_output_set_softstack (unsigned); 56 extern const char *nvptx_output_set_softstack (unsigned);
57 extern const char *nvptx_output_simt_enter (rtx, rtx, rtx); 57 extern const char *nvptx_output_simt_enter (rtx, rtx, rtx);
58 extern const char *nvptx_output_simt_exit (rtx); 58 extern const char *nvptx_output_simt_exit (rtx);
59 extern const char *nvptx_output_red_partition (rtx, rtx);
59 #endif 60 #endif
60 #endif 61 #endif