This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch for the mn10300
On Thu, Nov 30, 2000 at 07:12:37PM +0000, rsandifo@redhat.com wrote:
> ! (define_insn "store_movm_non_am33"
> ! [(const_int 1)
> ! (use (reg:SI 2))
> ! (use (reg:SI 3))
> ! (use (reg:SI 6))
> ! (use (reg:SI 7))
> ! (clobber (reg:SI 9))]
It would be much better in my opinion to simply represent
this instruction properly. Which this pattern does not.
See for example stmsi in arm.md.
r~