Re: PATCH [8/n] X32: Convert to Pmode if needed

2011-07-21 Thread H.J. Lu
On Thu, Jul 21, 2011 at 3:00 AM, Uros Bizjak wrote: > On Tue, Jul 19, 2011 at 6:47 AM, H.J. Lu wrote: > > So, since copy_to_reg & co. expects x in Pmode or VOIDmode constant > (due to force_reg that won't do mode conversion), we have to implement > them with a mode conversion... > >> This patch a

Re: PATCH [8/n] X32: Convert to Pmode if needed

2011-07-21 Thread Uros Bizjak
On Tue, Jul 19, 2011 at 6:47 AM, H.J. Lu wrote: So, since copy_to_reg & co. expects x in Pmode or VOIDmode constant (due to force_reg that won't do mode conversion), we have to implement them with a mode conversion... > This patch adds the missing Pmode check and conversion.  OK for trunk? > 20

Re: PATCH [8/n] X32: Convert to Pmode if needed

2011-07-19 Thread H.J. Lu
On Tue, Jul 19, 2011 at 10:49 AM, Uros Bizjak wrote: > On Tue, Jul 19, 2011 at 6:47 AM, H.J. Lu wrote: > >> This patch adds the missing Pmode check and conversion.  OK for trunk? > >> 2011-07-18  H.J. Lu   >> >>        * config/i386/i386.c (ix86_legitimize_address): Convert to >>        Pmode if

Re: PATCH [8/n] X32: Convert to Pmode if needed

2011-07-19 Thread Uros Bizjak
On Tue, Jul 19, 2011 at 6:47 AM, H.J. Lu wrote: > This patch adds the missing Pmode check and conversion.  OK for trunk? > 2011-07-18  H.J. Lu   > >        * config/i386/i386.c (ix86_legitimize_address): Convert to >        Pmode if needed. >        (ix86_expand_move): Likewise. >        (ix86_e

PATCH [8/n] X32: Convert to Pmode if needed

2011-07-18 Thread H.J. Lu
Hi, This patch adds the missing Pmode check and conversion. OK for trunk? Thanks. H.J. --- 2011-07-18 H.J. Lu * config/i386/i386.c (ix86_legitimize_address): Convert to Pmode if needed. (ix86_expand_move): Likewise. (ix86_expand_call): Likewise. (ix8