comparison gcc/config/v850/v850-modes.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 /* Definitions of target machine for GNU compiler. NEC V850 series 1 /* Definitions of target machine for GNU compiler. NEC V850 series
2 Copyright (C) 2005-2017 Free Software Foundation, Inc. 2 Copyright (C) 2005-2018 Free Software Foundation, Inc.
3 Contributed by NEC EL 3 Contributed by NEC EL
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
16 16
17 You should have received a copy of the GNU General Public License 17 You should have received a copy of the GNU General Public License
18 along with GCC; see the file COPYING3. If not see 18 along with GCC; see the file COPYING3. If not see
19 <http://www.gnu.org/licenses/>. */ 19 <http://www.gnu.org/licenses/>. */
20 20
21 CC_MODE (CCZ);
22 CC_MODE (CCNZ);
21 CC_MODE (CC_FPU_LT); 23 CC_MODE (CC_FPU_LT);
22 CC_MODE (CC_FPU_LE); 24 CC_MODE (CC_FPU_LE);
23 CC_MODE (CC_FPU_GT); 25 CC_MODE (CC_FPU_GT);
24 CC_MODE (CC_FPU_GE); 26 CC_MODE (CC_FPU_GE);
25 CC_MODE (CC_FPU_EQ); 27 CC_MODE (CC_FPU_EQ);