This is the mail archive of the gcc@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: issues trying to add ColdFire v4e FPU support to gcc-20020107


On Wed, Jan 16, 2002 at 04:08:19PM -0500, Peter Barada wrote:
> 1) How does gcc decide that (REG+REG) is valid for the movdf instuction?

GO_IF_LEGITIMATE_ADDRESS.  Really.  If it isn't working, you've
messed up somewhere.

> 2) Is it considered valid for the compiler to generate RTL that the
>    patterns constraints reject in the rtl generation pass and hope
>    that GO_IF_LEGITIMATE_ADDRESS and LEGITIMIZE_ADDRESS will fix?

No.


r~


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