Commit 91760fce by Ian Lance Taylor

Use register_operand, not reg_or_0_operand, in FP conditional move

From-SVN: r12945
parent f6968f59
...@@ -7085,8 +7085,8 @@ move\\t%0,%z4\\n\\ ...@@ -7085,8 +7085,8 @@ move\\t%0,%z4\\n\\
[(set (match_dup 4) (match_operand 1 "comparison_operator" "")) [(set (match_dup 4) (match_operand 1 "comparison_operator" ""))
(set (match_operand:SF 0 "register_operand" "") (set (match_operand:SF 0 "register_operand" "")
(if_then_else:SF (match_dup 5) (if_then_else:SF (match_dup 5)
(match_operand:SF 2 "reg_or_0_operand" "") (match_operand:SF 2 "register_operand" "")
(match_operand:SF 3 "reg_or_0_operand" "")))] (match_operand:SF 3 "register_operand" "")))]
"mips_isa >= 4 && TARGET_HARD_FLOAT" "mips_isa >= 4 && TARGET_HARD_FLOAT"
" "
{ {
...@@ -7098,8 +7098,8 @@ move\\t%0,%z4\\n\\ ...@@ -7098,8 +7098,8 @@ move\\t%0,%z4\\n\\
[(set (match_dup 4) (match_operand 1 "comparison_operator" "")) [(set (match_dup 4) (match_operand 1 "comparison_operator" ""))
(set (match_operand:DF 0 "register_operand" "") (set (match_operand:DF 0 "register_operand" "")
(if_then_else:DF (match_dup 5) (if_then_else:DF (match_dup 5)
(match_operand:DF 2 "reg_or_0_operand" "") (match_operand:DF 2 "register_operand" "")
(match_operand:DF 3 "reg_or_0_operand" "")))] (match_operand:DF 3 "register_operand" "")))]
"mips_isa >= 4 && TARGET_HARD_FLOAT && TARGET_DOUBLE_FLOAT" "mips_isa >= 4 && TARGET_HARD_FLOAT && TARGET_DOUBLE_FLOAT"
" "
{ {
......
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