diff options
author | Stan Shebs <shebs@codesourcery.com> | 1999-04-16 01:34:07 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1999-04-16 01:34:07 +0000 |
commit | 071ea11e85eb9d529cc5eb3d35f6247466a21b99 (patch) | |
tree | 5deda65b8d7b04d1f4cbc534c3206d328e1267ec /sim/v850/v850-dc | |
parent | 1730ec6b1848f0f32154277f788fb29f88d8475b (diff) | |
download | binutils-071ea11e85eb9d529cc5eb3d35f6247466a21b99.tar.gz binutils-071ea11e85eb9d529cc5eb3d35f6247466a21b99.tar.bz2 binutils-071ea11e85eb9d529cc5eb3d35f6247466a21b99.zip |
Initial creation of sourceware repository
Diffstat (limited to 'sim/v850/v850-dc')
-rw-r--r-- | sim/v850/v850-dc | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/sim/v850/v850-dc b/sim/v850/v850-dc deleted file mode 100644 index 81a36df957c..00000000000 --- a/sim/v850/v850-dc +++ /dev/null @@ -1,39 +0,0 @@ -# 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 -# start-sanitize-v850e - - -# for opcode 66 - - switch,combine : 4 : 0 : : : : 0 : I : -# end-sanitize-v850e |