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]

Integer moves for fp regs



md.texi has this tantalising comment to say:

"There may also be a need to support fixed point @samp{mov@var{m}}
 instructions in and out of floating point registers.  Unfortunately, I
 have forgotten why this was so, and I don't know whether it is still
 true."

Does anyone know the current situation regarding this? 

I see that caller-save expects that it can save/restore hard floating
point registers with integer move instructions, provided the registers
also support integer modes.  Unfortunately, this is not true for the
C4x and I'm wondering what other parts of GCC make this assumption.



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