From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752859AbcGTAXV (ORCPT ); Tue, 19 Jul 2016 20:23:21 -0400 Received: from mail.kernel.org ([198.145.29.136]:38464 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752175AbcGTAXT (ORCPT ); Tue, 19 Jul 2016 20:23:19 -0400 Date: Wed, 20 Jul 2016 09:23:13 +0900 From: Masami Hiramatsu To: Adrian Hunter Cc: linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Jiri Olsa , Dan Williams , Masami Hiramatsu , Ingo Molnar , "H. Peter Anvin" , Thomas Gleixner , Andy Lutomirski , X86 ML Subject: Re: [PATCH 0/2] x86/insn: perf tools: Add AVX-512 support to the instruction decoder Message-Id: <20160720092313.9269ce05e63a4d68fd262fe3@kernel.org> In-Reply-To: <1468932408-9868-1-git-send-email-adrian.hunter@intel.com> References: <1468932408-9868-1-git-send-email-adrian.hunter@intel.com> X-Mailer: Sylpheed 3.5.0 (GTK+ 2.24.30; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 19 Jul 2016 15:46:46 +0300 Adrian Hunter wrote: > Hi > > Here is a patch to add support for Intel's AVX-512 instructions to the > instruction decoder. Also there is a patch to fix vcvtph2ps. > > AVX-512 instructions are documented in Intel Architecture Instruction Set > Extensions Programming Reference (February 2016). Great job! I'll check it. Thank you! > > These patches do not conflict with Dan's removal of pcommit. > > > Adrian Hunter (2): > x86/insn: perf tools: Fix vcvtph2ps instruction decoding > x86/insn: perf tools: Add AVX-512 support to the instruction decoder > > arch/x86/include/asm/inat.h | 17 +- > arch/x86/include/asm/insn.h | 12 +- > arch/x86/lib/insn.c | 18 +- > arch/x86/lib/x86-opcode-map.txt | 263 ++- > arch/x86/tools/gen-insn-attr-x86.awk | 11 +- > tools/perf/arch/x86/tests/insn-x86-dat-32.c | 1018 ++++++++++- > tools/perf/arch/x86/tests/insn-x86-dat-64.c | 940 +++++++++- > tools/perf/arch/x86/tests/insn-x86-dat-src.c | 1789 ++++++++++++++++++++ > .../util/intel-pt-decoder/gen-insn-attr-x86.awk | 11 +- > tools/perf/util/intel-pt-decoder/inat.h | 17 +- > tools/perf/util/intel-pt-decoder/insn.c | 18 +- > tools/perf/util/intel-pt-decoder/insn.h | 12 +- > .../perf/util/intel-pt-decoder/x86-opcode-map.txt | 263 ++- > 13 files changed, 4179 insertions(+), 210 deletions(-) > > > Regards > Adrian -- Masami Hiramatsu