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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [cpu/] [or1k/] [opcode/] [or32.h] - Diff between revs 458 and 552

Show entire file | Details | Blame | View Log

Rev 458 Rev 552
Line 53... Line 53...
#define OR32_R_FLAG   (4)
#define OR32_R_FLAG   (4)
 
 
#if defined(HAVE_EXECUTION)
#if defined(HAVE_EXECUTION)
# if SIMPLE_EXECUTION
# if SIMPLE_EXECUTION
#  include "simpl32-defs.h"
#  include "simpl32-defs.h"
# elif DYNAMIC_EXECUTION
 
#  include "dyn32-defs.h"
 
# endif
# endif
#endif
#endif
 
 
 
 
struct or32_letter {
struct or32_letter {
Line 110... Line 108...
#ifdef HAVE_EXECUTION
#ifdef HAVE_EXECUTION
# if COMPLEX_EXECUTION
# if COMPLEX_EXECUTION
  char *function_name;
  char *function_name;
# elif SIMPLE_EXECUTION
# elif SIMPLE_EXECUTION
  void (*exec)(struct iqueue_entry *);
  void (*exec)(struct iqueue_entry *);
# else /* DYNAMIC_EXECUTION */
 
  void (*exec)(struct op_queue *opq, int param_t[3], int);
 
# endif
# endif
#else  /* HAVE_EXECUTION */
#else  /* HAVE_EXECUTION */
  void (*exec)(void);
  void (*exec)(void);
#endif
#endif
 
 

powered by: WebSVN 2.1.0

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