bf597279c33aefa12212a085a981679314176118
[binutils-gdb.git] / sim / v850 / v850_sim.h
1 struct simops
2 {
3 unsigned long opcode;
4 unsigned long mask;
5 int (* func) PARAMS ((void));
6 int numops;
7 int operands[12];
8 };