Re: PATCH, v2: PR target/47715: [x32] Use SImode for thread pointer

2011-07-29 Thread H.J. Lu
On Fri, Jul 29, 2011 at 6:18 AM, H.J. Lu wrote: > On Fri, Jul 29, 2011 at 4:01 AM, Uros Bizjak wrote: >> [ For some reason this post didn't reach gcc-patches@ ML archives... ] >> >> Hello! >> >> ABI specifies that TP is loaded in ptr_mode. Attached patch implements >> this requirement. >> >> 2011

Re: PATCH, v2: PR target/47715: [x32] Use SImode for thread pointer

2011-07-29 Thread H.J. Lu
On Fri, Jul 29, 2011 at 4:01 AM, Uros Bizjak wrote: > [ For some reason this post didn't reach gcc-patches@ ML archives... ] > > Hello! > > ABI specifies that TP is loaded in ptr_mode. Attached patch implements > this requirement. > > 2011-07-29  Uros Bizjak   > >        * config/i386/i386.md (*lo

PATCH, v2: PR target/47715: [x32] Use SImode for thread pointer

2011-07-29 Thread Uros Bizjak
[ For some reason this post didn't reach gcc-patches@ ML archives... ] Hello! ABI specifies that TP is loaded in ptr_mode. Attached patch implements this requirement. 2011-07-29  Uros Bizjak          * config/i386/i386.md (*load_tp_x32): New.        (*load_tp_x32_zext): Ditto.        (*add_tp_x

PATCH, v2: PR target/47715: [x32] Use SImode for thread pointer

2011-07-29 Thread Uros Bizjak
Hello! ABI specifies that TP is loaded in ptr_mode. Attached patch implements this requirement. 2011-07-29 Uros Bizjak * config/i386/i386.md (*load_tp_x32): New. (*load_tp_x32_zext): Ditto. (*add_tp_x32): Ditto. (*add_tp_x32_zext): Ditto. (*load_tp_): D