]> git.ipfire.org Git - thirdparty/gcc.git/commit
i386: Emulate MMX ssse3_ph<plusminus_mnemonic>wv4hi3 with SSE
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 May 2019 15:22:39 +0000 (15:22 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 May 2019 15:22:39 +0000 (15:22 +0000)
commite8d36527ccc4c28ecadda51ebc19471edf5f800c
treecda58234b8d807d724099d661299ac5067af0bee
parent82d08df2b8f298622d31eceee9836861c7c3a01d
i386: Emulate MMX ssse3_ph<plusminus_mnemonic>wv4hi3 with SSE

Emulate MMX ssse3_ph<plusminus_mnemonic>wv4hi3 with SSE by moving bits
64:95 to bits 32:63 in SSE register.  Only SSE register source operand
is allowed.

PR target/89021
* config/i386/sse.md (ssse3_ph<plusminus_mnemonic>wv4hi3):
Changed to define_insn_and_split to support SSE emulation.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@271241 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/sse.md