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:
parent
40cdfd5aa4
commit
371c988bb7
@ -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.
|
||||
|
@ -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}";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user