i386.md (fixsfsi2, fixdfdi2): Force operand to register for SSE.

* i386.md (fixsfsi2, fixdfdi2): Force operand to register
	for SSE.

From-SVN: r39636
This commit is contained in:
Jan Hubicka 2001-02-13 16:34:11 +01:00 committed by Jan Hubicka
parent 1deaa899db
commit 1698bba11f
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Tue Feb 13 16:32:20 CET 2001 Jan Hubicka <jh@suse.cz>
* i386.md (fixsfsi2, fixdfdi2): Force operand to register
for SSE.
Tue Feb 13 14:53:16 CET 2001 Jan Hubicka <jh@suse.cz>
* i386.md (add?f3, sub?f3, mul?f3, dif?f3): Enable for TARGET_SSE(2)

View File

@ -4049,6 +4049,7 @@
{
if (TARGET_SSE2)
{
operands[0] = force_reg (SImode, operands[0]);
emit_insn (gen_fix_truncdfsi_sse (operands[0], operands[1]));
DONE;
}
@ -4070,6 +4071,7 @@
{
if (TARGET_SSE2)
{
operands[0] = force_reg (SImode, operands[0]);
emit_insn (gen_fix_truncsfsi_sse (operands[0], operands[1]));
DONE;
}