i386.md (*movsi_1): Use movdqa to move one xmm register to another one.

2003-01-28  Vladimir Makarov  <vmakarov@redhat.com>

	* config/i386/i386.md (*movsi_1): Use movdqa to move one xmm
	register to another one.

From-SVN: r61981
This commit is contained in:
Vladimir Makarov 2003-01-28 17:03:38 +00:00 committed by Vladimir Makarov
parent 40cdfd5aa4
commit 371c988bb7
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-01-28 Vladimir Makarov <vmakarov@redhat.com>
* config/i386/i386.md (*movsi_1): Use movdqa to move one xmm
register to another one.
2003-01-28 Richard Henderson <rth@redhat.com>
* calls.c (default_must_pass_in_stack): Fix typo in !type case.

View File

@ -1172,7 +1172,7 @@
switch (get_attr_type (insn))
{
case TYPE_SSEMOV:
if (get_attr_mode (insn) == TImode)
if (get_attr_mode (insn) == TImode || which_alternative == 9)
return "movdqa\t{%1, %0|%0, %1}";
return "movd\t{%1, %0|%0, %1}";