diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-09-08 17:42:48 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-09-08 17:42:48 +0000 |
commit | 5d37a07bc55b67b4ef41ca66f31a36699ab7b783 (patch) | |
tree | 271a437516bdfdeb595b691133b8d2d571fc0c22 /sim/v850/v850-dc | |
parent | 687f3f1cef714d6fa3d6758721acfd1bdcf97fda (diff) | |
download | gdb-5d37a07bc55b67b4ef41ca66f31a36699ab7b783.zip gdb-5d37a07bc55b67b4ef41ca66f31a36699ab7b783.tar.gz gdb-5d37a07bc55b67b4ef41ca66f31a36699ab7b783.tar.bz2 |
Add multi-sim support to v850/v850e/v850eq simulators.
Diffstat (limited to 'sim/v850/v850-dc')
-rw-r--r-- | sim/v850/v850-dc | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/sim/v850/v850-dc b/sim/v850/v850-dc new file mode 100644 index 0000000..91b0898 --- /dev/null +++ b/sim/v850/v850-dc @@ -0,0 +1,32 @@ +# 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 : 5 : : : : 0 : : + + +# for opcode 60,124 + + switch,combine : 4 : 0 : : : : 1 : V,VII : +# start-sanitize-v850e + switch,combine : 4 : 0 : : : : 1 : V,XIII : v850e +# end-sanitize-v850e +# start-sanitize-v850eq + switch,combine : 4 : 0 : : : : 1 : V,XIII : v850eq +# end-sanitize-v850eq + + +# for opcode 63, 127, 1087 et.al. + + switch,combine : 9 : 5 : : : : 1 : : + switch,combine : 4 : 0 : : : : 1 : : + + +# for opcode 40 et.al. + + switch,combine : 4 : 0 : : : : 0 : III,IV : +# start-sanitize-v850eq + switch,combine : 4 : 0 : : : : 0 : III,IV,XIV : v850eq +# end-sanitize-v850eq |