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

Subversion Repositories openrisc_me

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

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 24 Rev 157
/* CRIS base simulator support code
/* CRIS base simulator support code
   Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
   Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
   Contributed by Axis Communications.
   Contributed by Axis Communications.
 
 
This file is part of the GNU simulators.
This file is part of the GNU simulators.
 
 
This program is free software; you can redistribute it and/or modify
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
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
(at your option) any later version.
 
 
This program is distributed in the hope that it will be useful,
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
GNU General Public License for more details.
 
 
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 
/* The infrastructure is based on that of i960.c.  */
/* The infrastructure is based on that of i960.c.  */
 
 
#define WANT_CPU
#define WANT_CPU
 
 
#include "sim-main.h"
#include "sim-main.h"
#include "cgen-mem.h"
#include "cgen-mem.h"
#include "cgen-ops.h"
#include "cgen-ops.h"
 
 
#define MY(f) XCONCAT3(crisv,BASENUM,f)
#define MY(f) XCONCAT3(crisv,BASENUM,f)
 
 
/* Dispatcher for break insn.  */
/* Dispatcher for break insn.  */
 
 
USI
USI
MY (f_break_handler) (SIM_CPU *cpu, USI breaknum, USI pc)
MY (f_break_handler) (SIM_CPU *cpu, USI breaknum, USI pc)
{
{
  SIM_DESC sd = CPU_STATE (cpu);
  SIM_DESC sd = CPU_STATE (cpu);
  USI ret = pc + 2;
  USI ret = pc + 2;
 
 
  MY (f_h_pc_set) (cpu, ret);
  MY (f_h_pc_set) (cpu, ret);
 
 
  /* FIXME: Error out if IBR or ERP set.  */
  /* FIXME: Error out if IBR or ERP set.  */
  switch (breaknum)
  switch (breaknum)
    {
    {
    case 13:
    case 13:
      MY (f_h_gr_set (cpu, 10,
      MY (f_h_gr_set (cpu, 10,
                      cris_break_13_handler (cpu,
                      cris_break_13_handler (cpu,
                                             MY (f_h_gr_get (cpu, 9)),
                                             MY (f_h_gr_get (cpu, 9)),
                                             MY (f_h_gr_get (cpu, 10)),
                                             MY (f_h_gr_get (cpu, 10)),
                                             MY (f_h_gr_get (cpu, 11)),
                                             MY (f_h_gr_get (cpu, 11)),
                                             MY (f_h_gr_get (cpu, 12)),
                                             MY (f_h_gr_get (cpu, 12)),
                                             MY (f_h_gr_get (cpu, 13)),
                                             MY (f_h_gr_get (cpu, 13)),
                                             MY (f_h_sr_get (cpu, 7)),
                                             MY (f_h_sr_get (cpu, 7)),
                                             MY (f_h_sr_get (cpu, 11)),
                                             MY (f_h_sr_get (cpu, 11)),
                                             pc)));
                                             pc)));
      break;
      break;
 
 
    case 14:
    case 14:
      sim_io_printf (sd, "%x\n", MY (f_h_gr_get (cpu, 3)));
      sim_io_printf (sd, "%x\n", MY (f_h_gr_get (cpu, 3)));
      break;
      break;
 
 
    case 15:
    case 15:
      /* Re-use the Linux exit call.  */
      /* Re-use the Linux exit call.  */
      cris_break_13_handler (cpu, /* TARGET_SYS_exit */ 1, 0,
      cris_break_13_handler (cpu, /* TARGET_SYS_exit */ 1, 0,
                             0, 0, 0, 0, 0, pc);
                             0, 0, 0, 0, 0, pc);
 
 
    default:
    default:
      abort ();
      abort ();
    }
    }
 
 
  return MY (f_h_pc_get) (cpu);
  return MY (f_h_pc_get) (cpu);
}
}
 
 
/* Accessor function for simulator internal use.
/* Accessor function for simulator internal use.
   Note the contents of BUF are in target byte order.  */
   Note the contents of BUF are in target byte order.  */
 
 
