Re: [PATCH, i386] Introduce support for PKU instructions.

2015-12-23 Thread Uros Bizjak
On Tue, Dec 22, 2015 at 4:43 PM, Kirill Yukhin wrote: > Hello Uroš, > I (hopefully fixed all of inputs, thanks! > > Updated patch for i386.md in the bottom, > rest patch is the same. > > Bootstrap in progress. New tests pass. > > Is it ok for trunk if bootstrap will pass?

Re: [PATCH, i386] Introduce support for PKU instructions.

2015-12-22 Thread Kirill Yukhin
Hello Uroš, I (hopefully fixed all of inputs, thanks! Updated patch for i386.md in the bottom, rest patch is the same. Bootstrap in progress. New tests pass. Is it ok for trunk if bootstrap will pass? On 20 Dec 11:56, Uros Bizjak wrote: > > +(define_expand "rdpkru" > > + [(set

Re: [PATCH, i386] Introduce support for PKU instructions.

2015-12-20 Thread Uros Bizjak
On Fri, Dec 18, 2015 at 8:15 AM, Kirill Yukhin wrote: > Hello, > Patch in the bottom introduces support Intel PKRU instructions: > rdpkru and wrpkru. > It is pretty straight-forward, so I hope it is still suitable for v6. > > Names for new intrinsics will appear shortly

[PATCH, i386] Introduce support for PKU instructions.

2015-12-17 Thread Kirill Yukhin
Hello, Patch in the bottom introduces support Intel PKRU instructions: rdpkru and wrpkru. It is pretty straight-forward, so I hope it is still suitable for v6. Names for new intrinsics will appear shortly in new revision of SDM. Bootstrapped & regtested. Is it ok for trunk? gcc/ *