URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 371 |
Rev 397 |
Line 152... |
Line 152... |
|
|
extern CONST struct or32_opcode or32_opcodes[];
|
extern CONST struct or32_opcode or32_opcodes[];
|
|
|
extern CONST int num_opcodes;
|
extern CONST int num_opcodes;
|
|
|
/* Calculates instruction length in bytes. Either 2 or 4 for OR16
|
/* Calculates instruction length in bytes. Always 4 for OR32. */
|
and 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? */
|
extern int letter_signed PARAMS((char l));
|
extern int letter_signed PARAMS((char l));
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.