int
int
MY (f_fetch_register) (SIM_CPU *current_cpu, int rn,
MY (f_fetch_register) (SIM_CPU *current_cpu, int rn,
                      unsigned char *buf, int len ATTRIBUTE_UNUSED)
                      unsigned char *buf, int len ATTRIBUTE_UNUSED)
{
{
  SETTSI (buf, XCONCAT3(crisv,BASENUM,f_h_gr_get) (current_cpu, rn));
  SETTSI (buf, XCONCAT3(crisv,BASENUM,f_h_gr_get) (current_cpu, rn));
  return -1;
  return -1;
}
}
 
 
/* Accessor function for simulator internal use.
/* Accessor function for simulator internal use.
   Note the contents of BUF are in target byte order.  */
   Note the contents of BUF are in target byte order.  */
 
 
int
int
MY (f_store_register) (SIM_CPU *current_cpu, int rn,
MY (f_store_register) (SIM_CPU *current_cpu, int rn,
                      unsigned char *buf, int len ATTRIBUTE_UNUSED)
                      unsigned char *buf, int len ATTRIBUTE_UNUSED)
{
{
  XCONCAT3(crisv,BASENUM,f_h_gr_set) (current_cpu, rn, GETTSI (buf));
  XCONCAT3(crisv,BASENUM,f_h_gr_set) (current_cpu, rn, GETTSI (buf));
  return -1;
  return -1;
}
}


#if WITH_PROFILE_MODEL_P
#if WITH_PROFILE_MODEL_P
 
 
/* FIXME: Some of these should be inline or macros.  Later.  */
/* FIXME: Some of these should be inline or macros.  Later.  */
 
 
/* Initialize cycle counting for an insn.
/* Initialize cycle counting for an insn.
   FIRST_P is non-zero if this is the first insn in a set of parallel
   FIRST_P is non-zero if this is the first insn in a set of parallel
   insns.  */
   insns.  */
 
 
