Re: [PATCH ARM iWMMXt 1/5] ARM code generic change

2012-06-06 Thread Ramana Radhakrishnan
On 29 May 2012 05:13, Matt Turner wrote: > From: Xinyu Qi > >        gcc/ >        * config/arm/arm.c (FL_IWMMXT2): New define. >        (arm_arch_iwmmxt2): New variable. >        (arm_option_override): Enable use of iWMMXt with VFP. >        Disable use of iWMMXt with NEON. Disable use of iWMMXt

RE: [PATCH, ARM, iWMMXt][1/5]: ARM code generic change

2011-12-28 Thread Xinyu Qi
> At 2011-12-15 00:47:48,"Richard Earnshaw" wrote: > > On 14/07/11 08:35, Xinyu Qi wrote: > > >>> Hi, > > >>> > > >>> It is the first part of iWMMXt maintenance. > > >>> > > >>> *config/arm/arm.c (arm_option_override): > > >>> Enable iWMMXt with VFP. iWMMXt and NEON are incompatible. > > >> iWMM

RE: [PATCH, ARM, iWMMXt][1/5]: ARM code generic change

2011-12-21 Thread Xinyu Qi
At 2011-12-15 00:47:48,"Richard Earnshaw" wrote: > On 14/07/11 08:35, Xinyu Qi wrote: > >>> Hi, > >>> > >>> It is the first part of iWMMXt maintenance. > >>> > >>> *config/arm/arm.c (arm_option_override): > >>> Enable iWMMXt with VFP. iWMMXt and NEON are incompatible. > >> iWMMXt unsupported un

Re: [PATCH, ARM, iWMMXt][1/5]: ARM code generic change

2011-12-14 Thread Richard Earnshaw
On 14/07/11 08:35, Xinyu Qi wrote: >>> Hi, >>> >>> It is the first part of iWMMXt maintenance. >>> >>> *config/arm/arm.c (arm_option_override): >>> Enable iWMMXt with VFP. iWMMXt and NEON are incompatible. >> iWMMXt unsupported under Thumb-2 mode. >>> (arm_expand_binop_builtin): Accept immedia

RE: [PATCH, ARM, iWMMXt][1/5]: ARM code generic change

2011-08-17 Thread Xinyu Qi
> -Original Message- > From: Ramana Radhakrishnan [mailto:ramana.radhakrish...@linaro.org] At 2011-08-18 09:29:34,"Ramana Radhakrishnan" wrote: > Hi , > > Sorry about the delayed review - It's taken me a while to get back to this . > > On 14 July 2011 08:35, Xinyu Qi wrote: > >> > Hi

Re: [PATCH, ARM, iWMMXt][1/5]: ARM code generic change

2011-08-17 Thread Ramana Radhakrishnan
Hi , Sorry about the delayed review - It's taken me a while to get back to this . On 14 July 2011 08:35, Xinyu Qi wrote: >> > Hi, >> > >> > It is the first part of iWMMXt maintenance. >> > >> > *config/arm/arm.c (arm_option_override): >> >   Enable iWMMXt with VFP. iWMMXt and NEON are incompatib

RE: [PATCH, ARM, iWMMXt][1/5]: ARM code generic change

2011-07-14 Thread Xinyu Qi
> > Hi, > > > > It is the first part of iWMMXt maintenance. > > > > *config/arm/arm.c (arm_option_override): > > Enable iWMMXt with VFP. iWMMXt and NEON are incompatible. > iWMMXt unsupported under Thumb-2 mode. > > (arm_expand_binop_builtin): Accept immediate op (with mode VOID) > > *config/a

Re: [PATCH, ARM, iWMMXt][1/5]: ARM code generic change

2011-07-12 Thread Ramana Radhakrishnan
On 06/07/11 11:11, Xinyu Qi wrote: > Hi, > > It is the first part of iWMMXt maintenance. > > *config/arm/arm.c (arm_option_override): > Enable iWMMXt with VFP. iWMMXt and NEON are incompatible. iWMMXt > unsupported under Thumb-2 mode. > (arm_expand_binop_builtin): Accept immediate op (with mod