diff options
Diffstat (limited to 'sim/mips/micromips.dc')
-rw-r--r-- | sim/mips/micromips.dc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sim/mips/micromips.dc b/sim/mips/micromips.dc new file mode 100644 index 0000000..2593aba --- /dev/null +++ b/sim/mips/micromips.dc @@ -0,0 +1,15 @@ +# 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 : 31 : 26 : : : : : : + + switch,combine : 5 : 0 : : : : : : + + switch,combine : 10 : 0 : : : : : : + + switch,combine : 25 : 16 : : : : : : + switch,combine : 25 : 21 : : : : : : + switch,combine : 15 : 11 : : : : : : |