void
void
MY (f_model_insn_before) (SIM_CPU *current_cpu, int first_p ATTRIBUTE_UNUSED)
MY (f_model_insn_before) (SIM_CPU *current_cpu, int first_p ATTRIBUTE_UNUSED)
{
{
  /* To give the impression that we actually know what PC is, we have to
  /* To give the impression that we actually know what PC is, we have to
     dump register contents *before* the *next* insn, not after the
     dump register contents *before* the *next* insn, not after the
     *previous* insn.  Uhh...  */
     *previous* insn.  Uhh...  */
 
 
  /* FIXME: Move this to separate, overridable function.  */
  /* FIXME: Move this to separate, overridable function.  */
  if ((CPU_CRIS_MISC_PROFILE (current_cpu)->flags
  if ((CPU_CRIS_MISC_PROFILE (current_cpu)->flags
       & FLAG_CRIS_MISC_PROFILE_XSIM_TRACE)
       & FLAG_CRIS_MISC_PROFILE_XSIM_TRACE)
#ifdef GET_H_INSN_PREFIXED_P
#ifdef GET_H_INSN_PREFIXED_P
      /* For versions with prefixed insns, trace the combination as
      /* For versions with prefixed insns, trace the combination as
         one insn.  */
         one insn.  */
      && !GET_H_INSN_PREFIXED_P ()
      && !GET_H_INSN_PREFIXED_P ()
#endif
#endif
      && 1)
      && 1)
  {
  {
    int i;
    int i;
    char flags[7];
    char flags[7];
    unsigned64 cycle_count;
    unsigned64 cycle_count;
 
 
    SIM_DESC sd = CPU_STATE (current_cpu);
    SIM_DESC sd = CPU_STATE (current_cpu);
 
 
    cris_trace_printf (sd, current_cpu, "%lx ",
    cris_trace_printf (sd, current_cpu, "%lx ",
                       0xffffffffUL & (unsigned long) (CPU (h_pc)));
                       0xffffffffUL & (unsigned long) (CPU (h_pc)));
 
 
    for (i = 0; i < 15; i++)
    for (i = 0; i < 15; i++)
      cris_trace_printf (sd, current_cpu, "%lx ",
      cris_trace_printf (sd, current_cpu, "%lx ",
                         0xffffffffUL
                         0xffffffffUL
                         & (unsigned long) (XCONCAT3(crisv,BASENUM,
                         & (unsigned long) (XCONCAT3(crisv,BASENUM,
                                                     f_h_gr_get) (current_cpu,
                                                     f_h_gr_get) (current_cpu,
                                                                  i)));
                                                                  i)));
    flags[0] = GET_H_IBIT () != 0 ? 'I' : 'i';
    flags[0] = GET_H_IBIT () != 0 ? 'I' : 'i';
    flags[1] = GET_H_XBIT () != 0 ? 'X' : 'x';
    flags[1] = GET_H_XBIT () != 0 ? 'X' : 'x';
    flags[2] = GET_H_NBIT () != 0 ? 'N' : 'n';
    flags[2] = GET_H_NBIT () != 0 ? 'N' : 'n';
    flags[3] = GET_H_ZBIT () != 0 ? 'Z' : 'z';
    flags[3] = GET_H_ZBIT () != 0 ? 'Z' : 'z';
    flags[4] = GET_H_VBIT () != 0 ? 'V' : 'v';
    flags[4] = GET_H_VBIT () != 0 ? 'V' : 'v';
    flags[5] = GET_H_CBIT () != 0 ? 'C' : 'c';
    flags[5] = GET_H_CBIT () != 0 ? 'C' : 'c';
    flags[6] = 0;
    flags[6] = 0;
 
 
    /* For anything else than basic tracing we'd add stall cycles for
    /* For anything else than basic tracing we'd add stall cycles for
       e.g. unaligned accesses.  FIXME: add --cris-trace=x options to
       e.g. unaligned accesses.  FIXME: add --cris-trace=x options to
       match --cris-cycles=x.  */
       match --cris-cycles=x.  */
    cycle_count
    cycle_count
      = (CPU_CRIS_MISC_PROFILE (current_cpu)->basic_cycle_count
      = (CPU_CRIS_MISC_PROFILE (current_cpu)->basic_cycle_count
         - CPU_CRIS_PREV_MISC_PROFILE (current_cpu)->basic_cycle_count);
         - CPU_CRIS_PREV_MISC_PROFILE (current_cpu)->basic_cycle_count);
 
 
    /* Emit ACR after flags and cycle count for this insn.  */
    /* Emit ACR after flags and cycle count for this insn.  */
    if (BASENUM == 32)
    if (BASENUM == 32)
      cris_trace_printf (sd, current_cpu, "%s %d %lx\n", flags,
      cris_trace_printf (sd, current_cpu, "%s %d %lx\n", flags,
                         (int) cycle_count,
                         (int) cycle_count,
                         0xffffffffUL
                         0xffffffffUL
                         & (unsigned long) (XCONCAT3(crisv,BASENUM,
                         & (unsigned long) (XCONCAT3(crisv,BASENUM,
                                                     f_h_gr_get) (current_cpu,
                                                     f_h_gr_get) (current_cpu,
                                                                  15)));
                                                                  15)));
    else
    else
      cris_trace_printf (sd, current_cpu, "%s %d\n", flags,
      cris_trace_printf (sd, current_cpu, "%s %d\n", flags,
                         (int) cycle_count);
                         (int) cycle_count);
 
 
    CPU_CRIS_PREV_MISC_PROFILE (current_cpu)[0]
    CPU_CRIS_PREV_MISC_PROFILE (current_cpu)[0]
      = CPU_CRIS_MISC_PROFILE (current_cpu)[0];
      = CPU_CRIS_MISC_PROFILE (current_cpu)[0];
  }
  }
}
}
 
 
/* Record the cycles computed for an insn.
/* Record the cycles computed for an insn.
   LAST_P is non-zero if this is the last insn in a set of parallel insns,
   LAST_P is non-zero if this is the last insn in a set of parallel insns,
   and we update the total cycle count.
   and we update the total cycle count.
   CYCLES is the cycle count of the insn.  */
   CYCLES is the cycle count of the insn.  */
 
 
