RE: [PATCH 1/4] perf tools: Add a test for decoding of new x86 instructions

2015-09-01 Thread 平松雅巳 / HIRAMATU,MASAMI
> From: Adrian Hunter [mailto:adrian.hun...@intel.com] > On 01/09/15 03:18, 平松雅巳 / HIRAMATU,MASAMI wrote: > >> From: Adrian Hunter [mailto:adrian.hun...@intel.com] > >> > >> Add a new test titled: > >> > >>Test x86 instruction decoder - new instructions > >> > >> The purpose of this test is to

Re: [PATCH 1/4] perf tools: Add a test for decoding of new x86 instructions

2015-09-01 Thread Adrian Hunter
On 01/09/15 03:18, 平松雅巳 / HIRAMATU,MASAMI wrote: >> From: Adrian Hunter [mailto:adrian.hun...@intel.com] >> >> Add a new test titled: >> >> Test x86 instruction decoder - new instructions >> >> The purpose of this test is to check the instruction decoder >> after new instructions have been

Re: [PATCH 1/4] perf tools: Add a test for decoding of new x86 instructions

2015-09-01 Thread Adrian Hunter
On 01/09/15 03:18, 平松雅巳 / HIRAMATU,MASAMI wrote: >> From: Adrian Hunter [mailto:adrian.hun...@intel.com] >> >> Add a new test titled: >> >> Test x86 instruction decoder - new instructions >> >> The purpose of this test is to check the instruction decoder >> after new instructions have been

RE: [PATCH 1/4] perf tools: Add a test for decoding of new x86 instructions

2015-09-01 Thread 平松雅巳 / HIRAMATU,MASAMI
> From: Adrian Hunter [mailto:adrian.hun...@intel.com] > On 01/09/15 03:18, 平松雅巳 / HIRAMATU,MASAMI wrote: > >> From: Adrian Hunter [mailto:adrian.hun...@intel.com] > >> > >> Add a new test titled: > >> > >>Test x86 instruction decoder - new instructions > >> > >> The purpose of this test is to

RE: [PATCH 1/4] perf tools: Add a test for decoding of new x86 instructions

2015-08-31 Thread 平松雅巳 / HIRAMATU,MASAMI
> From: Adrian Hunter [mailto:adrian.hun...@intel.com] > > Add a new test titled: > > Test x86 instruction decoder - new instructions > > The purpose of this test is to check the instruction decoder > after new instructions have been added. Initially, MPX > instructions are tested which

[PATCH 1/4] perf tools: Add a test for decoding of new x86 instructions

2015-08-31 Thread Adrian Hunter
Add a new test titled: Test x86 instruction decoder - new instructions The purpose of this test is to check the instruction decoder after new instructions have been added. Initially, MPX instructions are tested which are already supported, but the definitions in x86-opcode-map.txt will

RE: [PATCH 1/4] perf tools: Add a test for decoding of new x86 instructions

2015-08-31 Thread 平松雅巳 / HIRAMATU,MASAMI
> From: Adrian Hunter [mailto:adrian.hun...@intel.com] > > Add a new test titled: > > Test x86 instruction decoder - new instructions > > The purpose of this test is to check the instruction decoder > after new instructions have been added. Initially, MPX > instructions are tested which

[PATCH 1/4] perf tools: Add a test for decoding of new x86 instructions

2015-08-31 Thread Adrian Hunter
Add a new test titled: Test x86 instruction decoder - new instructions The purpose of this test is to check the instruction decoder after new instructions have been added. Initially, MPX instructions are tested which are already supported, but the definitions in x86-opcode-map.txt will