comparison gcc/config/m32c/m32c-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 /* Target Prototypes for R8C/M16C/M32C 1 /* Target Prototypes for R8C/M16C/M32C
2 Copyright (C) 2005-2018 Free Software Foundation, Inc. 2 Copyright (C) 2005-2020 Free Software Foundation, Inc.
3 Contributed by Red Hat. 3 Contributed by Red Hat.
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
41 rtx m32c_eh_return_stackadj_rtx (void); 41 rtx m32c_eh_return_stackadj_rtx (void);
42 void m32c_emit_eh_epilogue (rtx); 42 void m32c_emit_eh_epilogue (rtx);
43 int m32c_expand_cmpstr (rtx *); 43 int m32c_expand_cmpstr (rtx *);
44 int m32c_expand_insv (rtx *); 44 int m32c_expand_insv (rtx *);
45 int m32c_expand_movcc (rtx *); 45 int m32c_expand_movcc (rtx *);
46 int m32c_expand_movmemhi (rtx *); 46 int m32c_expand_cpymemhi (rtx *);
47 int m32c_expand_movstr (rtx *); 47 int m32c_expand_movstr (rtx *);
48 void m32c_expand_neg_mulpsi3 (rtx *); 48 void m32c_expand_neg_mulpsi3 (rtx *);
49 int m32c_expand_setmemhi (rtx *); 49 int m32c_expand_setmemhi (rtx *);
50 bool m32c_matches_constraint_p (rtx, int); 50 bool m32c_matches_constraint_p (rtx, int);
51 bool m32c_illegal_subreg_p (rtx); 51 bool m32c_illegal_subreg_p (rtx);