void
void
MY (f_model_insn_after) (SIM_CPU *current_cpu, int last_p ATTRIBUTE_UNUSED,
MY (f_model_insn_after) (SIM_CPU *current_cpu, int last_p ATTRIBUTE_UNUSED,
                         int cycles)
                         int cycles)
{
{
  PROFILE_DATA *p = CPU_PROFILE_DATA (current_cpu);
  PROFILE_DATA *p = CPU_PROFILE_DATA (current_cpu);
 
 
  PROFILE_MODEL_TOTAL_CYCLES (p) += cycles;
  PROFILE_MODEL_TOTAL_CYCLES (p) += cycles;
  CPU_CRIS_MISC_PROFILE (current_cpu)->basic_cycle_count += cycles;
  CPU_CRIS_MISC_PROFILE (current_cpu)->basic_cycle_count += cycles;
  PROFILE_MODEL_CUR_INSN_CYCLES (p) = cycles;
  PROFILE_MODEL_CUR_INSN_CYCLES (p) = cycles;
 
 
#if WITH_HW
#if WITH_HW
  /* For some reason, we don't get to the sim_events_tick call in
  /* For some reason, we don't get to the sim_events_tick call in
     cgen-run.c:engine_run_1.  Besides, more than one cycle has
     cgen-run.c:engine_run_1.  Besides, more than one cycle has
     passed, so we want sim_events_tickn anyway.  The "events we want
     passed, so we want sim_events_tickn anyway.  The "events we want
     to process" is usually to initiate an interrupt, but might also
     to process" is usually to initiate an interrupt, but might also
     be other events.  We can't do the former until the main loop is
     be other events.  We can't do the former until the main loop is
     at point where it accepts changing the PC without internal
     at point where it accepts changing the PC without internal
     inconsistency, so just set a flag and wait.  */
     inconsistency, so just set a flag and wait.  */
  if (sim_events_tickn (CPU_STATE (current_cpu), cycles))
  if (sim_events_tickn (CPU_STATE (current_cpu), cycles))
    STATE_EVENTS (CPU_STATE (current_cpu))->work_pending = 1;
    STATE_EVENTS (CPU_STATE (current_cpu))->work_pending = 1;
#endif
#endif
}
}
 
 
/* Initialize cycle counting for an insn.
/* Initialize cycle counting for an insn.
   FIRST_P is non-zero if this is the first insn in a set of parallel
   FIRST_P is non-zero if this is the first insn in a set of parallel
   insns.  */
   insns.  */
 
 
void
void
MY (f_model_init_insn_cycles) (SIM_CPU *current_cpu ATTRIBUTE_UNUSED,
MY (f_model_init_insn_cycles) (SIM_CPU *current_cpu ATTRIBUTE_UNUSED,
                               int first_p ATTRIBUTE_UNUSED)
                               int first_p ATTRIBUTE_UNUSED)
{
{
  abort ();
  abort ();
}
}
 
 
/* Record the cycles computed for an insn.
/* Record the cycles computed for an insn.
   LAST_P is non-zero if this is the last insn in a set of parallel insns,
   LAST_P is non-zero if this is the last insn in a set of parallel insns,
   and we update the total cycle count.  */
   and we update the total cycle count.  */
 
 
