Re: move patterns, emit_move_insn

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Florent DEFAY <spira.inhabitant@xxxxxxxxx> writes:

> And move in HImode is defined by these patterns in the md :

The movMM patterns are special.  You must have a single define_insn
which matches all moves in a given mode, with alternatives which support
all the different possibilities.  Unlike other instructions, you can not
use different insns to match different cases.  The single insn doesn't
literally have to be movhi--that can be a define_expand.  But there must
be one insn.  The reload pass depends on this.

Ian

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux