OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gdb-6.8/] [sim/] [cris/] [cpuv32.c] - Diff between revs 24 and 157

Only display areas with differences | Details | Blame | View Log

Rev 24 Rev 157
/* Misc. support for CPU family crisv32f.
/* Misc. support for CPU family crisv32f.
 
 
THIS FILE IS MACHINE GENERATED WITH CGEN.
THIS FILE IS MACHINE GENERATED WITH CGEN.
 
 
Copyright 1996-2007 Free Software Foundation, Inc.
Copyright 1996-2007 Free Software Foundation, Inc.
 
 
This file is part of the GNU simulators.
This file is part of the GNU simulators.
 
 
   This file is free software; you can redistribute it and/or modify
   This file is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 3, or (at your option)
   the Free Software Foundation; either version 3, or (at your option)
   any later version.
   any later version.
 
 
   It is distributed in the hope that it will be useful, but WITHOUT
   It is distributed in the hope that it will be useful, but WITHOUT
   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
   License for more details.
   License for more details.
 
 
   You should have received a copy of the GNU General Public License along
   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.,
   with this program; if not, write to the Free Software Foundation, Inc.,
   51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
   51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
 
 
*/
*/
 
 
#define WANT_CPU crisv32f
#define WANT_CPU crisv32f
#define WANT_CPU_CRISV32F
#define WANT_CPU_CRISV32F
 
 
#include "sim-main.h"
#include "sim-main.h"
#include "cgen-ops.h"
#include "cgen-ops.h"
 
 
/* Get the value of h-v32-v32.  */
/* Get the value of h-v32-v32.  */
 
 
BI
BI
crisv32f_h_v32_v32_get (SIM_CPU *current_cpu)
crisv32f_h_v32_v32_get (SIM_CPU *current_cpu)
{
{
  return GET_H_V32_V32 ();
  return GET_H_V32_V32 ();
}
}
 
 
/* Set a value for h-v32-v32.  */
/* Set a value for h-v32-v32.  */
 
 
void
void
crisv32f_h_v32_v32_set (SIM_CPU *current_cpu, BI newval)
crisv32f_h_v32_v32_set (SIM_CPU *current_cpu, BI newval)
{
{
  SET_H_V32_V32 (newval);
  SET_H_V32_V32 (newval);
}
}
 
 
/* Get the value of h-pc.  */
/* Get the value of h-pc.  */
 
 
USI
USI
crisv32f_h_pc_get (SIM_CPU *current_cpu)
crisv32f_h_pc_get (SIM_CPU *current_cpu)
{
{
  return CPU (h_pc);
  return CPU (h_pc);
}
}
 
 
/* Set a value for h-pc.  */
/* Set a value for h-pc.  */
 
 
void
void
crisv32f_h_pc_set (SIM_CPU *current_cpu, USI newval)
crisv32f_h_pc_set (SIM_CPU *current_cpu, USI newval)
{
{
  SET_H_PC (newval);
  SET_H_PC (newval);
}
}
 
 
/* Get the value of h-gr.  */
/* Get the value of h-gr.  */
 
 
SI
SI
crisv32f_h_gr_get (SIM_CPU *current_cpu, UINT regno)
crisv32f_h_gr_get (SIM_CPU *current_cpu, UINT regno)
{
{
  return GET_H_GR (regno);
  return GET_H_GR (regno);
}
}
 
 
/* Set a value for h-gr.  */
/* Set a value for h-gr.  */
 
 
void
void
crisv32f_h_gr_set (SIM_CPU *current_cpu, UINT regno, SI newval)
crisv32f_h_gr_set (SIM_CPU *current_cpu, UINT regno, SI newval)
{
{
  SET_H_GR (regno, newval);
  SET_H_GR (regno, newval);
}
}
 
 
/* Get the value of h-gr-acr.  */
/* Get the value of h-gr-acr.  */
 
 
SI
SI
crisv32f_h_gr_acr_get (SIM_CPU *current_cpu, UINT regno)
crisv32f_h_gr_acr_get (SIM_CPU *current_cpu, UINT regno)
{
{
  return CPU (h_gr_acr[regno]);
  return CPU (h_gr_acr[regno]);
}
}
 
 
/* Set a value for h-gr-acr.  */
/* Set a value for h-gr-acr.  */
 
 
void
void
crisv32f_h_gr_acr_set (SIM_CPU *current_cpu, UINT regno, SI newval)
crisv32f_h_gr_acr_set (SIM_CPU *current_cpu, UINT regno, SI newval)
{
{
  CPU (h_gr_acr[regno]) = newval;
  CPU (h_gr_acr[regno]) = newval;
}
}
 
 
/* Get the value of h-raw-gr-acr.  */
/* Get the value of h-raw-gr-acr.  */
 
 
SI
SI
crisv32f_h_raw_gr_acr_get (SIM_CPU *current_cpu, UINT regno)
crisv32f_h_raw_gr_acr_get (SIM_CPU *current_cpu, UINT regno)
{
{
  return GET_H_RAW_GR_ACR (regno);
  return GET_H_RAW_GR_ACR (regno);
}
}
 
 
/* Set a value for h-raw-gr-acr.  */
/* Set a value for h-raw-gr-acr.  */
 
 
void
void
crisv32f_h_raw_gr_acr_set (SIM_CPU *current_cpu, UINT regno, SI newval)
crisv32f_h_raw_gr_acr_set (SIM_CPU *current_cpu, UINT regno, SI newval)
{
{
  SET_H_RAW_GR_ACR (regno, newval);
  SET_H_RAW_GR_ACR (regno, newval);
}
}
 
 
/* Get the value of h-sr.  */
/* Get the value of h-sr.  */
 
 
SI
SI
crisv32f_h_sr_get (SIM_CPU *current_cpu, UINT regno)
crisv32f_h_sr_get (SIM_CPU *current_cpu, UINT regno)
{
{
  return GET_H_SR (regno);
  return GET_H_SR (regno);
}
}
 
 
/* Set a value for h-sr.  */
/* Set a value for h-sr.  */
 
 
void
void
crisv32f_h_sr_set (SIM_CPU *current_cpu, UINT regno, SI newval)
crisv32f_h_sr_set (SIM_CPU *current_cpu, UINT regno, SI newval)
{
{
  SET_H_SR (regno, newval);
  SET_H_SR (regno, newval);
}
}
 
 
/* Get the value of h-sr-v32.  */
/* Get the value of h-sr-v32.  */
 
 
SI
SI
crisv32f_h_sr_v32_get (SIM_CPU *current_cpu, UINT regno)
crisv32f_h_sr_v32_get (SIM_CPU *current_cpu, UINT regno)
{
{
  return GET_H_SR_V32 (regno);
  return GET_H_SR_V32 (regno);
}
}
 
 
/* Set a value for h-sr-v32.  */
/* Set a value for h-sr-v32.  */
 
 
void
void
crisv32f_h_sr_v32_set (SIM_CPU *current_cpu, UINT regno, SI newval)
crisv32f_h_sr_v32_set (SIM_CPU *current_cpu, UINT regno, SI newval)
{
{
  SET_H_SR_V32 (regno, newval);
  SET_H_SR_V32 (regno, newval);
}
}
 
 
/* Get the value of h-supr.  */
/* Get the value of h-supr.  */
 
 
SI
SI
crisv32f_h_supr_get (SIM_CPU *current_cpu, UINT regno)
crisv32f_h_supr_get (SIM_CPU *current_cpu, UINT regno)
{
{
  return GET_H_SUPR (regno);
  return GET_H_SUPR (regno);
}
}
 
 
/* Set a value for h-supr.  */
/* Set a value for h-supr.  */
 
 
void
void
crisv32f_h_supr_set (SIM_CPU *current_cpu, UINT regno, SI newval)
crisv32f_h_supr_set (SIM_CPU *current_cpu, UINT regno, SI newval)
{
{
  SET_H_SUPR (regno, newval);
  SET_H_SUPR (regno, newval);
}
}
 
 
/* Get the value of h-cbit.  */
/* Get the value of h-cbit.  */
 
 
BI
BI
crisv32f_h_cbit_get (SIM_CPU *current_cpu)
crisv32f_h_cbit_get (SIM_CPU *current_cpu)
{
{
  return CPU (h_cbit);
  return CPU (h_cbit);
}
}
 
 
/* Set a value for h-cbit.  */
/* Set a value for h-cbit.  */
 
 
void
void
crisv32f_h_cbit_set (SIM_CPU *current_cpu, BI newval)
crisv32f_h_cbit_set (SIM_CPU *current_cpu, BI newval)
{
{
  CPU (h_cbit) = newval;
  CPU (h_cbit) = newval;
}
}
 
 
/* Get the value of h-cbit-move.  */
/* Get the value of h-cbit-move.  */
 
 
BI
BI
crisv32f_h_cbit_move_get (SIM_CPU *current_cpu)
crisv32f_h_cbit_move_get (SIM_CPU *current_cpu)
{
{
  return GET_H_CBIT_MOVE ();
  return GET_H_CBIT_MOVE ();
}
}
 
 
/* Set a value for h-cbit-move.  */
/* Set a value for h-cbit-move.  */
 
 
void
void
crisv32f_h_cbit_move_set (SIM_CPU *current_cpu, BI newval)
crisv32f_h_cbit_move_set (SIM_CPU *current_cpu, BI newval)
{
{
  SET_H_CBIT_MOVE (newval);
  SET_H_CBIT_MOVE (newval);
}
}
 
 
/* Get the value of h-cbit-move-v32.  */
/* Get the value of h-cbit-move-v32.  */
 
 
BI
BI
crisv32f_h_cbit_move_v32_get (SIM_CPU *current_cpu)
crisv32f_h_cbit_move_v32_get (SIM_CPU *current_cpu)
{
{
  return GET_H_CBIT_MOVE_V32 ();
  return GET_H_CBIT_MOVE_V32 ();
}
}
 
 
/* Set a value for h-cbit-move-v32.  */
/* Set a value for h-cbit-move-v32.  */
 
 
void
void
crisv32f_h_cbit_move_v32_set (SIM_CPU *current_cpu, BI newval)
crisv32f_h_cbit_move_v32_set (SIM_CPU *current_cpu, BI newval)
{
{
  SET_H_CBIT_MOVE_V32 (newval);
  SET_H_CBIT_MOVE_V32 (newval);
}
}
 
 
/* Get the value of h-vbit.  */
/* Get the value of h-vbit.  */
 
 
BI
BI
crisv32f_h_vbit_get (SIM_CPU *current_cpu)
crisv32f_h_vbit_get (SIM_CPU *current_cpu)
{
{
  return CPU (h_vbit);
  return CPU (h_vbit);
}
}
 
 
/* Set a value for h-vbit.  */
/* Set a value for h-vbit.  */
 
 
void
void
crisv32f_h_vbit_set (SIM_CPU *current_cpu, BI newval)
crisv32f_h_vbit_set (SIM_CPU *current_cpu, BI newval)
{
{
  CPU (h_vbit) = newval;
  CPU (h_vbit) = newval;
}
}
 
 
/* Get the value of h-vbit-move.  */
/* Get the value of h-vbit-move.  */
 
 
BI
BI
crisv32f_h_vbit_move_get (SIM_CPU *current_cpu)
crisv32f_h_vbit_move_get (SIM_CPU *current_cpu)
{
{
  return GET_H_VBIT_MOVE ();
  return GET_H_VBIT_MOVE ();
}
}
 
 
/* Set a value for h-vbit-move.  */
/* Set a value for h-vbit-move.  */
 
 
void
void
crisv32f_h_vbit_move_set (SIM_CPU *current_cpu, BI newval)
crisv32f_h_vbit_move_set (SIM_CPU *current_cpu, BI newval)
{
{
  SET_H_VBIT_MOVE (newval);
  SET_H_VBIT_MOVE (newval);
}
}
 
 
/* Get the value of h-vbit-move-v32.  */
/* Get the value of h-vbit-move-v32.  */
 
 
BI
BI
crisv32f_h_vbit_move_v32_get (SIM_CPU *current_cpu)
crisv32f_h_vbit_move_v32_get (SIM_CPU *current_cpu)
{
{
  return GET_H_VBIT_MOVE_V32 ();
  return GET_H_VBIT_MOVE_V32 ();
}
}
 
 
/* Set a value for h-vbit-move-v32.  */
/* Set a value for h-vbit-move-v32.  */
 
 
void
void
crisv32f_h_vbit_move_v32_set (SIM_CPU *current_cpu, BI newval)
crisv32f_h_vbit_move_v32_set (SIM_CPU *current_cpu, BI newval)
{
{
  SET_H_VBIT_MOVE_V32 (newval);
  SET_H_VBIT_MOVE_V32 (newval);
}
}
 
 
/* Get the value of h-zbit.  */
/* Get the value of h-zbit.  */
 
 
BI
BI
crisv32f_h_zbit_get (SIM_CPU *current_cpu)
crisv32f_h_zbit_get (SIM_CPU *current_cpu)
{
{
  return CPU (h_zbit);
  return CPU (h_zbit);
}
}
 
 
/* Set a value for h-zbit.  */
/* Set a value for h-zbit.  */
 
 
void
void
crisv32f_h_zbit_set (SIM_CPU *current_cpu, BI newval)
crisv32f_h_zbit_set (SIM_CPU *current_cpu, BI newval)
{
{
  CPU (h_zbit) = newval;
  CPU (h_zbit) = newval;
}
}
 
 
/* Get the value of h-zbit-move.  */
/* Get the value of h-zbit-move.  */
 
 
BI
BI
crisv32f_h_zbit_move_get (SIM_CPU *current_cpu)
crisv32f_h_zbit_move_get (SIM_CPU *current_cpu)
{
{
  return GET_H_ZBIT_MOVE ();
  return GET_H_ZBIT_MOVE ();
}
}
 
 
/* Set a value for h-zbit-move.  */
/* Set a value for h-zbit-move.  */
 
 
void
void
crisv32f_h_zbit_move_set (SIM_CPU *current_cpu, BI newval)
crisv32f_h_zbit_move_set (SIM_CPU *current_cpu, BI newval)
{
{
  SET_H_ZBIT_MOVE (newval);
  SET_H_ZBIT_MOVE (newval);
}
}
 
 
/* Get the value of h-zbit-move-v32.  */
/* Get the value of h-zbit-move-v32.  */
 
 
BI
BI
crisv32f_h_zbit_move_v32_get (SIM_CPU *current_cpu)
crisv32f_h_zbit_move_v32_get (SIM_CPU *current_cpu)
{
{
  return GET_H_ZBIT_MOVE_V32 ();
  return GET_H_ZBIT_MOVE_V32 ();
}
}
 
 
/* Set a value for h-zbit-move-v32.  */
/* Set a value for h-zbit-move-v32.  */
 
 
void
void
crisv32f_h_zbit_move_v32_set (SIM_CPU *current_cpu, BI newval)
crisv32f_h_zbit_move_v32_set (SIM_CPU *current_cpu, BI newval)
{
{
  SET_H_ZBIT_MOVE_V32 (newval);
  SET_H_ZBIT_MOVE_V32 (newval);
}
}
 
 
/* Get the value of h-nbit.  */
/* Get the value of h-nbit.  */
 
 
BI
BI
crisv32f_h_nbit_get (SIM_CPU *current_cpu)
crisv32f_h_nbit_get (SIM_CPU *current_cpu)
{
{
  return CPU (h_nbit);
  return CPU (h_nbit);
}
}
 
 
/* Set a value for h-nbit.  */
/* Set a value for h-nbit.  */
 
 
void
void
crisv32f_h_nbit_set (SIM_CPU *current_cpu, BI newval)
crisv32f_h_nbit_set (SIM_CPU *current_cpu, BI newval)
{
{
  CPU (h_nbit) = newval;
  CPU (h_nbit) = newval;
}
}
 
 
/* Get the value of h-nbit-move.  */
/* Get the value of h-nbit-move.  */
 
 
BI
BI
crisv32f_h_nbit_move_get (SIM_CPU *current_cpu)
crisv32f_h_nbit_move_get (SIM_CPU *current_cpu)
{
{
  return GET_H_NBIT_MOVE ();
  return GET_H_NBIT_MOVE ();
}
}
 
 
/* Set a value for h-nbit-move.  */
/* Set a value for h-nbit-move.  */
 
 
void
void
crisv32f_h_nbit_move_set (SIM_CPU *current_cpu, BI newval)
crisv32f_h_nbit_move_set (SIM_CPU *current_cpu, BI newval)
{
{
  SET_H_NBIT_MOVE (newval);
  SET_H_NBIT_MOVE (newval);
}
}
 
 
/* Get the value of h-nbit-move-v32.  */
/* Get the value of h-nbit-move-v32.  */
 
 
BI
BI
crisv32f_h_nbit_move_v32_get (SIM_CPU *current_cpu)
crisv32f_h_nbit_move_v32_get (SIM_CPU *current_cpu)
{
{
  return GET_H_NBIT_MOVE_V32 ();
  return GET_H_NBIT_MOVE_V32 ();
}
}
 
 
/* Set a value for h-nbit-move-v32.  */
/* Set a value for h-nbit-move-v32.  */
 
 
void
void
crisv32f_h_nbit_move_v32_set (SIM_CPU *current_cpu, BI newval)
crisv32f_h_nbit_move_v32_set (SIM_CPU *current_cpu, BI newval)
{
{
  SET_H_NBIT_MOVE_V32 (newval);
  SET_H_NBIT_MOVE_V32 (newval);
}
}
 
 
/* Get the value of h-xbit.  */
/* Get the value of h-xbit.  */
 
 
BI
BI
crisv32f_h_xbit_get (SIM_CPU *current_cpu)
crisv32f_h_xbit_get (SIM_CPU *current_cpu)
{
{
  return CPU (h_xbit);
  return CPU (h_xbit);
}
}
 
 
/* Set a value for h-xbit.  */
/* Set a value for h-xbit.  */
 
 
void
void
crisv32f_h_xbit_set (SIM_CPU *current_cpu, BI newval)
crisv32f_h_xbit_set (SIM_CPU *current_cpu, BI newval)
{
{
  CPU (h_xbit) = newval;
  CPU (h_xbit) = newval;
}
}
 
 
/* Get the value of h-ibit.  */
/* Get the value of h-ibit.  */
 
 
BI
BI
crisv32f_h_ibit_get (SIM_CPU *current_cpu)
crisv32f_h_ibit_get (SIM_CPU *current_cpu)
{
{
  return GET_H_IBIT ();
  return GET_H_IBIT ();
}
}
 
 
/* Set a value for h-ibit.  */
/* Set a value for h-ibit.  */
 
 
void
void
crisv32f_h_ibit_set (SIM_CPU *current_cpu, BI newval)
crisv32f_h_ibit_set (SIM_CPU *current_cpu, BI newval)
{
{
  SET_H_IBIT (newval);
  SET_H_IBIT (newval);
}
}
 
 
/* Get the value of h-pbit.  */
/* Get the value of h-pbit.  */
 
 
BI
BI
crisv32f_h_pbit_get (SIM_CPU *current_cpu)
crisv32f_h_pbit_get (SIM_CPU *current_cpu)
{
{
  return CPU (h_pbit);
  return CPU (h_pbit);
}
}
 
 
/* Set a value for h-pbit.  */
/* Set a value for h-pbit.  */
 
 
void
void
crisv32f_h_pbit_set (SIM_CPU *current_cpu, BI newval)
crisv32f_h_pbit_set (SIM_CPU *current_cpu, BI newval)
{
{
  CPU (h_pbit) = newval;
  CPU (h_pbit) = newval;
}
}
 
 
/* Get the value of h-rbit.  */
/* Get the value of h-rbit.  */
 
 
BI
BI
crisv32f_h_rbit_get (SIM_CPU *current_cpu)
crisv32f_h_rbit_get (SIM_CPU *current_cpu)
{
{
  return CPU (h_rbit);
  return CPU (h_rbit);
}
}
 
 
/* Set a value for h-rbit.  */
/* Set a value for h-rbit.  */
 
 
void
void
crisv32f_h_rbit_set (SIM_CPU *current_cpu, BI newval)
crisv32f_h_rbit_set (SIM_CPU *current_cpu, BI newval)
{
{
  CPU (h_rbit) = newval;
  CPU (h_rbit) = newval;
}
}
 
 
/* Get the value of h-ubit.  */
/* Get the value of h-ubit.  */
 
 
BI
BI
crisv32f_h_ubit_get (SIM_CPU *current_cpu)
crisv32f_h_ubit_get (SIM_CPU *current_cpu)
{
{
  return GET_H_UBIT ();
  return GET_H_UBIT ();
}
}
 
 
/* Set a value for h-ubit.  */
/* Set a value for h-ubit.  */
 
 
void
void
crisv32f_h_ubit_set (SIM_CPU *current_cpu, BI newval)
crisv32f_h_ubit_set (SIM_CPU *current_cpu, BI newval)
{
{
  SET_H_UBIT (newval);
  SET_H_UBIT (newval);
}
}
 
 
/* Get the value of h-gbit.  */
/* Get the value of h-gbit.  */
 
 
BI
BI
crisv32f_h_gbit_get (SIM_CPU *current_cpu)
crisv32f_h_gbit_get (SIM_CPU *current_cpu)
{
{
  return CPU (h_gbit);
  return CPU (h_gbit);
}
}
 
 
/* Set a value for h-gbit.  */
/* Set a value for h-gbit.  */
 
 
void
void
crisv32f_h_gbit_set (SIM_CPU *current_cpu, BI newval)
crisv32f_h_gbit_set (SIM_CPU *current_cpu, BI newval)
{
{
  CPU (h_gbit) = newval;
  CPU (h_gbit) = newval;
}
}
 
 
/* Get the value of h-kernel-sp.  */
/* Get the value of h-kernel-sp.  */
 
 
SI
SI
crisv32f_h_kernel_sp_get (SIM_CPU *current_cpu)
crisv32f_h_kernel_sp_get (SIM_CPU *current_cpu)
{
{
  return CPU (h_kernel_sp);
  return CPU (h_kernel_sp);
}
}
 
 
/* Set a value for h-kernel-sp.  */
/* Set a value for h-kernel-sp.  */
 
 
void
void
crisv32f_h_kernel_sp_set (SIM_CPU *current_cpu, SI newval)
crisv32f_h_kernel_sp_set (SIM_CPU *current_cpu, SI newval)
{
{
  CPU (h_kernel_sp) = newval;
  CPU (h_kernel_sp) = newval;
}
}
 
 
/* Get the value of h-ubit-v32.  */
/* Get the value of h-ubit-v32.  */
 
 
BI
BI
crisv32f_h_ubit_v32_get (SIM_CPU *current_cpu)
crisv32f_h_ubit_v32_get (SIM_CPU *current_cpu)
{
{
  return CPU (h_ubit_v32);
  return CPU (h_ubit_v32);
}
}
 
 
/* Set a value for h-ubit-v32.  */
/* Set a value for h-ubit-v32.  */
 
 
void
void
crisv32f_h_ubit_v32_set (SIM_CPU *current_cpu, BI newval)
crisv32f_h_ubit_v32_set (SIM_CPU *current_cpu, BI newval)
{
{
  SET_H_UBIT_V32 (newval);
  SET_H_UBIT_V32 (newval);
}
}
 
 
/* Get the value of h-ibit-v32.  */
/* Get the value of h-ibit-v32.  */
 
 
BI
BI
crisv32f_h_ibit_v32_get (SIM_CPU *current_cpu)
crisv32f_h_ibit_v32_get (SIM_CPU *current_cpu)
{
{
  return CPU (h_ibit_v32);
  return CPU (h_ibit_v32);
}
}
 
 
/* Set a value for h-ibit-v32.  */
/* Set a value for h-ibit-v32.  */
 
 
void
void
crisv32f_h_ibit_v32_set (SIM_CPU *current_cpu, BI newval)
crisv32f_h_ibit_v32_set (SIM_CPU *current_cpu, BI newval)
{
{
  SET_H_IBIT_V32 (newval);
  SET_H_IBIT_V32 (newval);
}
}
 
 
/* Get the value of h-mbit.  */
/* Get the value of h-mbit.  */
 
 
BI
BI
crisv32f_h_mbit_get (SIM_CPU *current_cpu)
crisv32f_h_mbit_get (SIM_CPU *current_cpu)
{
{
  return CPU (h_mbit);
  return CPU (h_mbit);
}
}
 
 
/* Set a value for h-mbit.  */
/* Set a value for h-mbit.  */
 
 
void
void
crisv32f_h_mbit_set (SIM_CPU *current_cpu, BI newval)
crisv32f_h_mbit_set (SIM_CPU *current_cpu, BI newval)
{
{
  SET_H_MBIT (newval);
  SET_H_MBIT (newval);
}
}
 
 
/* Get the value of h-qbit.  */
/* Get the value of h-qbit.  */
 
 
BI
BI
crisv32f_h_qbit_get (SIM_CPU *current_cpu)
crisv32f_h_qbit_get (SIM_CPU *current_cpu)
{
{
  return CPU (h_qbit);
  return CPU (h_qbit);
}
}
 
 
/* Set a value for h-qbit.  */
/* Set a value for h-qbit.  */
 
 
void
void
crisv32f_h_qbit_set (SIM_CPU *current_cpu, BI newval)
crisv32f_h_qbit_set (SIM_CPU *current_cpu, BI newval)
{
{
  SET_H_QBIT (newval);
  SET_H_QBIT (newval);
}
}
 
 
/* Get the value of h-sbit.  */
/* Get the value of h-sbit.  */
 
 
BI
BI
crisv32f_h_sbit_get (SIM_CPU *current_cpu)
crisv32f_h_sbit_get (SIM_CPU *current_cpu)
{
{
  return CPU (h_sbit);
  return CPU (h_sbit);
}
}
 
 
/* Set a value for h-sbit.  */
/* Set a value for h-sbit.  */
 
 
void
void
crisv32f_h_sbit_set (SIM_CPU *current_cpu, BI newval)
crisv32f_h_sbit_set (SIM_CPU *current_cpu, BI newval)
{
{
  SET_H_SBIT (newval);
  SET_H_SBIT (newval);
}
}
 
 
/* Get the value of h-insn-prefixed-p.  */
/* Get the value of h-insn-prefixed-p.  */
 
 
BI
BI
crisv32f_h_insn_prefixed_p_get (SIM_CPU *current_cpu)
crisv32f_h_insn_prefixed_p_get (SIM_CPU *current_cpu)
{
{
  return GET_H_INSN_PREFIXED_P ();
  return GET_H_INSN_PREFIXED_P ();
}
}
 
 
/* Set a value for h-insn-prefixed-p.  */
/* Set a value for h-insn-prefixed-p.  */
 
 
void
void
crisv32f_h_insn_prefixed_p_set (SIM_CPU *current_cpu, BI newval)
crisv32f_h_insn_prefixed_p_set (SIM_CPU *current_cpu, BI newval)
{
{
  SET_H_INSN_PREFIXED_P (newval);
  SET_H_INSN_PREFIXED_P (newval);
}
}
 
 
/* Get the value of h-insn-prefixed-p-v32.  */
/* Get the value of h-insn-prefixed-p-v32.  */
 
 
BI
BI
crisv32f_h_insn_prefixed_p_v32_get (SIM_CPU *current_cpu)
crisv32f_h_insn_prefixed_p_v32_get (SIM_CPU *current_cpu)
{
{
  return GET_H_INSN_PREFIXED_P_V32 ();
  return GET_H_INSN_PREFIXED_P_V32 ();
}
}
 
 
/* Set a value for h-insn-prefixed-p-v32.  */
/* Set a value for h-insn-prefixed-p-v32.  */
 
 
void
void
crisv32f_h_insn_prefixed_p_v32_set (SIM_CPU *current_cpu, BI newval)
crisv32f_h_insn_prefixed_p_v32_set (SIM_CPU *current_cpu, BI newval)
{
{
  SET_H_INSN_PREFIXED_P_V32 (newval);
  SET_H_INSN_PREFIXED_P_V32 (newval);
}
}
 
 
/* Get the value of h-prefixreg-v32.  */
/* Get the value of h-prefixreg-v32.  */
 
 
SI
SI
crisv32f_h_prefixreg_v32_get (SIM_CPU *current_cpu)
crisv32f_h_prefixreg_v32_get (SIM_CPU *current_cpu)
{
{
  return GET_H_PREFIXREG_V32 ();
  return GET_H_PREFIXREG_V32 ();
}
}
 
 
/* Set a value for h-prefixreg-v32.  */
/* Set a value for h-prefixreg-v32.  */
 
 
void
void
crisv32f_h_prefixreg_v32_set (SIM_CPU *current_cpu, SI newval)
crisv32f_h_prefixreg_v32_set (SIM_CPU *current_cpu, SI newval)
{
{
  SET_H_PREFIXREG_V32 (newval);
  SET_H_PREFIXREG_V32 (newval);
}
}
 
 
/* Record trace results for INSN.  */
/* Record trace results for INSN.  */
 
 
void
void
crisv32f_record_trace_results (SIM_CPU *current_cpu, CGEN_INSN *insn,
crisv32f_record_trace_results (SIM_CPU *current_cpu, CGEN_INSN *insn,
                            int *indices, TRACE_RECORD *tr)
                            int *indices, TRACE_RECORD *tr)
{
{
}
}
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.