mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 09:14:14 +08:00
Forgot opcode files.
This commit is contained in:
19
gdb/rs6k-opcode.h
Executable file
19
gdb/rs6k-opcode.h
Executable file
@ -0,0 +1,19 @@
|
||||
|
||||
typedef int (*FUN)();
|
||||
|
||||
typedef struct {
|
||||
char *operator; /* opcode name */
|
||||
char *opr_ext; /* opcode name ext. */
|
||||
char *format; /* opcode format */
|
||||
char p_opcode; /* primary opcode */
|
||||
int e_opcode; /* extended opcode */
|
||||
char oprnd_format [6]; /* operand format */
|
||||
} OPCODE;
|
||||
|
||||
|
||||
OPCODE rs6k_ops [] = {
|
||||
|
||||
#include "rs6k-opcode.def"
|
||||
};
|
||||
|
||||
#define NOPCODES (sizeof (rs6k_ops) / sizeof (OPCODE))
|
Reference in New Issue
Block a user