void
void
MY (f_model_update_insn_cycles) (SIM_CPU *current_cpu ATTRIBUTE_UNUSED,
MY (f_model_update_insn_cycles) (SIM_CPU *current_cpu ATTRIBUTE_UNUSED,
                                 int last_p ATTRIBUTE_UNUSED)
                                 int last_p ATTRIBUTE_UNUSED)
{
{
  abort ();
  abort ();
}
}
 
 
#if 0
#if 0
void
void
MY (f_model_record_cycles) (SIM_CPU *current_cpu, unsigned long cycles)
MY (f_model_record_cycles) (SIM_CPU *current_cpu, unsigned long cycles)
{
{
  abort ();
  abort ();
}
}
 
 
void
void
MY (f_model_mark_get_h_gr) (SIM_CPU *current_cpu, ARGBUF *abuf)
MY (f_model_mark_get_h_gr) (SIM_CPU *current_cpu, ARGBUF *abuf)
{
{
  abort ();
  abort ();
}
}
 
 
void
void
MY (f_model_mark_set_h_gr) (SIM_CPU *current_cpu, ARGBUF *abuf)
MY (f_model_mark_set_h_gr) (SIM_CPU *current_cpu, ARGBUF *abuf)
{
{
  abort ();
  abort ();
}
}
#endif
#endif


/* Create the context for a thread.  */
/* Create the context for a thread.  */
 
 
void *
void *
MY (make_thread_cpu_data) (SIM_CPU *current_cpu, void *context)
MY (make_thread_cpu_data) (SIM_CPU *current_cpu, void *context)
{
{
  void *info = xmalloc (current_cpu->thread_cpu_data_size);
  void *info = xmalloc (current_cpu->thread_cpu_data_size);
 
 
  if (context != NULL)
  if (context != NULL)
    memcpy (info,
    memcpy (info,
            context,
            context,
            current_cpu->thread_cpu_data_size);
            current_cpu->thread_cpu_data_size);
  else
  else
    memset (info, 0, current_cpu->thread_cpu_data_size),abort();
    memset (info, 0, current_cpu->thread_cpu_data_size),abort();
  return info;
  return info;
}
}
 
 
/* Hook function for per-cpu simulator initialization.  */
/* Hook function for per-cpu simulator initialization.  */
 
 
void
void
MY (f_specific_init) (SIM_CPU *current_cpu)
MY (f_specific_init) (SIM_CPU *current_cpu)
{
{
  current_cpu->make_thread_cpu_data = MY (make_thread_cpu_data);
  current_cpu->make_thread_cpu_data = MY (make_thread_cpu_data);
  current_cpu->thread_cpu_data_size = sizeof (current_cpu->cpu_data);
  current_cpu->thread_cpu_data_size = sizeof (current_cpu->cpu_data);
#if WITH_HW
#if WITH_HW
  current_cpu->deliver_interrupt = MY (deliver_interrupt);
  current_cpu->deliver_interrupt = MY (deliver_interrupt);
#endif
#endif
}
}


