sim: update device_error() prototype
[deliverable/binutils-gdb.git] / sim / sh64 / sh64-sim.h
index fc3ed7add09cb5eb5763f49109a48f3305fefbe7..435e12e25fc3c10c405b3164071dff74957cc4c2 100644 (file)
@@ -1,22 +1,21 @@
 /* collection of junk waiting time to sort out
-   Copyright (C) 2000 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2006, 2008, 2009, 2010 Free Software Foundation, Inc.
    Contributed by Red Hat, Inc.
 
 This file is part of the GNU Simulators.
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2, or (at your option)
-any later version.
+the Free Software Foundation; either version 3 of the License, or
+(at your option) any later version.
 
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 
-You should have received a copy of the GNU General Public License along
-with this program; if not, write to the Free Software Foundation, Inc.,
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+You should have received a copy of the GNU General Public License
+along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #ifndef SH64_SIM_H
 #define SH64_SIM_H
@@ -42,6 +41,7 @@ extern IDESC * sh64_idesc_compact;
 
 BI sh64_endian (SIM_CPU *);
 VOID sh64_break (SIM_CPU *, PCADDR);
+SI sh64_movua (SIM_CPU *, PCADDR, SI);
 VOID sh64_trapa (SIM_CPU *, DI, PCADDR);
 VOID sh64_compact_trapa (SIM_CPU *, UQI, PCADDR);
 
@@ -74,7 +74,12 @@ DF sh64_ftrcdq (SIM_CPU *, DF);
 SF sh64_ftrcsl (SIM_CPU *, SF);
 DF sh64_ftrcsq (SIM_CPU *, SF);
 VOID sh64_ftrvs (SIM_CPU *, unsigned, unsigned, unsigned);
-
+VOID sh64_fipr (SIM_CPU *cpu, unsigned m, unsigned n);
+SF sh64_fiprs (SIM_CPU *cpu, unsigned g, unsigned h);
+VOID sh64_fldp (SIM_CPU *cpu, PCADDR pc, DI rm, DI rn, unsigned f);
+VOID sh64_fstp (SIM_CPU *cpu, PCADDR pc, DI rm, DI rn, unsigned f);
+VOID sh64_ftrv (SIM_CPU *cpu, UINT ignored);
+VOID sh64_pref (SIM_CPU *cpu, SI addr);
 BI sh64_fcmpeqs (SIM_CPU *, SF, SF);
 BI sh64_fcmpeqd (SIM_CPU *, DF, DF);
 BI sh64_fcmpges (SIM_CPU *, SF, SF);
This page took 0.036532 seconds and 4 git commands to generate.