1 /* Misc. support for CPU family m32r2f.
3 THIS FILE IS MACHINE GENERATED WITH CGEN.
5 Copyright 1996-2009 Free Software Foundation, Inc.
7 This file is part of the GNU simulators.
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
11 the Free Software Foundation; either version 3, or (at your option)
14 It is distributed in the hope that it will be useful, but WITHOUT
15 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
16 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
17 License for more details.
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.,
21 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
25 #define WANT_CPU m32r2f
26 #define WANT_CPU_M32R2F
31 /* Get the value of h-pc. */
34 m32r2f_h_pc_get (SIM_CPU *current_cpu)
39 /* Set a value for h-pc. */
42 m32r2f_h_pc_set (SIM_CPU *current_cpu, USI newval)
47 /* Get the value of h-gr. */
50 m32r2f_h_gr_get (SIM_CPU *current_cpu, UINT regno)
52 return CPU (h_gr[regno]);
55 /* Set a value for h-gr. */
58 m32r2f_h_gr_set (SIM_CPU *current_cpu, UINT regno, SI newval)
60 CPU (h_gr[regno]) = newval;
63 /* Get the value of h-cr. */
66 m32r2f_h_cr_get (SIM_CPU *current_cpu, UINT regno)
68 return GET_H_CR (regno);
71 /* Set a value for h-cr. */
74 m32r2f_h_cr_set (SIM_CPU *current_cpu, UINT regno, USI newval)
76 SET_H_CR (regno, newval);
79 /* Get the value of h-accum. */
82 m32r2f_h_accum_get (SIM_CPU *current_cpu)
84 return GET_H_ACCUM ();
87 /* Set a value for h-accum. */
90 m32r2f_h_accum_set (SIM_CPU *current_cpu, DI newval)
95 /* Get the value of h-accums. */
98 m32r2f_h_accums_get (SIM_CPU *current_cpu, UINT regno)
100 return GET_H_ACCUMS (regno);
103 /* Set a value for h-accums. */
106 m32r2f_h_accums_set (SIM_CPU *current_cpu, UINT regno, DI newval)
108 SET_H_ACCUMS (regno, newval);
111 /* Get the value of h-cond. */
114 m32r2f_h_cond_get (SIM_CPU *current_cpu)
119 /* Set a value for h-cond. */
122 m32r2f_h_cond_set (SIM_CPU *current_cpu, BI newval)
124 CPU (h_cond) = newval;
127 /* Get the value of h-psw. */
130 m32r2f_h_psw_get (SIM_CPU *current_cpu)
135 /* Set a value for h-psw. */
138 m32r2f_h_psw_set (SIM_CPU *current_cpu, UQI newval)
143 /* Get the value of h-bpsw. */
146 m32r2f_h_bpsw_get (SIM_CPU *current_cpu)
151 /* Set a value for h-bpsw. */
154 m32r2f_h_bpsw_set (SIM_CPU *current_cpu, UQI newval)
156 CPU (h_bpsw) = newval;
159 /* Get the value of h-bbpsw. */
162 m32r2f_h_bbpsw_get (SIM_CPU *current_cpu)
164 return CPU (h_bbpsw);
167 /* Set a value for h-bbpsw. */
170 m32r2f_h_bbpsw_set (SIM_CPU *current_cpu, UQI newval)
172 CPU (h_bbpsw) = newval;
175 /* Get the value of h-lock. */
178 m32r2f_h_lock_get (SIM_CPU *current_cpu)
183 /* Set a value for h-lock. */
186 m32r2f_h_lock_set (SIM_CPU *current_cpu, BI newval)
188 CPU (h_lock) = newval;
191 /* Record trace results for INSN. */
194 m32r2f_record_trace_results (SIM_CPU *current_cpu, CGEN_INSN *insn,
195 int *indices, TRACE_RECORD *tr)