/* Model function for arbitrary single stall cycles.  */
/* Model function for arbitrary single stall cycles.  */
 
 
int
int
MY (XCONCAT3 (f_model_crisv,BASENUM,
MY (XCONCAT3 (f_model_crisv,BASENUM,
              _u_stall)) (SIM_CPU *current_cpu ATTRIBUTE_UNUSED,
              _u_stall)) (SIM_CPU *current_cpu ATTRIBUTE_UNUSED,
                          const IDESC *idesc,
                          const IDESC *idesc,
                          int unit_num,
                          int unit_num,
                          int referenced ATTRIBUTE_UNUSED)
                          int referenced ATTRIBUTE_UNUSED)
{
{
  return idesc->timing->units[unit_num].done;
  return idesc->timing->units[unit_num].done;
}
}
 
 
#ifndef SPECIFIC_U_SKIP4_FN
#ifndef SPECIFIC_U_SKIP4_FN
 
 
/* Model function for u-skip4 unit.  */
/* Model function for u-skip4 unit.  */
 
 
int
int
MY (XCONCAT3 (f_model_crisv,BASENUM,
MY (XCONCAT3 (f_model_crisv,BASENUM,
              _u_skip4)) (SIM_CPU *current_cpu,
              _u_skip4)) (SIM_CPU *current_cpu,
                          const IDESC *idesc,
                          const IDESC *idesc,
                          int unit_num,
                          int unit_num,
                          int referenced ATTRIBUTE_UNUSED)
                          int referenced ATTRIBUTE_UNUSED)
{
{
  /* Handle PC not being updated with pbb.  FIXME: What if not pbb?  */
  /* Handle PC not being updated with pbb.  FIXME: What if not pbb?  */
  CPU (h_pc) += 4;
  CPU (h_pc) += 4;
  return idesc->timing->units[unit_num].done;
  return idesc->timing->units[unit_num].done;
}
}
 
 
#endif
#endif
 
 
#ifndef SPECIFIC_U_EXEC_FN
#ifndef SPECIFIC_U_EXEC_FN
 
 
/* Model function for u-exec unit.  */
/* Model function for u-exec unit.  */
 
 
int
int
MY (XCONCAT3 (f_model_crisv,BASENUM,
MY (XCONCAT3 (f_model_crisv,BASENUM,
              _u_exec)) (SIM_CPU *current_cpu,
              _u_exec)) (SIM_CPU *current_cpu,
                         const IDESC *idesc,
                         const IDESC *idesc,
                         int unit_num, int referenced ATTRIBUTE_UNUSED)
                         int unit_num, int referenced ATTRIBUTE_UNUSED)
{
{
  /* Handle PC not being updated with pbb.  FIXME: What if not pbb?  */
  /* Handle PC not being updated with pbb.  FIXME: What if not pbb?  */
  CPU (h_pc) += 2;
  CPU (h_pc) += 2;
  return idesc->timing->units[unit_num].done;
  return idesc->timing->units[unit_num].done;
}
}
#endif
#endif
 
 
#ifndef SPECIFIC_U_MEM_FN
#ifndef SPECIFIC_U_MEM_FN
 
 
/* Model function for u-mem unit.  */
/* Model function for u-mem unit.  */
 
 
int
int
MY (XCONCAT3 (f_model_crisv,BASENUM,
MY (XCONCAT3 (f_model_crisv,BASENUM,
              _u_mem)) (SIM_CPU *current_cpu ATTRIBUTE_UNUSED,
              _u_mem)) (SIM_CPU *current_cpu ATTRIBUTE_UNUSED,
                        const IDESC *idesc,
                        const IDESC *idesc,
                        int unit_num,
                        int unit_num,
                        int referenced ATTRIBUTE_UNUSED)
                        int referenced ATTRIBUTE_UNUSED)
{
{
  return idesc->timing->units[unit_num].done;
  return idesc->timing->units[unit_num].done;
}
}
#endif
#endif
 
 
#ifndef SPECIFIC_U_CONST16_FN
#ifndef SPECIFIC_U_CONST16_FN
 
 
/* Model function for u-const16 unit.  */
/* Model function for u-const16 unit.  */
 
 
int
int
MY (XCONCAT3 (f_model_crisv,BASENUM,
MY (XCONCAT3 (f_model_crisv,BASENUM,
              _u_const16)) (SIM_CPU *current_cpu,
              _u_const16)) (SIM_CPU *current_cpu,
                            const IDESC *idesc,
                            const IDESC *idesc,
                            int unit_num,
                            int unit_num,
                            int referenced ATTRIBUTE_UNUSED)
                            int referenced ATTRIBUTE_UNUSED)
{
{
  CPU (h_pc) += 2;
  CPU (h_pc) += 2;
  return idesc->timing->units[unit_num].done;
  return idesc->timing->units[unit_num].done;
}
}
#endif /* SPECIFIC_U_CONST16_FN */
#endif /* SPECIFIC_U_CONST16_FN */
 
 
#ifndef SPECIFIC_U_CONST32_FN
#ifndef SPECIFIC_U_CONST32_FN
 
 
/* This will be incorrect for early models, where a dword always take
/* This will be incorrect for early models, where a dword always take
   two cycles.  */
   two cycles.  */
