aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1998-02-05 22:08:33 +0000
committerAndrew Cagney <cagney@redhat.com>1998-02-05 22:08:33 +0000
commit8c9ee21e2f39d0c04d62910a7dd3b00d0e59d3d6 (patch)
tree8fdf9af4e72f7286418c901fdd3d489089b19155
parent61b62559bab5ab2ce6fbe1c56a6136f4d6f2f3e7 (diff)
downloadgdb-8c9ee21e2f39d0c04d62910a7dd3b00d0e59d3d6.zip
gdb-8c9ee21e2f39d0c04d62910a7dd3b00d0e59d3d6.tar.gz
gdb-8c9ee21e2f39d0c04d62910a7dd3b00d0e59d3d6.tar.bz2
New files, update .Sanitize
-rw-r--r--sim/mips/.Sanitize2
-rw-r--r--sim/mips/m16.dc14
2 files changed, 16 insertions, 0 deletions
diff --git a/sim/mips/.Sanitize b/sim/mips/.Sanitize
index 5bceb7d..090d4f7 100644
--- a/sim/mips/.Sanitize
+++ b/sim/mips/.Sanitize
@@ -51,6 +51,8 @@ sim-main.h
tconfig.in
mips.igen
m16.igen
+m16.dc
+m16run.c
mips.dc
Things-to-lose:
diff --git a/sim/mips/m16.dc b/sim/mips/m16.dc
new file mode 100644
index 0000000..5fde3b1
--- /dev/null
+++ b/sim/mips/m16.dc
@@ -0,0 +1,14 @@
+# most instructions
+# ------ options ------ : Fst : Lst : ff : fl : fe : word : --- fmt --- : model ...
+# { : mask : value : word }
+
+# Top level - create a very big switch statement.
+
+ padded-switch,combine : 15 : 11 : : : : : :
+
+ switch,combine : 10 : 8 : : : : : :
+
+ switch,combine : 4 : 0 : : : : : :
+
+ switch,combine : 7 : 5 : : : : : :
+