Commit 8b2b54f9 by Uros Bizjak

* config/i386/i386.md: Add missing part from my previous commit.

From-SVN: r163859
parent bcf71673
...@@ -2868,12 +2868,12 @@ ...@@ -2868,12 +2868,12 @@
(match_operand:XF 1 "general_operand" ""))] (match_operand:XF 1 "general_operand" ""))]
"reload_completed "reload_completed
&& !(MEM_P (operands[0]) && MEM_P (operands[1])) && !(MEM_P (operands[0]) && MEM_P (operands[1]))
&& ! (ANY_FP_REG_P (operands[0]) || && ! (FP_REG_P (operands[0]) ||
(GET_CODE (operands[0]) == SUBREG (GET_CODE (operands[0]) == SUBREG
&& ANY_FP_REG_P (SUBREG_REG (operands[0])))) && FP_REG_P (SUBREG_REG (operands[0]))))
&& ! (ANY_FP_REG_P (operands[1]) || && ! (FP_REG_P (operands[1]) ||
(GET_CODE (operands[1]) == SUBREG (GET_CODE (operands[1]) == SUBREG
&& ANY_FP_REG_P (SUBREG_REG (operands[1]))))" && FP_REG_P (SUBREG_REG (operands[1]))))"
[(const_int 0)] [(const_int 0)]
"ix86_split_long_move (operands); DONE;") "ix86_split_long_move (operands); DONE;")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment