Re: [PATCH] Match x86 family machine constraints section with constarints.md

2017-05-25 Thread Uros Bizjak
On Thu, May 25, 2017 at 8:22 AM, Peryt, Sebastian wrote: > Hi, > > Thank you very much for the answers. Can someone please commit this patch for > me? Committed as r248468. Uros.

RE: [PATCH] Match x86 family machine constraints section with constarints.md

2017-05-24 Thread Peryt, Sebastian
, Julia ; kirill.yuk...@gmail.com Subject: Re: [PATCH] Match x86 family machine constraints section with constarints.md On Tue, May 23, 2017 at 5:33 PM, Sandra Loosemore wrote: > On 04/28/2017 03:30 AM, Peryt, Sebastian wrote: >> >> Hi, >> >> Thank you for your

Re: [PATCH] Match x86 family machine constraints section with constarints.md

2017-05-24 Thread Uros Bizjak
On Tue, May 23, 2017 at 5:33 PM, Sandra Loosemore wrote: > On 04/28/2017 03:30 AM, Peryt, Sebastian wrote: >> >> Hi, >> >> Thank you for your comments. I edited my patch accordingly. As for some of >> your doubts: >> - REX is the opcode prefix to access 64-bit register extensions >> introduced in

Re: [PATCH] Match x86 family machine constraints section with constarints.md

2017-05-23 Thread Sandra Loosemore
On 04/28/2017 03:30 AM, Peryt, Sebastian wrote: Hi, Thank you for your comments. I edited my patch accordingly. As for some of your doubts: - REX is the opcode prefix to access 64-bit register extensions introduced in IA-32e mode. - EVEX is the encoding prefix which applies to SIMD operating

RE: [PATCH] Match x86 family machine constraints section with constarints.md

2017-05-23 Thread Peryt, Sebastian
. Thanks, Sebastian -Original Message- From: Sandra Loosemore [mailto:san...@codesourcery.com] Sent: Thursday, April 27, 2017 10:17 PM To: Peryt, Sebastian ; gcc-patches@gcc.gnu.org Cc: ubiz...@gmail.com; Koval, Julia Subject: Re: [PATCH] Match x86 family machine constraints section with

RE: [PATCH] Match x86 family machine constraints section with constarints.md

2017-04-28 Thread Peryt, Sebastian
stian -Original Message- From: Sandra Loosemore [mailto:san...@codesourcery.com] Sent: Thursday, April 27, 2017 10:17 PM To: Peryt, Sebastian ; gcc-patches@gcc.gnu.org Cc: ubiz...@gmail.com; Koval, Julia Subject: Re: [PATCH] Match x86 family machine constraints section with constarints.md On

Re: [PATCH] Match x86 family machine constraints section with constarints.md

2017-04-27 Thread Sandra Loosemore
On 04/26/2017 08:29 AM, Peryt, Sebastian wrote: Hi, This patch updates x86 family machine constraints section in '16.8.5 Constraints for Particular Machines' section to match the ones in 'config/i386/constraints.md'. gcc/ * doc/md.texi (Machine Constraints): Update x86 family machine

[PATCH] Match x86 family machine constraints section with constarints.md

2017-04-26 Thread Peryt, Sebastian
Hi, This patch updates x86 family machine constraints section in '16.8.5 Constraints for Particular Machines' section to match the ones in 'config/i386/constraints.md'. gcc/ * doc/md.texi (Machine Constraints): Update x86 family machine constraints section to match 'config/i