xref: /netbsd-src/external/gpl3/gdb.old/dist/sim/v850/v850_sim.h (revision 2718af68c3efc72c9769069b5c7f9ed36f6b9def)
1 struct simops
2 {
3   unsigned long   opcode;
4   unsigned long   mask;
5   int (* func) (void);
6   int    numops;
7   int    operands[12];
8 };
9