| OLD | NEW |
| 1 /* Simulator instruction decoder for frvbf. | 1 /* Simulator instruction decoder for frvbf. |
| 2 | 2 |
| 3 THIS FILE IS MACHINE GENERATED WITH CGEN. | 3 THIS FILE IS MACHINE GENERATED WITH CGEN. |
| 4 | 4 |
| 5 Copyright 1996-2010, 2012 Free Software Foundation, Inc. | 5 Copyright 1996-2013 Free Software Foundation, Inc. |
| 6 | 6 |
| 7 This file is part of the GNU simulators. | 7 This file is part of the GNU simulators. |
| 8 | 8 |
| 9 This file is free software; you can redistribute it and/or modify | 9 This file is free software; you can redistribute it and/or modify |
| 10 it under the terms of the GNU General Public License as published by | 10 it under the terms of the GNU General Public License as published by |
| 11 the Free Software Foundation; either version 3, or (at your option) | 11 the Free Software Foundation; either version 3, or (at your option) |
| 12 any later version. | 12 any later version. |
| 13 | 13 |
| 14 It is distributed in the hope that it will be useful, but WITHOUT | 14 It is distributed in the hope that it will be useful, but WITHOUT |
| 15 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY | 15 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY |
| 16 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public | 16 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public |
| 17 License for more details. | 17 License for more details. |
| 18 | 18 |
| 19 You should have received a copy of the GNU General Public License along | 19 You should have received a copy of the GNU General Public License along |
| 20 with this program; if not, write to the Free Software Foundation, Inc., | 20 with this program; if not, see <http://www.gnu.org/licenses/>. |
| 21 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. | |
| 22 | 21 |
| 23 */ | 22 */ |
| 24 | 23 |
| 25 #define WANT_CPU frvbf | 24 #define WANT_CPU frvbf |
| 26 #define WANT_CPU_FRVBF | 25 #define WANT_CPU_FRVBF |
| 27 | 26 |
| 28 #include "sim-main.h" | 27 #include "sim-main.h" |
| 29 #include "sim-assert.h" | 28 #include "sim-assert.h" |
| 30 | 29 |
| 31 /* The instruction descriptor array. | 30 /* The instruction descriptor array. |
| (...skipping 12299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12331 FLD (in_ACCGk) = f_ACCGk; | 12330 FLD (in_ACCGk) = f_ACCGk; |
| 12332 FLD (in_FRinti) = f_FRi; | 12331 FLD (in_FRinti) = f_FRi; |
| 12333 FLD (out_ACCGk) = f_ACCGk; | 12332 FLD (out_ACCGk) = f_ACCGk; |
| 12334 } | 12333 } |
| 12335 #endif | 12334 #endif |
| 12336 #undef FLD | 12335 #undef FLD |
| 12337 return idesc; | 12336 return idesc; |
| 12338 } | 12337 } |
| 12339 | 12338 |
| 12340 } | 12339 } |
| OLD | NEW |