📄 cpu.c
字号:
/* Misc. support for CPU family frvbf.THIS FILE IS MACHINE GENERATED WITH CGEN.Copyright 1996-2004 Free Software Foundation, Inc.This file is part of the GNU simulators.This program is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 2, 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 ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See theGNU General Public License for more details.You should have received a copy of the GNU General Public License alongwith this program; if not, write to the Free Software Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.*/#define WANT_CPU frvbf#define WANT_CPU_FRVBF#include "sim-main.h"#include "cgen-ops.h"/* Get the value of h-pc. */USIfrvbf_h_pc_get (SIM_CPU *current_cpu){ return CPU (h_pc);}/* Set a value for h-pc. */voidfrvbf_h_pc_set (SIM_CPU *current_cpu, USI newval){ CPU (h_pc) = newval;}/* Get the value of h-psr_imple. */UQIfrvbf_h_psr_imple_get (SIM_CPU *current_cpu){ return CPU (h_psr_imple);}/* Set a value for h-psr_imple. */voidfrvbf_h_psr_imple_set (SIM_CPU *current_cpu, UQI newval){ CPU (h_psr_imple) = newval;}/* Get the value of h-psr_ver. */UQIfrvbf_h_psr_ver_get (SIM_CPU *current_cpu){ return CPU (h_psr_ver);}/* Set a value for h-psr_ver. */voidfrvbf_h_psr_ver_set (SIM_CPU *current_cpu, UQI newval){ CPU (h_psr_ver) = newval;}/* Get the value of h-psr_ice. */BIfrvbf_h_psr_ice_get (SIM_CPU *current_cpu){ return CPU (h_psr_ice);}/* Set a value for h-psr_ice. */voidfrvbf_h_psr_ice_set (SIM_CPU *current_cpu, BI newval){ CPU (h_psr_ice) = newval;}/* Get the value of h-psr_nem. */BIfrvbf_h_psr_nem_get (SIM_CPU *current_cpu){ return CPU (h_psr_nem);}/* Set a value for h-psr_nem. */voidfrvbf_h_psr_nem_set (SIM_CPU *current_cpu, BI newval){ CPU (h_psr_nem) = newval;}/* Get the value of h-psr_cm. */BIfrvbf_h_psr_cm_get (SIM_CPU *current_cpu){ return CPU (h_psr_cm);}/* Set a value for h-psr_cm. */voidfrvbf_h_psr_cm_set (SIM_CPU *current_cpu, BI newval){ CPU (h_psr_cm) = newval;}/* Get the value of h-psr_be. */BIfrvbf_h_psr_be_get (SIM_CPU *current_cpu){ return CPU (h_psr_be);}/* Set a value for h-psr_be. */voidfrvbf_h_psr_be_set (SIM_CPU *current_cpu, BI newval){ CPU (h_psr_be) = newval;}/* Get the value of h-psr_esr. */BIfrvbf_h_psr_esr_get (SIM_CPU *current_cpu){ return CPU (h_psr_esr);}/* Set a value for h-psr_esr. */voidfrvbf_h_psr_esr_set (SIM_CPU *current_cpu, BI newval){ CPU (h_psr_esr) = newval;}/* Get the value of h-psr_ef. */BIfrvbf_h_psr_ef_get (SIM_CPU *current_cpu){ return CPU (h_psr_ef);}/* Set a value for h-psr_ef. */voidfrvbf_h_psr_ef_set (SIM_CPU *current_cpu, BI newval){ CPU (h_psr_ef) = newval;}/* Get the value of h-psr_em. */BIfrvbf_h_psr_em_get (SIM_CPU *current_cpu){ return CPU (h_psr_em);}/* Set a value for h-psr_em. */voidfrvbf_h_psr_em_set (SIM_CPU *current_cpu, BI newval){ CPU (h_psr_em) = newval;}/* Get the value of h-psr_pil. */UQIfrvbf_h_psr_pil_get (SIM_CPU *current_cpu){ return CPU (h_psr_pil);}/* Set a value for h-psr_pil. */voidfrvbf_h_psr_pil_set (SIM_CPU *current_cpu, UQI newval){ CPU (h_psr_pil) = newval;}/* Get the value of h-psr_ps. */BIfrvbf_h_psr_ps_get (SIM_CPU *current_cpu){ return CPU (h_psr_ps);}/* Set a value for h-psr_ps. */voidfrvbf_h_psr_ps_set (SIM_CPU *current_cpu, BI newval){ CPU (h_psr_ps) = newval;}/* Get the value of h-psr_et. */BIfrvbf_h_psr_et_get (SIM_CPU *current_cpu){ return CPU (h_psr_et);}/* Set a value for h-psr_et. */voidfrvbf_h_psr_et_set (SIM_CPU *current_cpu, BI newval){ CPU (h_psr_et) = newval;}/* Get the value of h-psr_s. */BIfrvbf_h_psr_s_get (SIM_CPU *current_cpu){ return CPU (h_psr_s);}/* Set a value for h-psr_s. */voidfrvbf_h_psr_s_set (SIM_CPU *current_cpu, BI newval){ SET_H_PSR_S (newval);}/* Get the value of h-tbr_tba. */USIfrvbf_h_tbr_tba_get (SIM_CPU *current_cpu){ return CPU (h_tbr_tba);}/* Set a value for h-tbr_tba. */voidfrvbf_h_tbr_tba_set (SIM_CPU *current_cpu, USI newval){ CPU (h_tbr_tba) = newval;}/* Get the value of h-tbr_tt. */UQIfrvbf_h_tbr_tt_get (SIM_CPU *current_cpu){ return CPU (h_tbr_tt);}/* Set a value for h-tbr_tt. */voidfrvbf_h_tbr_tt_set (SIM_CPU *current_cpu, UQI newval){ CPU (h_tbr_tt) = newval;}/* Get the value of h-bpsr_bs. */BIfrvbf_h_bpsr_bs_get (SIM_CPU *current_cpu){ return CPU (h_bpsr_bs);}/* Set a value for h-bpsr_bs. */voidfrvbf_h_bpsr_bs_set (SIM_CPU *current_cpu, BI newval){ CPU (h_bpsr_bs) = newval;}/* Get the value of h-bpsr_bet. */BIfrvbf_h_bpsr_bet_get (SIM_CPU *current_cpu){ return CPU (h_bpsr_bet);}/* Set a value for h-bpsr_bet. */voidfrvbf_h_bpsr_bet_set (SIM_CPU *current_cpu, BI newval){ CPU (h_bpsr_bet) = newval;}/* Get the value of h-gr. */USIfrvbf_h_gr_get (SIM_CPU *current_cpu, UINT regno){ return GET_H_GR (regno);}/* Set a value for h-gr. */voidfrvbf_h_gr_set (SIM_CPU *current_cpu, UINT regno, USI newval){ SET_H_GR (regno, newval);}/* Get the value of h-gr_double. */DIfrvbf_h_gr_double_get (SIM_CPU *current_cpu, UINT regno){ return GET_H_GR_DOUBLE (regno);}/* Set a value for h-gr_double. */voidfrvbf_h_gr_double_set (SIM_CPU *current_cpu, UINT regno, DI newval){ SET_H_GR_DOUBLE (regno, newval);}/* Get the value of h-gr_hi. */UHIfrvbf_h_gr_hi_get (SIM_CPU *current_cpu, UINT regno){ return GET_H_GR_HI (regno);}/* Set a value for h-gr_hi. */voidfrvbf_h_gr_hi_set (SIM_CPU *current_cpu, UINT regno, UHI newval){ SET_H_GR_HI (regno, newval);}/* Get the value of h-gr_lo. */UHIfrvbf_h_gr_lo_get (SIM_CPU *current_cpu, UINT regno){ return GET_H_GR_LO (regno);}/* Set a value for h-gr_lo. */voidfrvbf_h_gr_lo_set (SIM_CPU *current_cpu, UINT regno, UHI newval){ SET_H_GR_LO (regno, newval);}/* Get the value of h-fr. */SFfrvbf_h_fr_get (SIM_CPU *current_cpu, UINT regno){ return GET_H_FR (regno);}/* Set a value for h-fr. */voidfrvbf_h_fr_set (SIM_CPU *current_cpu, UINT regno, SF newval){ SET_H_FR (regno, newval);}/* Get the value of h-fr_double. */DFfrvbf_h_fr_double_get (SIM_CPU *current_cpu, UINT regno){ return GET_H_FR_DOUBLE (regno);}/* Set a value for h-fr_double. */voidfrvbf_h_fr_double_set (SIM_CPU *current_cpu, UINT regno, DF newval){ SET_H_FR_DOUBLE (regno, newval);}/* Get the value of h-fr_int. */USIfrvbf_h_fr_int_get (SIM_CPU *current_cpu, UINT regno){ return GET_H_FR_INT (regno);}/* Set a value for h-fr_int. */voidfrvbf_h_fr_int_set (SIM_CPU *current_cpu, UINT regno, USI newval){ SET_H_FR_INT (regno, newval);}/* Get the value of h-fr_hi. */UHIfrvbf_h_fr_hi_get (SIM_CPU *current_cpu, UINT regno){ return GET_H_FR_HI (regno);}/* Set a value for h-fr_hi. */voidfrvbf_h_fr_hi_set (SIM_CPU *current_cpu, UINT regno, UHI newval){ SET_H_FR_HI (regno, newval);}/* Get the value of h-fr_lo. */UHIfrvbf_h_fr_lo_get (SIM_CPU *current_cpu, UINT regno){ return GET_H_FR_LO (regno);}/* Set a value for h-fr_lo. */voidfrvbf_h_fr_lo_set (SIM_CPU *current_cpu, UINT regno, UHI newval){ SET_H_FR_LO (regno, newval);}/* Get the value of h-fr_0. */UHIfrvbf_h_fr_0_get (SIM_CPU *current_cpu, UINT regno){ return GET_H_FR_0 (regno);}/* Set a value for h-fr_0. */voidfrvbf_h_fr_0_set (SIM_CPU *current_cpu, UINT regno, UHI newval){ SET_H_FR_0 (regno, newval);}/* Get the value of h-fr_1. */UHIfrvbf_h_fr_1_get (SIM_CPU *current_cpu, UINT regno){ return GET_H_FR_1 (regno);}/* Set a value for h-fr_1. */voidfrvbf_h_fr_1_set (SIM_CPU *current_cpu, UINT regno, UHI newval){ SET_H_FR_1 (regno, newval);}/* Get the value of h-fr_2. */UHIfrvbf_h_fr_2_get (SIM_CPU *current_cpu, UINT regno){ return GET_H_FR_2 (regno);}/* Set a value for h-fr_2. */voidfrvbf_h_fr_2_set (SIM_CPU *current_cpu, UINT regno, UHI newval){ SET_H_FR_2 (regno, newval);}/* Get the value of h-fr_3. */UHIfrvbf_h_fr_3_get (SIM_CPU *current_cpu, UINT regno){ return GET_H_FR_3 (regno);}/* Set a value for h-fr_3. */voidfrvbf_h_fr_3_set (SIM_CPU *current_cpu, UINT regno, UHI newval){ SET_H_FR_3 (regno, newval);}/* Get the value of h-cpr. */SIfrvbf_h_cpr_get (SIM_CPU *current_cpu, UINT regno){ return CPU (h_cpr[regno]);}/* Set a value for h-cpr. */voidfrvbf_h_cpr_set (SIM_CPU *current_cpu, UINT regno, SI newval){ CPU (h_cpr[regno]) = newval;}/* Get the value of h-cpr_double. */DIfrvbf_h_cpr_double_get (SIM_CPU *current_cpu, UINT regno){ return GET_H_CPR_DOUBLE (regno);}/* Set a value for h-cpr_double. */voidfrvbf_h_cpr_double_set (SIM_CPU *current_cpu, UINT regno, DI newval){ SET_H_CPR_DOUBLE (regno, newval);}/* Get the value of h-spr. */USIfrvbf_h_spr_get (SIM_CPU *current_cpu, UINT regno){ return GET_H_SPR (regno);}/* Set a value for h-spr. */voidfrvbf_h_spr_set (SIM_CPU *current_cpu, UINT regno, USI newval){ SET_H_SPR (regno, newval);}/* Get the value of h-accg. */USIfrvbf_h_accg_get (SIM_CPU *current_cpu, UINT regno){ return GET_H_ACCG (regno);}/* Set a value for h-accg. */voidfrvbf_h_accg_set (SIM_CPU *current_cpu, UINT regno, USI newval){ SET_H_ACCG (regno, newval);}/* Get the value of h-acc40S. */DIfrvbf_h_acc40S_get (SIM_CPU *current_cpu, UINT regno){ return GET_H_ACC40S (regno);}/* Set a value for h-acc40S. */voidfrvbf_h_acc40S_set (SIM_CPU *current_cpu, UINT regno, DI newval){ SET_H_ACC40S (regno, newval);}/* Get the value of h-acc40U. */UDIfrvbf_h_acc40U_get (SIM_CPU *current_cpu, UINT regno){ return GET_H_ACC40U (regno);}/* Set a value for h-acc40U. */voidfrvbf_h_acc40U_set (SIM_CPU *current_cpu, UINT regno, UDI newval){ SET_H_ACC40U (regno, newval);}/* Get the value of h-iacc0. */DIfrvbf_h_iacc0_get (SIM_CPU *current_cpu, UINT regno){ return GET_H_IACC0 (regno);}/* Set a value for h-iacc0. */voidfrvbf_h_iacc0_set (SIM_CPU *current_cpu, UINT regno, DI newval){ SET_H_IACC0 (regno, newval);}/* Get the value of h-iccr. */UQIfrvbf_h_iccr_get (SIM_CPU *current_cpu, UINT regno){ return CPU (h_iccr[regno]);}/* Set a value for h-iccr. */voidfrvbf_h_iccr_set (SIM_CPU *current_cpu, UINT regno, UQI newval){ CPU (h_iccr[regno]) = newval;}/* Get the value of h-fccr. */UQIfrvbf_h_fccr_get (SIM_CPU *current_cpu, UINT regno){ return CPU (h_fccr[regno]);}/* Set a value for h-fccr. */voidfrvbf_h_fccr_set (SIM_CPU *current_cpu, UINT regno, UQI newval){ CPU (h_fccr[regno]) = newval;}/* Get the value of h-cccr. */UQIfrvbf_h_cccr_get (SIM_CPU *current_cpu, UINT regno){ return CPU (h_cccr[regno]);}/* Set a value for h-cccr. */voidfrvbf_h_cccr_set (SIM_CPU *current_cpu, UINT regno, UQI newval){ CPU (h_cccr[regno]) = newval;}/* Record trace results for INSN. */voidfrvbf_record_trace_results (SIM_CPU *current_cpu, CGEN_INSN *insn, int *indices, TRACE_RECORD *tr){}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -