jkmcnk / sx-gcc

The GNU Compiler Collection port to NEC SX CPU architecture.
GNU General Public License v2.0
0 stars 2 forks source link

sign extension SI to DI wrong #64

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The formerly used insn was
mpy %0,1,%1

This just works for positive SI numbers.

Original issue reported on code.google.com by efo...@gmail.com on 2 Dec 2008 at 2:47

GoogleCodeExporter commented 8 years ago
Fixed with svn r151.

Original comment by efo...@gmail.com on 2 Dec 2008 at 3:07