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

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

2012-05-28 Thread Matt Turner
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 under Thumb mode. Set arm_arch_iwmmxt2.

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

2012-03-13 Thread Xinyu Qi
PING At 2012-02-03 10:02:28,"Xinyu Qi" wrote: > PING > > http://gcc.gnu.org/ml/gcc-patches/2011-12/msg01787.html > > At 2011-12-29 14:20:20,"Xinyu Qi" wrote: > > > At 2011-12-15 00:47:48,"Richard Earnshaw" wrote: > > > > On 14/07/11 08:35, Xinyu Qi wrote: > > > > >>> Hi, > > > > >>> > > > > >

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

2012-02-02 Thread Xinyu Qi
PING http://gcc.gnu.org/ml/gcc-patches/2011-12/msg01787.html At 2011-12-29 14:20:20,"Xinyu Qi" wrote: > > 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. > > > >>> > > > >>> *

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: PING: [PATCH, ARM, iWMMXt][1/5]: ARM code generic change

2011-10-20 Thread Ramana Radhakrishnan
On 20 October 2011 08:35, Xinyu Qi wrote: > Ping > > http://gcc.gnu.org/ml/gcc-patches/2011-07/msg01100.html > >        * config/arm/arm.c (arm_option_override): Enable use of iWMMXt with > VFP. >        Disable use of iwMMXt and Neon. >        (arm_expand_binop_builtin): Accept VOIDmode op. >  

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

2011-10-20 Thread Xinyu Qi
Ping http://gcc.gnu.org/ml/gcc-patches/2011-07/msg01100.html * config/arm/arm.c (arm_option_override): Enable use of iWMMXt with VFP. Disable use of iwMMXt and Neon. (arm_expand_binop_builtin): Accept VOIDmode op. * config/arm/arm.md (*arm_movdi): Remove check for

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

2011-09-25 Thread Xinyu Qi
Ping http://gcc.gnu.org/ml/gcc-patches/2011-07/msg01100.html * config/arm/arm.c (arm_option_override): Enable use of iWMMXt with VFP. Disable use of iwMMXt and Neon. (arm_expand_binop_builtin): Accept VOIDmode op. * config/arm/arm.md (*arm_movdi): Remove check for

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: PING: [PATCH, ARM, iWMMXt][1/5]: ARM code generic change

2011-07-28 Thread Xinyu Qi
Ping. http://gcc.gnu.org/ml/gcc-patches/2011-07/msg01100.html At 2011-07-14 15:35:52,"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-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

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

2011-07-06 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/arm/arm.md: Resettle include locat