From 8c9ee21e2f39d0c04d62910a7dd3b00d0e59d3d6 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Thu, 5 Feb 1998 22:08:33 +0000 Subject: [PATCH] New files, update .Sanitize --- sim/mips/.Sanitize | 2 ++ sim/mips/m16.dc | 14 ++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 sim/mips/m16.dc diff --git a/sim/mips/.Sanitize b/sim/mips/.Sanitize index 5bceb7d882a..090d4f72ba0 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 00000000000..5fde3b11241 --- /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 : : : : : : + -- 2.30.2