This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: store double-cvtd-to-int to memory
- From: Richard Henderson <rth at redhat dot com>
- To: Dale Johannesen <dalej at apple dot com>
- Cc: David Edelsohn <dje at watson dot ibm dot com>, gcc at gcc dot gnu dot org
- Date: Thu, 13 Mar 2003 14:32:06 -0800
- Subject: Re: store double-cvtd-to-int to memory
- References: <7C8B66E0-54F5-11D7-B9FE-000393D76DAA@apple.com>
On Wed, Mar 12, 2003 at 05:45:36PM -0800, Dale Johannesen wrote:
> [(set (match_operand:SI 0 "memory_operand" "=m")
> (fix:SI (match_operand:DF 1 "gpc_reg_operand" "f")))
> (clobber (match_operand:DI 2 "gpc_reg_operand" "=f"))
> (clobber (match_operand:DI 3 "memory_operand" "=o"))]
>
> where op3 is a stack temp.
Do you actually need the stack temp? I understood you that
you didn't need it, because you had an instruction for this
directly. If not, just leave it out.
r~