xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: "Jan Beulich" <JBeulich@suse.com>
To: "Andrew Cooper" <andrew.cooper3@citrix.com>,
	"xen-devel" <xen-devel@lists.xenproject.org>
Cc: Wei Liu <wei.liu2@citrix.com>,
	Razvan Cojocaru <rcojocaru@bitdefender.com>,
	Roger Pau Monne <roger.pau@citrix.com>
Subject: Re: [Xen-devel] [PATCH] x86emul: add support for missing {, V}PMADDWD insns
Date: Wed, 15 May 2019 05:50:42 -0600	[thread overview]
Message-ID: <5CDBFD12020000780022F37C@prv1-mh.provo.novell.com> (raw)
Message-ID: <20190515115042.-hZADkXxjxLnDafcFdEi4fSoclpuFgEZ_xIJyqcRYkA@z> (raw)
In-Reply-To: <ecde9471-17e5-61b8-1c61-67cac1d54fc4@citrix.com>

>>> On 15.05.19 at 12:17, <andrew.cooper3@citrix.com> wrote:
> On 15/05/2019 09:23, Jan Beulich wrote:
>> --- a/xen/arch/x86/x86_emulate/x86_emulate.c
>> +++ b/xen/arch/x86/x86_emulate/x86_emulate.c
>> @@ -6624,6 +6624,8 @@ x86_emulate(
>>      case X86EMUL_OPC_VEX_66(0x0f, 0xf3): /* vpsllq xmm/m128,{x,y}mm,{x,y}mm */
>>      case X86EMUL_OPC_66(0x0f, 0xf4):     /* pmuludq xmm/m128,xmm */
>>      case X86EMUL_OPC_VEX_66(0x0f, 0xf4): /* vpmuludq {x,y}mm/mem,{x,y}mm,{x,y}mm */
>> +    CASE_SIMD_PACKED_INT(0x0f, 0xf5):    /* pmaddwd {,x}mm/mem,{,x}mm */
>> +    case X86EMUL_OPC_VEX_66(0x0f, 0xf5): /* vpmaddwd {x,y}mm/mem,{x,y}mm,{x,y}mm */
> 
> Nothing on this path checks for SSSE3, AFAICT.

Of course not - the insn first got introduced with MMX, then
promoted with SSE2 and again with AVX and AVX2.

Jan



_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

  parent reply	other threads:[~2019-05-15 11:51 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-15  8:23 [PATCH] x86emul: add support for missing {, V}PMADDWD insns Jan Beulich
2019-05-15  8:23 ` [Xen-devel] " Jan Beulich
2019-05-15  9:43 ` Alexandru Stefan ISAILA
2019-05-15  9:43   ` [Xen-devel] " Alexandru Stefan ISAILA
2019-05-15 10:17 ` Andrew Cooper
2019-05-15 10:17   ` [Xen-devel] " Andrew Cooper
2019-05-15 11:50   ` Jan Beulich [this message]
2019-05-15 11:50     ` Jan Beulich
2019-05-15 11:59     ` Andrew Cooper
2019-05-15 11:59       ` [Xen-devel] " Andrew Cooper

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5CDBFD12020000780022F37C@prv1-mh.provo.novell.com \
    --to=jbeulich@suse.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=rcojocaru@bitdefender.com \
    --cc=roger.pau@citrix.com \
    --cc=wei.liu2@citrix.com \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).