This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Use ColdFire V4 mov3q instruction to store constantsto memory


>> +   else if (TARGET_CFV4 && (GET_MODE (operands[0]) == SImode)
>> + 	   && valid_mov3q_const (operands[1]))
>> +     return "move3q%.l %1,%0";
>
>This move3q is spelled differently...

It should be mov3q.

-- 
Peter Barada
peter@the-baradas.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]