Commit 2f607b94 by Richard Kenner

Insert some missing blank lines.

From-SVN: r6409
parent 5b9589fe
...@@ -2295,6 +2295,7 @@ ...@@ -2295,6 +2295,7 @@
"TARGET_PPCFPX" "TARGET_PPCFPX"
" "
{ operands[3] = gen_reg_rtx (SFmode); }") { operands[3] = gen_reg_rtx (SFmode); }")
(define_split (define_split
[(set (match_operand:SF 0 "gpc_reg_operand" "") [(set (match_operand:SF 0 "gpc_reg_operand" "")
(smax:SF (match_operand:SF 1 "gpc_reg_operand" "") (smax:SF (match_operand:SF 1 "gpc_reg_operand" "")
...@@ -2309,6 +2310,7 @@ ...@@ -2309,6 +2310,7 @@
(match_dup 1) (match_dup 1)
(match_dup 2)))] (match_dup 2)))]
"") "")
(define_expand "minsf3" (define_expand "minsf3"
[(set (match_dup 3) [(set (match_dup 3)
(minus:SF (match_operand:SF 2 "gpc_reg_operand" "") (minus:SF (match_operand:SF 2 "gpc_reg_operand" "")
...@@ -2321,6 +2323,7 @@ ...@@ -2321,6 +2323,7 @@
"TARGET_PPCFPX" "TARGET_PPCFPX"
" "
{ operands[3] = gen_reg_rtx (SFmode); }") { operands[3] = gen_reg_rtx (SFmode); }")
(define_split (define_split
[(set (match_operand:SF 0 "gpc_reg_operand" "") [(set (match_operand:SF 0 "gpc_reg_operand" "")
(smin:SF (match_operand:SF 1 "gpc_reg_operand" "") (smin:SF (match_operand:SF 1 "gpc_reg_operand" "")
...@@ -2335,6 +2338,7 @@ ...@@ -2335,6 +2338,7 @@
(match_dup 1) (match_dup 1)
(match_dup 2)))] (match_dup 2)))]
"") "")
(define_insn "" (define_insn ""
[(set (match_operand:SF 0 "gpc_reg_operand" "=f") [(set (match_operand:SF 0 "gpc_reg_operand" "=f")
(if_then_else:SF (ge (match_operand:SF 1 "gpc_reg_operand" "f") (if_then_else:SF (ge (match_operand:SF 1 "gpc_reg_operand" "f")
...@@ -2344,6 +2348,7 @@ ...@@ -2344,6 +2348,7 @@
"TARGET_PPCFPX" "TARGET_PPCFPX"
"fsel %0,%1,%2,%3" "fsel %0,%1,%2,%3"
[(set_attr "type" "fp")]) [(set_attr "type" "fp")])
(define_insn "" (define_insn ""
[(set (match_operand:CCFP 0 "cc_reg_operand" "=y") [(set (match_operand:CCFP 0 "cc_reg_operand" "=y")
(compare:CCFP (compare:CCFP
...@@ -2356,6 +2361,7 @@ ...@@ -2356,6 +2361,7 @@
"TARGET_PPCFPX" "TARGET_PPCFPX"
"fsel. %4,%1,%2,%3" "fsel. %4,%1,%2,%3"
[(set_attr "type" "fp")]) [(set_attr "type" "fp")])
(define_insn "" (define_insn ""
[(set (match_operand:CCFP 4 "cc_reg_operand" "=y") [(set (match_operand:CCFP 4 "cc_reg_operand" "=y")
(compare:CCFP (compare:CCFP
...@@ -2371,6 +2377,7 @@ ...@@ -2371,6 +2377,7 @@
"TARGET_PPCFPX" "TARGET_PPCFPX"
"fsel. %0,%1,%2,%3" "fsel. %0,%1,%2,%3"
[(set_attr "type" "fp")]) [(set_attr "type" "fp")])
(define_insn "negdf2" (define_insn "negdf2"
[(set (match_operand:DF 0 "gpc_reg_operand" "=f") [(set (match_operand:DF 0 "gpc_reg_operand" "=f")
(neg:DF (match_operand:DF 1 "gpc_reg_operand" "f")))] (neg:DF (match_operand:DF 1 "gpc_reg_operand" "f")))]
......
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