• Adrian Hunter's avatar
    x86/insn: perf tools: Add some more instructions to the new instructions test · 9adab034
    Adrian Hunter authored
    Add to the "x86 instruction decoder - new instructions" test the following
    instructions:
    
    	v4fmaddps
    	v4fmaddss
    	v4fnmaddps
    	v4fnmaddss
    	vaesdec
    	vaesdeclast
    	vaesenc
    	vaesenclast
    	vcvtne2ps2bf16
    	vcvtneps2bf16
    	vdpbf16ps
    	gf2p8affineinvqb
    	vgf2p8affineinvqb
    	gf2p8affineqb
    	vgf2p8affineqb
    	gf2p8mulb
    	vgf2p8mulb
    	vp2intersectd
    	vp2intersectq
    	vp4dpwssd
    	vp4dpwssds
    	vpclmulqdq
    	vpcompressb
    	vpcompressw
    	vpdpbusd
    	vpdpbusds
    	vpdpwssd
    	vpdpwssds
    	vpexpandb
    	vpexpandw
    	vpopcntb
    	vpopcntd
    	vpopcntq
    	vpopcntw
    	vpshldd
    	vpshldq
    	vpshldvd
    	vpshldvq
    	vpshldvw
    	vpshldw
    	vpshrdd
    	vpshrdq
    	vpshrdvd
    	vpshrdvq
    	vpshrdvw
    	vpshrdw
    	vpshufbitqmb
    
    For information about the instructions, refer Intel SDM May 2019
    (325462-070US) and Intel Architecture Instruction Set Extensions May
    2019 (319433-037).
    
    Committer testing:
    
      $ perf test x86
      61: x86 rdpmc                                             : Ok
      64: x86 instruction decoder - new instructions            : Ok
      66: x86 bp modify                                         : Ok
      $
    Signed-off-by: default avatarAdrian Hunter <adrian.hunter@intel.com>
    Tested-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
    Acked-by: default avatarMasami Hiramatsu <mhiramat@kernel.org>
    Cc: Andi Kleen <ak@linux.intel.com>
    Cc: Borislav Petkov <bp@alien8.de>
    Cc: H. Peter Anvin <hpa@zytor.com>
    Cc: Jiri Olsa <jolsa@redhat.com>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: Yu-cheng Yu <yu-cheng.yu@intel.com>
    Cc: x86@kernel.org
    Link: http://lore.kernel.org/lkml/20191125125044.31879-2-adrian.hunter@intel.comSigned-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
    9adab034
insn-x86-dat-src.c 115 KB