diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-12-02 07:18:53 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-12-02 07:18:53 +0000 |
commit | d294a657d50a41f1dcfe8c82f35f5eab27182731 (patch) | |
tree | 19142a2edd651e8aa54e9ca843aee494c5a17d81 /sim/d10v/ChangeLog | |
parent | 9420287ed25a0cc7ef77fcc95ccab3f13d4614e3 (diff) | |
download | gdb-d294a657d50a41f1dcfe8c82f35f5eab27182731.zip gdb-d294a657d50a41f1dcfe8c82f35f5eab27182731.tar.gz gdb-d294a657d50a41f1dcfe8c82f35f5eab27182731.tar.bz2 |
For "msbu", subtract unsigned product from ACC,
Test.
Diffstat (limited to 'sim/d10v/ChangeLog')
-rw-r--r-- | sim/d10v/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/d10v/ChangeLog b/sim/d10v/ChangeLog index b1a9568..013b93d 100644 --- a/sim/d10v/ChangeLog +++ b/sim/d10v/ChangeLog @@ -3,6 +3,7 @@ Tue Dec 2 15:01:08 1997 Andrew Cagney <cagney@b1.cygnus.com> * simops.c (OP_3A00): For "macu", perform multiply stage using 32 bit rather than 16 bit precision. (OP_3C00): For "mulxu", store unsigned product in ACC. + (OP_3800): For "msbu", subtract unsigned product from ACC, Tue Dec 2 11:04:37 1997 Andrew Cagney <cagney@b1.cygnus.com> |