Re: [PATCH, rs6000] Add xxswapd support for V2DF and V2DI modes

2019-11-06 Thread Segher Boessenkool
Hi! On Wed, Nov 06, 2019 at 10:41:42AM -0600, Kelvin Nilsen wrote: > It was recently discovered that the existing xxswapd instruction patterns > lack support for the V2DF and V2DI modes. Support for these modes is > required for certain new instruction patterns that are being implemented. Okay

[PATCH, rs6000] Add xxswapd support for V2DF and V2DI modes

2019-11-06 Thread Kelvin Nilsen
It was recently discovered that the existing xxswapd instruction patterns lack support for the V2DF and V2DI modes. Support for these modes is required for certain new instruction patterns that are being implemented. This patch adds the desired support. The patch has been bootstrapped and te

Re: [PATCH RS6000], add xxswapd support

2019-09-23 Thread Segher Boessenkool
Hi Carl, On Mon, Sep 23, 2019 at 08:07:32AM -0700, Carl Love wrote: > * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi): > New define_insn. > (vsx_xxpermdi4_le_, vsx_xxpermdi8_le_V8HI, > vsx_xxpermdi16_le_V16QI): Removed define_insn. If you use "" in a cha

[PATCH RS6000], add xxswapd support

2019-09-23 Thread Carl Love
GCC maintainers: The following patch adds define_insn support for xxswapd mnemonic.  The xxswapd mnemonic is the more prefered name for the xxpermdi mnemonic.  The following patch replaces the define_insn xxpermdi with define_insn xxswapd. The patch has been tested on:   powerpc64le-unknown-linu

[PATCH RS6000], add xxswapd support

2019-09-12 Thread Carl Love
GCC maintainers: The following patch adds define_insn support for xxswapd mnemonic. The xxswapd mnemonic is the more prefered name for the xxpermdi mnemonic. The following patch replaces the define_insn xxpermdi with define_insn xxswapd. The patch has been tested on:   powerpc64le-unknown-li