comparison gcc/config/mips/mips-cpus.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 /* MIPS CPU names. 1 /* MIPS CPU names.
2 Copyright (C) 1989-2017 Free Software Foundation, Inc. 2 Copyright (C) 1989-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
169 MIPS_CPU ("octeon3", PROCESSOR_OCTEON3, 65, PTF_AVOID_BRANCHLIKELY_SPEED) 169 MIPS_CPU ("octeon3", PROCESSOR_OCTEON3, 65, PTF_AVOID_BRANCHLIKELY_SPEED)
170 MIPS_CPU ("xlp", PROCESSOR_XLP, 65, PTF_AVOID_BRANCHLIKELY_SPEED) 170 MIPS_CPU ("xlp", PROCESSOR_XLP, 65, PTF_AVOID_BRANCHLIKELY_SPEED)
171 171
172 /* MIPS64 Release 6 processors. */ 172 /* MIPS64 Release 6 processors. */
173 MIPS_CPU ("i6400", PROCESSOR_I6400, 69, 0) 173 MIPS_CPU ("i6400", PROCESSOR_I6400, 69, 0)
174 MIPS_CPU ("i6500", PROCESSOR_I6400, 69, 0)
175 MIPS_CPU ("p6600", PROCESSOR_P6600, 69, 0)