This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 128bit long double support for i386


> + (define_insn "*pushtf_nointeger"
> +   [(set (match_operand:TF 0 "push_operand" "=<,<,<")
> + 	(match_operand:TF 1 "general_no_elim_operand" "f,Fo,*r"))]
> +   "optimize_size"
> +   "*
> + {
> +   switch (which_alternative)
> +     {
> +     case 0:
> +       /* %%% We loose REG_DEAD notes for controling pops if we split late.  */
> +       operands[0] = gen_rtx_MEM (XFmode, stack_pointer_rtx);
> +       operands[2] = stack_pointer_rtx;
> +       operands[3] = GEN_INT (12);

Surely this should be 16 not 12?

> + (define_insn "*pushtf_integer"

Likewise.


Otherwise ok.


r~

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]