comparison gcc/config/arc/builtins.def @ 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 /* Copyright (C) 2015-2017 Free Software Foundation, Inc. 1 /* Copyright (C) 2015-2018 Free Software Foundation, Inc.
2 2
3 This file is part of GCC. 3 This file is part of GCC.
4 4
5 GCC is free software; you can redistribute it and/or modify it under 5 GCC is free software; you can redistribute it and/or modify it under
6 the terms of the GNU General Public License as published by the Free 6 the terms of the GNU General Public License as published by the Free
32 MASK: CPU selector mask. */ 32 MASK: CPU selector mask. */
33 33
34 /* Special builtins. */ 34 /* Special builtins. */
35 DEF_BUILTIN (NOP, 0, void_ftype_void, nothing, 1) 35 DEF_BUILTIN (NOP, 0, void_ftype_void, nothing, 1)
36 DEF_BUILTIN (RTIE, 0, void_ftype_void, rtie, 1) 36 DEF_BUILTIN (RTIE, 0, void_ftype_void, rtie, 1)
37 DEF_BUILTIN (SYNC, 0, void_ftype_void, sync, TARGET_ARC700) 37 DEF_BUILTIN (SYNC, 0, void_ftype_void, sync, 1)
38 DEF_BUILTIN (BRK, 0, void_ftype_void, brk, 1) 38 DEF_BUILTIN (BRK, 0, void_ftype_void, brk, 1)
39 DEF_BUILTIN (SWI, 0, void_ftype_void, swi, 1) 39 DEF_BUILTIN (SWI, 0, void_ftype_void, swi, 1)
40 DEF_BUILTIN (UNIMP_S, 0, void_ftype_void, unimp_s, !TARGET_ARC600_FAMILY) 40 DEF_BUILTIN (UNIMP_S, 0, void_ftype_void, unimp_s, !TARGET_ARC600_FAMILY)
41 DEF_BUILTIN (TRAP_S, 1, void_ftype_usint, trap_s, !TARGET_ARC600_FAMILY) 41 DEF_BUILTIN (TRAP_S, 1, void_ftype_usint, trap_s, !TARGET_ARC600_FAMILY)
42 DEF_BUILTIN (ALIGNED, 2, int_ftype_pcvoid_int, nothing, 1) 42 DEF_BUILTIN (ALIGNED, 2, int_ftype_pcvoid_int, nothing, 1)