URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 1319 |
Rev 1344 |
Line 33... |
Line 33... |
/* Cache tag types. */
|
/* Cache tag types. */
|
#define CT_NONE 0
|
#define CT_NONE 0
|
#define CT_VIRTUAL 1
|
#define CT_VIRTUAL 1
|
#define CT_PHYSICAL 2
|
#define CT_PHYSICAL 2
|
|
|
enum insn_type { it_unknown, it_exception, it_arith, it_shift, it_compare, it_branch,
|
|
it_jump, it_load, it_store, it_movimm, it_move, it_extend, it_nop, it_mac, it_float };
|
|
|
|
/* Instruction queue */
|
/* Instruction queue */
|
struct iqueue_entry {
|
struct iqueue_entry {
|
enum insn_type func_unit;
|
|
int insn_index;
|
int insn_index;
|
unsigned long insn;
|
unsigned long insn;
|
unsigned long op[2 * MAX_OPERANDS];
|
unsigned long op[2 * MAX_OPERANDS];
|
unsigned long insn_addr;
|
unsigned long insn_addr;
|
};
|
};
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.