New files, update .Sanitize
This commit is contained in:
parent
61b62559ba
commit
8c9ee21e2f
2 changed files with 16 additions and 0 deletions
|
@ -51,6 +51,8 @@ sim-main.h
|
||||||
tconfig.in
|
tconfig.in
|
||||||
mips.igen
|
mips.igen
|
||||||
m16.igen
|
m16.igen
|
||||||
|
m16.dc
|
||||||
|
m16run.c
|
||||||
mips.dc
|
mips.dc
|
||||||
|
|
||||||
Things-to-lose:
|
Things-to-lose:
|
||||||
|
|
14
sim/mips/m16.dc
Normal file
14
sim/mips/m16.dc
Normal file
|
@ -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 : : : : : :
|
||||||
|
|
Loading…
Reference in a new issue