binutils-gdb/sim/v850/v850_sim.h

9 lines
142 B
C

struct simops
{
unsigned long opcode;
unsigned long mask;
int (* func) PARAMS ((void));
int numops;
int operands[12];
};