From: H.J. Lu Date: Fri, 28 Mar 2008 18:42:06 +0000 (+0000) Subject: sse.md (*and3): Pass mode instead of V4SFmode to ix86_binary_operator_ok. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ad387dad232e58945fc3a1dadc3bd29459d945a0;p=gcc.git sse.md (*and3): Pass mode instead of V4SFmode to ix86_binary_operator_ok. 2008-03-28 H.J. Lu * config/i386/sse.md (*and3): Pass mode instead of V4SFmode to ix86_binary_operator_ok. From-SVN: r133693 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7f0fe265f4e..7e0b005e39a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2008-03-28 H.J. Lu + + * config/i386/sse.md (*and3): Pass mode instead + of V4SFmode to ix86_binary_operator_ok. + 2008-03-28 Uros Bizjak * config/i386/i386.c (override_options): Initialize diff --git a/gcc/config/i386/sse.md b/gcc/config/i386/sse.md index 8ea5bc0048b..2ac9fb1ccb0 100644 --- a/gcc/config/i386/sse.md +++ b/gcc/config/i386/sse.md @@ -972,7 +972,7 @@ (match_operand:SSEMODEF2P 1 "nonimmediate_operand" "%0") (match_operand:SSEMODEF2P 2 "nonimmediate_operand" "xm")))] "SSE_VEC_FLOAT_MODE_P (mode) - && ix86_binary_operator_ok (AND, V4SFmode, operands)" + && ix86_binary_operator_ok (AND, mode, operands)" "andp\t{%2, %0|%0, %2}" [(set_attr "type" "sselog") (set_attr "mode" "")])