r179315 - in /trunk/gcc: ChangeLog config/rx/pr...

nickc@gcc.gnu.org nickc@gcc.gnu.org
Wed Sep 28 14:37:00 GMT 2011


Author: nickc
Date: Wed Sep 28 14:37:30 2011
New Revision: 179315

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179315
Log:
	* config/rx/predicates.md (rx_minmax_operand): New predicate.
	Accepts immediates and a restricted subset of MEMs.
	* config/rx/rx.md (int_modes): New iterator.
	(smaxsi3, sminsi3): Delete and replace with...
	(smax<int_mode>3, smin<int_mode>3): New patterns.
	(umax<>3_u, umax<>3_ur, umax<>3, umin<>3): New patterns.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/rx/predicates.md
    trunk/gcc/config/rx/rx.md



More information about the Gcc-cvs mailing list