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]
Other format: [Raw text]

Re: [PATCH] Fix PR 18503


On Wed, 17 Nov 2004 10:54:38 +0100, Uros Bizjak <uros@kss-loka.si> wrote:
> 
> Index: i386.md
> ===================================================================
> RCS file: /cvs/gcc/gcc/gcc/config/i386/i386.md,v
> retrieving revision 1.562
> diff -u -p -r1.562 i386.md
> --- i386.md     18 Oct 2004 13:01:31 -0000      1.562
> +++ i386.md     17 Nov 2004 09:37:27 -0000
> @@ -20817,7 +20817,7 @@
>         (vec_merge:V4SF
>          (match_operand:V4SF 1 "register_operand" "0")
>          (match_operand:V4SF 2 "register_operand" "x")
> -        (const_int 1)))]
> +        (const_int 14)))]
                           ^^^^
Typo?  From the context I'd have guessed 4 here.

>    "TARGET_SSE"
>    "movss\t{%2, %0|%0, %2}"
>    [(set_attr "type" "ssemov")
> @@ -24279,7 +24279,7 @@
>         (vec_merge:V2DF
>          (match_operand:V2DF 1 "nonimmediate_operand" "0,0,0")
>          (match_operand:V2DF 2 "nonimmediate_operand" "x,m,x")
> -        (const_int 1)))]
> +        (const_int 2)))]
>    "TARGET_SSE2 && ix86_binary_operator_ok (UNKNOWN, V2DFmode, operands)"
>    "@movsd\t{%2, %0|%0, %2}
>      movlpd\t{%2, %0|%0, %2}
> 
> 
>


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