sse.md (sse4_2_pcmpestr): Use reg_not_xmm0_operand constraint for operand2.
authorUros Bizjak <ubizjak@gmail.com>
Fri, 14 Dec 2007 15:33:34 +0000 (16:33 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Fri, 14 Dec 2007 15:33:34 +0000 (16:33 +0100)
commit627eb745771b85751cbc9dd4ab842871cf22007f
tree1cbb659d14030239590fd3f5210ba313304db51e
parent720522379c33e1054acc70d63382ae4bb65ae119
sse.md (sse4_2_pcmpestr): Use reg_not_xmm0_operand constraint for operand2.

* config/i386/sse.md (sse4_2_pcmpestr): Use reg_not_xmm0_operand
constraint for operand2.  Use nonimm_not_xmm0_operand constraint
for operand 4.  Update arguments in the call to
gen_sse4_2_pcmpestr_cconly.
(sse_4_2_pcmpestr_cconly): Renumber insn operands and update insn
template accordingly.
(sse4_2_pcmpistr): Use reg_not_xmm0_operand constraint for operand2.
Use nonimm_not_xmm0_operand constraint for operand 3.  Update
arguments in the call to gen_sse4_2_pcmpistr_cconly.
(sse_4_2_pcmpistr_cconly): Renumber insn operands and update insn

testsuite/ChangeLog:

* gcc.target/i386/sse-12.c (dg-options): Use -msse4
instead of -msse4.1.
* gcc.target/i386/sse-12.c (dg-options): Ditto.
* g++.dg/other/i386-2.C (dg-options): Ditto.

From-SVN: r130934
gcc/ChangeLog
gcc/config/i386/sse.md
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/other/i386-2.C
gcc/testsuite/gcc.target/i386/sse-12.c
gcc/testsuite/gcc.target/i386/sse-13.c