Re: [PATCH] Enable GCC support for TSXLDTRK

2020-05-06 Thread Uros Bizjak via Gcc-patches
On Wed, May 6, 2020 at 4:48 AM Hongtao Liu wrote: > > On Mon, May 4, 2020 at 12:58 AM Uros Bizjak wrote: > > > > The part above is OK, but you are missing support for > > __attribute__((__target__("..."))). Please see how for example -msgx > > is handled in isa2_opts in i386-options.c and in > >

Re: [PATCH] Enable GCC support for TSXLDTRK

2020-05-05 Thread Hongtao Liu via Gcc-patches
On Mon, May 4, 2020 at 12:58 AM Uros Bizjak wrote: > > The part above is OK, but you are missing support for > __attribute__((__target__("..."))). Please see how for example -msgx > is handled in isa2_opts in i386-options.c and in > gcc.target/i386/funcspec-56.h test source. > > Please repost the

Re: [PATCH] Enable GCC support for TSXLDTRK

2020-05-03 Thread Uros Bizjak via Gcc-patches
On Wed, Apr 1, 2020 at 9:27 AM Hongtao Liu wrote: > > Hi: > This patch is about to enable GCC support for TSXLDTRK which would > be in GLC. There's only 2 instructions: XRESLDTRK, XSUSLDTRK, more > details please > refer to >

Re: [PATCH] Enable GCC support for TSXLDTRK

2020-05-01 Thread hongtao via Gcc-patches
Uros Bizjak writes: Ping. > On Wed, Apr 1, 2020 at 9:28 AM Hongtao Liu wrote: >> >> On Wed, Apr 1, 2020 at 3:32 PM Hongtao Liu wrote: >> > >> > Hi: >> > This patch is about to enable GCC support for TSXLDTRK which would >> > be in GLC. There's only 2 instructions: XRESLDTRK, XSUSLDTRK, more

Re: [PATCH] Enable GCC support for TSXLDTRK

2020-04-01 Thread Uros Bizjak via Gcc-patches
On Wed, Apr 1, 2020 at 9:28 AM Hongtao Liu wrote: > > On Wed, Apr 1, 2020 at 3:32 PM Hongtao Liu wrote: > > > > Hi: > > This patch is about to enable GCC support for TSXLDTRK which would > > be in GLC. There's only 2 instructions: XRESLDTRK, XSUSLDTRK, more > > details please > > refer to > >

Re: [PATCH] Enable GCC support for TSXLDTRK

2020-04-01 Thread Hongtao Liu via Gcc-patches
On Wed, Apr 1, 2020 at 3:32 PM Hongtao Liu wrote: > > Hi: > This patch is about to enable GCC support for TSXLDTRK which would > be in GLC. There's only 2 instructions: XRESLDTRK, XSUSLDTRK, more > details please > refer to >

[PATCH] Enable GCC support for TSXLDTRK

2020-04-01 Thread Hongtao Liu via Gcc-patches
Hi: This patch is about to enable GCC support for TSXLDTRK which would be in GLC. There's only 2 instructions: XRESLDTRK, XSUSLDTRK, more details please refer to https://software.intel.com/sites/default/files/managed/c5/15/architecture-instruction-set-extensions-programming-reference.pdf I