URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 676 |
Rev 679 |
Line 157... |
Line 157... |
|
|
extern CONST struct or32_letter or32_letters[];
|
extern CONST struct or32_letter or32_letters[];
|
|
|
extern CONST struct or32_opcode or32_opcodes[];
|
extern CONST struct or32_opcode or32_opcodes[];
|
|
|
extern CONST int num_opcodes;
|
extern CONST unsigned int or32_num_opcodes;
|
|
|
/* Calculates instruction length in bytes. Always 4 for OR32. */
|
/* Calculates instruction length in bytes. Always 4 for OR32. */
|
extern int insn_len PARAMS((int insn_index));
|
extern int insn_len PARAMS((int insn_index));
|
|
|
/* Is individual insn's operand signed or unsigned? */
|
/* Is individual insn's operand signed or unsigned? */
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.