diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-01-23 06:35:39 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-01-23 06:35:39 -0500 |
commit | 2f607b946a7052254062f863a36ba1e7b6de80d1 (patch) | |
tree | 48c91254ca1944933f642b7824d031b9f1afddea | |
parent | 5b9589fe785d4c70f831525b670ec258725140b9 (diff) | |
download | gcc-2f607b946a7052254062f863a36ba1e7b6de80d1.zip gcc-2f607b946a7052254062f863a36ba1e7b6de80d1.tar.gz gcc-2f607b946a7052254062f863a36ba1e7b6de80d1.tar.bz2 |
Insert some missing blank lines.
From-SVN: r6409
-rw-r--r-- | gcc/config/rs6000/rs6000.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 5981e0d..b4d29c5 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -2295,6 +2295,7 @@ "TARGET_PPCFPX" " { operands[3] = gen_reg_rtx (SFmode); }") + (define_split [(set (match_operand:SF 0 "gpc_reg_operand" "") (smax:SF (match_operand:SF 1 "gpc_reg_operand" "") @@ -2309,6 +2310,7 @@ (match_dup 1) (match_dup 2)))] "") + (define_expand "minsf3" [(set (match_dup 3) (minus:SF (match_operand:SF 2 "gpc_reg_operand" "") @@ -2321,6 +2323,7 @@ "TARGET_PPCFPX" " { operands[3] = gen_reg_rtx (SFmode); }") + (define_split [(set (match_operand:SF 0 "gpc_reg_operand" "") (smin:SF (match_operand:SF 1 "gpc_reg_operand" "") @@ -2335,6 +2338,7 @@ (match_dup 1) (match_dup 2)))] "") + (define_insn "" [(set (match_operand:SF 0 "gpc_reg_operand" "=f") (if_then_else:SF (ge (match_operand:SF 1 "gpc_reg_operand" "f") @@ -2344,6 +2348,7 @@ "TARGET_PPCFPX" "fsel %0,%1,%2,%3" [(set_attr "type" "fp")]) + (define_insn "" [(set (match_operand:CCFP 0 "cc_reg_operand" "=y") (compare:CCFP @@ -2356,6 +2361,7 @@ "TARGET_PPCFPX" "fsel. %4,%1,%2,%3" [(set_attr "type" "fp")]) + (define_insn "" [(set (match_operand:CCFP 4 "cc_reg_operand" "=y") (compare:CCFP @@ -2371,6 +2377,7 @@ "TARGET_PPCFPX" "fsel. %0,%1,%2,%3" [(set_attr "type" "fp")]) + (define_insn "negdf2" [(set (match_operand:DF 0 "gpc_reg_operand" "=f") (neg:DF (match_operand:DF 1 "gpc_reg_operand" "f")))] |