diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2009-01-07 01:09:24 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2009-01-07 01:09:24 +0000 |
commit | 6347aad80cc64963f855c83cb0e7ba3db2d3d8b2 (patch) | |
tree | 8a5a7b984703b85f1e4df4d183bc6a8449c0792b /cpu/ChangeLog | |
parent | 170ce85276e9bc98dd8e4ac34b3da18c80c2d968 (diff) | |
download | gdb-6347aad80cc64963f855c83cb0e7ba3db2d3d8b2.zip gdb-6347aad80cc64963f855c83cb0e7ba3db2d3d8b2.tar.gz gdb-6347aad80cc64963f855c83cb0e7ba3db2d3d8b2.tar.bz2 |
* frv.cpu (mabshs): Explicitly sign-extend arguments of abs to DI.
(DI-ext-HI, DI-ext-UHI, DI-ext-DI): New pmacros.
(media-arith-sat-semantics): Explicitly sign- or zero-extend
arguments of "operation" to DI using "mode" and the new pmacros.
Diffstat (limited to 'cpu/ChangeLog')
-rw-r--r-- | cpu/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cpu/ChangeLog b/cpu/ChangeLog index 8f46cf2..3fbbd89 100644 --- a/cpu/ChangeLog +++ b/cpu/ChangeLog @@ -1,3 +1,10 @@ +2009-01-07 Hans-Peter Nilsson <hp@axis.com> + + * frv.cpu (mabshs): Explicitly sign-extend arguments of abs to DI. + (DI-ext-HI, DI-ext-UHI, DI-ext-DI): New pmacros. + (media-arith-sat-semantics): Explicitly sign- or zero-extend + arguments of "operation" to DI using "mode" and the new pmacros. + 2009-01-03 Hans-Peter Nilsson <hp@axis.com> * cris.cpu (cris-implemented-writable-specregs-v32): Correct size |