summaryrefslogtreecommitdiff
path: root/sim/v850/v850_sim.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/v850/v850_sim.h')
-rw-r--r--sim/v850/v850_sim.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/v850/v850_sim.h b/sim/v850/v850_sim.h
new file mode 100644
index 00000000000..bf597279c33
--- /dev/null
+++ b/sim/v850/v850_sim.h
@@ -0,0 +1,8 @@
+struct simops
+{
+ unsigned long opcode;
+ unsigned long mask;
+ int (* func) PARAMS ((void));
+ int numops;
+ int operands[12];
+};