1 /* Misc. support for CPU family m32rbf.
3 THIS FILE IS MACHINE GENERATED WITH CGEN.
5 Copyright 1996-2020 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, see <http://www.gnu.org/licenses/>.
24 #define WANT_CPU m32rbf
25 #define WANT_CPU_M32RBF
30 /* Get the value of h-pc. */
33 m32rbf_h_pc_get (SIM_CPU
*current_cpu
)
38 /* Set a value for h-pc. */
41 m32rbf_h_pc_set (SIM_CPU
*current_cpu
, USI newval
)
46 /* Get the value of h-gr. */
49 m32rbf_h_gr_get (SIM_CPU
*current_cpu
, UINT regno
)
51 return CPU (h_gr
[regno
]);
54 /* Set a value for h-gr. */
57 m32rbf_h_gr_set (SIM_CPU
*current_cpu
, UINT regno
, SI newval
)
59 CPU (h_gr
[regno
]) = newval
;
62 /* Get the value of h-cr. */
65 m32rbf_h_cr_get (SIM_CPU
*current_cpu
, UINT regno
)
67 return GET_H_CR (regno
);
70 /* Set a value for h-cr. */
73 m32rbf_h_cr_set (SIM_CPU
*current_cpu
, UINT regno
, USI newval
)
75 SET_H_CR (regno
, newval
);
78 /* Get the value of h-accum. */
81 m32rbf_h_accum_get (SIM_CPU
*current_cpu
)
83 return GET_H_ACCUM ();
86 /* Set a value for h-accum. */
89 m32rbf_h_accum_set (SIM_CPU
*current_cpu
, DI newval
)
94 /* Get the value of h-cond. */
97 m32rbf_h_cond_get (SIM_CPU
*current_cpu
)
102 /* Set a value for h-cond. */
105 m32rbf_h_cond_set (SIM_CPU
*current_cpu
, BI newval
)
107 CPU (h_cond
) = newval
;
110 /* Get the value of h-psw. */
113 m32rbf_h_psw_get (SIM_CPU
*current_cpu
)
118 /* Set a value for h-psw. */
121 m32rbf_h_psw_set (SIM_CPU
*current_cpu
, UQI newval
)
126 /* Get the value of h-bpsw. */
129 m32rbf_h_bpsw_get (SIM_CPU
*current_cpu
)
134 /* Set a value for h-bpsw. */
137 m32rbf_h_bpsw_set (SIM_CPU
*current_cpu
, UQI newval
)
139 CPU (h_bpsw
) = newval
;
142 /* Get the value of h-bbpsw. */
145 m32rbf_h_bbpsw_get (SIM_CPU
*current_cpu
)
147 return CPU (h_bbpsw
);
150 /* Set a value for h-bbpsw. */
153 m32rbf_h_bbpsw_set (SIM_CPU
*current_cpu
, UQI newval
)
155 CPU (h_bbpsw
) = newval
;
158 /* Get the value of h-lock. */
161 m32rbf_h_lock_get (SIM_CPU
*current_cpu
)
166 /* Set a value for h-lock. */
169 m32rbf_h_lock_set (SIM_CPU
*current_cpu
, BI newval
)
171 CPU (h_lock
) = newval
;
174 /* Record trace results for INSN. */
177 m32rbf_record_trace_results (SIM_CPU
*current_cpu
, CGEN_INSN
*insn
,
178 int *indices
, TRACE_RECORD
*tr
)
This page took 0.034045 seconds and 4 git commands to generate.