http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55303
Bug #: 55303 Summary: [SH] Add support for clips / clipu instructions Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: target AssignedTo: unassig...@gcc.gnu.org ReportedBy: olege...@gcc.gnu.org Target: sh2a*-*-* Support for the following SH2A specific instructions should be added: clips.b Rn clips.w Rn clipu.b Rn clipu.w Rn These can be used to implement saturating arithmetic, for example.