RE: [PATCH][i386] Adding MOVDIRI and MOVDIR64B instructions

2018-04-19 Thread Peryt, Sebastian
> On Thu, Apr 19, 2018 at 3:11 PM, Peryt, Sebastian > wrote: > >> On Thu, Apr 19, 2018 at 2:35 PM, Peryt, Sebastian > >> > >> wrote: > >> >> On Wed, Apr 18, 2018 at 2:56 PM, Peryt, Sebastian > >> >> > >> >> wrote:

Re: [PATCH][i386] Adding MOVDIRI and MOVDIR64B instructions

2018-04-19 Thread Uros Bizjak
On Thu, Apr 19, 2018 at 3:11 PM, Peryt, Sebastian wrote: >> On Thu, Apr 19, 2018 at 2:35 PM, Peryt, Sebastian >> wrote: >> >> On Wed, Apr 18, 2018 at 2:56 PM, Peryt, Sebastian >> >> >> >> wrote: >> >> > Hi, >> >> >

RE: [PATCH][i386] Adding MOVDIRI and MOVDIR64B instructions

2018-04-19 Thread Peryt, Sebastian
> On Thu, Apr 19, 2018 at 2:35 PM, Peryt, Sebastian > wrote: > >> On Wed, Apr 18, 2018 at 2:56 PM, Peryt, Sebastian > >> > >> wrote: > >> > Hi, > >> > > >> > This patch enables new instructions - MOVDIRI and MOVDIR64B. > >> > > >> > Is it ok

Re: [PATCH][i386] Adding MOVDIRI and MOVDIR64B instructions

2018-04-19 Thread Uros Bizjak
On Thu, Apr 19, 2018 at 2:35 PM, Peryt, Sebastian wrote: >> On Wed, Apr 18, 2018 at 2:56 PM, Peryt, Sebastian >> wrote: >> > Hi, >> > >> > This patch enables new instructions - MOVDIRI and MOVDIR64B. >> > >> > Is it ok for trunk? >> >> Is

RE: [PATCH][i386] Adding MOVDIRI and MOVDIR64B instructions

2018-04-19 Thread Peryt, Sebastian
> On Wed, Apr 18, 2018 at 2:56 PM, Peryt, Sebastian > wrote: > > Hi, > > > > This patch enables new instructions - MOVDIRI and MOVDIR64B. > > > > Is it ok for trunk? > > Is there a reason that one flag goes to ix86_isa_flags and the other to > ix86_isa_flags2? This is

Re: [PATCH][i386] Adding MOVDIRI and MOVDIR64B instructions

2018-04-18 Thread Uros Bizjak
On Wed, Apr 18, 2018 at 2:56 PM, Peryt, Sebastian wrote: > Hi, > > This patch enables new instructions - MOVDIRI and MOVDIR64B. > > Is it ok for trunk? Is there a reason that one flag goes to ix86_isa_flags and the other to ix86_isa_flags2? Uros. > 2018-04-18

[PATCH][i386] Adding MOVDIRI and MOVDIR64B instructions

2018-04-18 Thread Peryt, Sebastian
Hi, This patch enables new instructions - MOVDIRI and MOVDIR64B. Is it ok for trunk? 2018-04-18 Sebastian Peryt gcc/ * common/config/i386/i386-common.c (OPTION_MASK_ISA_MOVDIRI_SET, OPTION_MASK_ISA_MOVDIR64B_SET,