#define CRIS_MODEL_MASK_PC_STALL 2
#define CRIS_MODEL_MASK_PC_STALL 2
 
 
/* Model function for u-const32 unit.  */
/* Model function for u-const32 unit.  */
 
 
int
int
MY (XCONCAT3 (f_model_crisv,BASENUM,
MY (XCONCAT3 (f_model_crisv,BASENUM,
              _u_const32)) (SIM_CPU *current_cpu,
              _u_const32)) (SIM_CPU *current_cpu,
                            const IDESC *idesc,
                            const IDESC *idesc,
                            int unit_num,
                            int unit_num,
                            int referenced ATTRIBUTE_UNUSED)
                            int referenced ATTRIBUTE_UNUSED)
{
{
  int unaligned_extra
  int unaligned_extra
    = (((CPU (h_pc) + 2) & CRIS_MODEL_MASK_PC_STALL)
    = (((CPU (h_pc) + 2) & CRIS_MODEL_MASK_PC_STALL)
       == CRIS_MODEL_MASK_PC_STALL);
       == CRIS_MODEL_MASK_PC_STALL);
 
 
  /* Handle PC not being updated with pbb.  FIXME: What if not pbb?  */
  /* Handle PC not being updated with pbb.  FIXME: What if not pbb?  */
  CPU_CRIS_MISC_PROFILE (current_cpu)->unaligned_mem_dword_count
  CPU_CRIS_MISC_PROFILE (current_cpu)->unaligned_mem_dword_count
    += unaligned_extra;
    += unaligned_extra;
 
 
  CPU (h_pc) += 4;
  CPU (h_pc) += 4;
  return idesc->timing->units[unit_num].done;
  return idesc->timing->units[unit_num].done;
}
}
#endif /* SPECIFIC_U_CONST32_FN */
#endif /* SPECIFIC_U_CONST32_FN */
 
 
#ifndef SPECIFIC_U_MOVEM_FN
#ifndef SPECIFIC_U_MOVEM_FN
 
 
/* Model function for u-movem unit.  */
/* Model function for u-movem unit.  */
 
 
int
int
MY (XCONCAT3 (f_model_crisv,BASENUM,
MY (XCONCAT3 (f_model_crisv,BASENUM,
              _u_movem)) (SIM_CPU *current_cpu ATTRIBUTE_UNUSED,
              _u_movem)) (SIM_CPU *current_cpu ATTRIBUTE_UNUSED,
                          const IDESC *idesc ATTRIBUTE_UNUSED,
                          const IDESC *idesc ATTRIBUTE_UNUSED,
                          int unit_num ATTRIBUTE_UNUSED,
                          int unit_num ATTRIBUTE_UNUSED,
                          int referenced ATTRIBUTE_UNUSED,
                          int referenced ATTRIBUTE_UNUSED,
                          INT limreg)
                          INT limreg)
{
{
  /* FIXME: Add cycles for misalignment.  */
  /* FIXME: Add cycles for misalignment.  */
 
 
  if (limreg == -1)
  if (limreg == -1)
    abort ();
    abort ();
 
 
  /* We don't record movem move cycles in movemsrc_stall_count since
  /* We don't record movem move cycles in movemsrc_stall_count since
     those cycles have historically been handled as ordinary cycles.  */
     those cycles have historically been handled as ordinary cycles.  */
  return limreg + 1;
  return limreg + 1;
}
}
#endif /* SPECIFIC_U_MOVEM_FN */
#endif /* SPECIFIC_U_MOVEM_FN */
 
 
#endif /* WITH_PROFILE_MODEL_P */
#endif /* WITH_PROFILE_MODEL_P */
 
 

powered by: WebSVN 2.1.0

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