URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 1452 |
Rev 1656 |
Line 108... |
Line 108... |
# 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 */
|
# else /* DYNAMIC_EXECUTION */
|
void (*exec)(struct op_queue *opq, int param_t[3], orreg_t param[3], int);
|
void (*exec)(struct op_queue *opq, int param_t[3], int);
|
# endif
|
# endif
|
#else /* HAS_EXECUTION */
|
#else /* HAS_EXECUTION */
|
void (*exec)(void);
|
void (*exec)(void);
|
#endif
|
#endif
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.