Commit 3aeae608 by John Wehle Committed by Jeff Law

i386.md (movsicc, [...]): Delete unconstrained alternatives.

        * i386.md (movsicc, movhicc, movsfcc, movdfcc,
        movxfcc, movdicc): Delete unconstrained alternatives.
        * i386.c (output_fp_conditional_move,
        output_int_conditional_move): Delete unused case.

From-SVN: r24937
parent 4d7c4246
Sun Jan 31 13:22:02 1999 John Wehle (john@feith.com)
* i386.md (movsicc, movhicc, movsfcc, movdfcc,
movxfcc, movdicc): Delete unconstrained alternatives.
* i386.c (output_fp_conditional_move,
output_int_conditional_move): Delete unused case.
Sun Jan 31 01:15:04 PST 1999 Jeff Law (law@cygnus.com) Sun Jan 31 01:15:04 PST 1999 Jeff Law (law@cygnus.com)
* version.c: Bump for snapshot. * version.c: Bump for snapshot.
......
/* Subroutines for insn-output.c for Intel X86. /* Subroutines for insn-output.c for Intel X86.
Copyright (C) 1988, 92, 94, 95, 96, 97, 1998 Free Software Foundation, Inc. Copyright (C) 1988, 92, 94-98, 1999 Free Software Foundation, Inc.
This file is part of GNU CC. This file is part of GNU CC.
...@@ -5443,12 +5443,6 @@ output_fp_conditional_move (which_alternative, operands) ...@@ -5443,12 +5443,6 @@ output_fp_conditional_move (which_alternative, operands)
output_asm_insn (AS2 (fcmov%f1,%3,%0), operands); output_asm_insn (AS2 (fcmov%f1,%3,%0), operands);
break; break;
case 2:
/* r <- cond ? r : arg */
output_asm_insn (AS2 (fcmov%F1,%2,%0), operands);
output_asm_insn (AS2 (fcmov%f1,%3,%0), operands);
break;
default: default:
abort (); abort ();
} }
...@@ -5508,17 +5502,6 @@ output_int_conditional_move (which_alternative, operands) ...@@ -5508,17 +5502,6 @@ output_int_conditional_move (which_alternative, operands)
output_asm_insn (AS2 (cmov%c1,%3,%0), xops); output_asm_insn (AS2 (cmov%c1,%3,%0), xops);
break; break;
case 2:
/* rm <- cond ? arg1 : arg2 */
output_asm_insn (AS2 (cmov%C1,%2,%0), operands);
output_asm_insn (AS2 (cmov%c1,%3,%0), operands);
if (mode == DImode)
{
output_asm_insn (AS2 (cmov%C1,%2,%0), xops);
output_asm_insn (AS2 (cmov%c1,%3,%0), xops);
}
break;
default: default:
abort (); abort ();
} }
......
...@@ -7151,32 +7151,32 @@ byte_xor_operation: ...@@ -7151,32 +7151,32 @@ byte_xor_operation:
}") }")
(define_insn "" (define_insn ""
[(set (match_operand:SI 0 "register_operand" "=r,r,r,r,&r,&r") [(set (match_operand:SI 0 "register_operand" "=r,r,r,r")
(if_then_else:SI (match_operator 1 "comparison_operator" (if_then_else:SI (match_operator 1 "comparison_operator"
[(match_operand:QI 2 "nonimmediate_operand" "q,m,q,m,q,m") [(match_operand:QI 2 "nonimmediate_operand" "q,m,q,m")
(match_operand:QI 3 "general_operand" "qmn,qn,qmn,qn,qmn,qn")]) (match_operand:QI 3 "general_operand" "qmn,qn,qmn,qn")])
(match_operand:SI 4 "nonimmediate_operand" "rm,rm,0,0,rm,rm") (match_operand:SI 4 "nonimmediate_operand" "rm,rm,0,0")
(match_operand:SI 5 "nonimmediate_operand" "0,0,rm,rm,rm,rm")))] (match_operand:SI 5 "nonimmediate_operand" "0,0,rm,rm")))]
"TARGET_CMOVE" "TARGET_CMOVE"
"#") "#")
(define_insn "" (define_insn ""
[(set (match_operand:SI 0 "register_operand" "=r,r,r,r,&r,&r") [(set (match_operand:SI 0 "register_operand" "=r,r,r,r")
(if_then_else:SI (match_operator 1 "comparison_operator" (if_then_else:SI (match_operator 1 "comparison_operator"
[(match_operand 2 "nonimmediate_operand" "r,m,r,m,r,m") [(match_operand 2 "nonimmediate_operand" "r,m,r,m")
(match_operand 3 "general_operand" "rmi,ri,rmi,ri,rmi,ri")]) (match_operand 3 "general_operand" "rmi,ri,rmi,ri")])
(match_operand:SI 4 "nonimmediate_operand" "rm,rm,0,0,rm,rm") (match_operand:SI 4 "nonimmediate_operand" "rm,rm,0,0")
(match_operand:SI 5 "nonimmediate_operand" "0,0,rm,rm,rm,rm")))] (match_operand:SI 5 "nonimmediate_operand" "0,0,rm,rm")))]
"TARGET_CMOVE && GET_MODE_CLASS (GET_MODE (operands[2])) == MODE_INT" "TARGET_CMOVE && GET_MODE_CLASS (GET_MODE (operands[2])) == MODE_INT"
"#") "#")
(define_split (define_split
[(set (match_operand:SI 0 "register_operand" "=r,r,&r") [(set (match_operand:SI 0 "register_operand" "=r,r")
(if_then_else:SI (match_operator 1 "comparison_operator" (if_then_else:SI (match_operator 1 "comparison_operator"
[(match_operand 2 "nonimmediate_operand" "") [(match_operand 2 "nonimmediate_operand" "")
(const_int 0)]) (const_int 0)])
(match_operand:SI 3 "nonimmediate_operand" "rm,0,rm") (match_operand:SI 3 "nonimmediate_operand" "rm,0")
(match_operand:SI 4 "nonimmediate_operand" "0,rm,rm")))] (match_operand:SI 4 "nonimmediate_operand" "0,rm")))]
"TARGET_CMOVE && reload_completed" "TARGET_CMOVE && reload_completed"
[(set (cc0) [(set (cc0)
(match_dup 2)) (match_dup 2))
...@@ -7186,12 +7186,12 @@ byte_xor_operation: ...@@ -7186,12 +7186,12 @@ byte_xor_operation:
"") "")
(define_split (define_split
[(set (match_operand:SI 0 "register_operand" "=r,r,&r") [(set (match_operand:SI 0 "register_operand" "=r,r")
(if_then_else:SI (match_operator 1 "comparison_operator" (if_then_else:SI (match_operator 1 "comparison_operator"
[(match_operand 2 "nonimmediate_operand" "") [(match_operand 2 "nonimmediate_operand" "")
(match_operand 3 "general_operand" "")]) (match_operand 3 "general_operand" "")])
(match_operand:SI 4 "nonimmediate_operand" "rm,0,rm") (match_operand:SI 4 "nonimmediate_operand" "rm,0")
(match_operand:SI 5 "nonimmediate_operand" "0,rm,rm")))] (match_operand:SI 5 "nonimmediate_operand" "0,rm")))]
"TARGET_CMOVE && reload_completed" "TARGET_CMOVE && reload_completed"
[(set (cc0) (compare (match_dup 2) (match_dup 3))) [(set (cc0) (compare (match_dup 2) (match_dup 3)))
(set (match_dup 0) (set (match_dup 0)
...@@ -7200,11 +7200,11 @@ byte_xor_operation: ...@@ -7200,11 +7200,11 @@ byte_xor_operation:
"") "")
(define_insn "" (define_insn ""
[(set (match_operand:SI 0 "register_operand" "=r,r,&r") [(set (match_operand:SI 0 "register_operand" "=r,r")
(if_then_else:SI (match_operator 1 "comparison_operator" (if_then_else:SI (match_operator 1 "comparison_operator"
[(cc0) (const_int 0)]) [(cc0) (const_int 0)])
(match_operand:SI 2 "nonimmediate_operand" "rm,0,rm") (match_operand:SI 2 "nonimmediate_operand" "rm,0")
(match_operand:SI 3 "nonimmediate_operand" "0,rm,rm")))] (match_operand:SI 3 "nonimmediate_operand" "0,rm")))]
"TARGET_CMOVE && reload_completed" "TARGET_CMOVE && reload_completed"
"* return output_int_conditional_move (which_alternative, operands);") "* return output_int_conditional_move (which_alternative, operands);")
...@@ -7225,32 +7225,32 @@ byte_xor_operation: ...@@ -7225,32 +7225,32 @@ byte_xor_operation:
}") }")
(define_insn "" (define_insn ""
[(set (match_operand:HI 0 "register_operand" "=r,r,r,r,&r,&r") [(set (match_operand:HI 0 "register_operand" "=r,r,r,r")
(if_then_else:HI (match_operator 1 "comparison_operator" (if_then_else:HI (match_operator 1 "comparison_operator"
[(match_operand:QI 2 "nonimmediate_operand" "q,m,q,m,q,m") [(match_operand:QI 2 "nonimmediate_operand" "q,m,q,m")
(match_operand:QI 3 "general_operand" "qmn,qn,qmn,qn,qmn,qn")]) (match_operand:QI 3 "general_operand" "qmn,qn,qmn,qn")])
(match_operand:HI 4 "nonimmediate_operand" "rm,rm,0,0,rm,rm") (match_operand:HI 4 "nonimmediate_operand" "rm,rm,0,0")
(match_operand:HI 5 "nonimmediate_operand" "0,0,rm,rm,rm,rm")))] (match_operand:HI 5 "nonimmediate_operand" "0,0,rm,rm")))]
"TARGET_CMOVE" "TARGET_CMOVE"
"#") "#")
(define_insn "" (define_insn ""
[(set (match_operand:HI 0 "register_operand" "=r,r,r,r,&r,&r") [(set (match_operand:HI 0 "register_operand" "=r,r,r,r")
(if_then_else:HI (match_operator 1 "comparison_operator" (if_then_else:HI (match_operator 1 "comparison_operator"
[(match_operand 2 "nonimmediate_operand" "r,m,r,m,r,m") [(match_operand 2 "nonimmediate_operand" "r,m,r,m")
(match_operand 3 "general_operand" "rmi,ri,rmi,ri,rmi,ri")]) (match_operand 3 "general_operand" "rmi,ri,rmi,ri")])
(match_operand:HI 4 "nonimmediate_operand" "rm,rm,0,0,rm,rm") (match_operand:HI 4 "nonimmediate_operand" "rm,rm,0,0")
(match_operand:HI 5 "nonimmediate_operand" "0,0,rm,rm,rm,rm")))] (match_operand:HI 5 "nonimmediate_operand" "0,0,rm,rm")))]
"TARGET_CMOVE && GET_MODE_CLASS (GET_MODE (operands[2])) == MODE_INT" "TARGET_CMOVE && GET_MODE_CLASS (GET_MODE (operands[2])) == MODE_INT"
"#") "#")
(define_split (define_split
[(set (match_operand:HI 0 "register_operand" "=r,r,&r") [(set (match_operand:HI 0 "register_operand" "=r,r")
(if_then_else:HI (match_operator 1 "comparison_operator" (if_then_else:HI (match_operator 1 "comparison_operator"
[(match_operand 2 "nonimmediate_operand" "") [(match_operand 2 "nonimmediate_operand" "")
(const_int 0)]) (const_int 0)])
(match_operand:HI 3 "nonimmediate_operand" "rm,0,rm") (match_operand:HI 3 "nonimmediate_operand" "rm,0")
(match_operand:HI 4 "nonimmediate_operand" "0,rm,rm")))] (match_operand:HI 4 "nonimmediate_operand" "0,rm")))]
"TARGET_CMOVE && reload_completed" "TARGET_CMOVE && reload_completed"
[(set (cc0) [(set (cc0)
(match_dup 2)) (match_dup 2))
...@@ -7260,12 +7260,12 @@ byte_xor_operation: ...@@ -7260,12 +7260,12 @@ byte_xor_operation:
"") "")
(define_split (define_split
[(set (match_operand:HI 0 "register_operand" "=r,r,&r") [(set (match_operand:HI 0 "register_operand" "=r,r")
(if_then_else:HI (match_operator 1 "comparison_operator" (if_then_else:HI (match_operator 1 "comparison_operator"
[(match_operand 2 "nonimmediate_operand" "") [(match_operand 2 "nonimmediate_operand" "")
(match_operand 3 "general_operand" "")]) (match_operand 3 "general_operand" "")])
(match_operand:HI 4 "nonimmediate_operand" "rm,0,rm") (match_operand:HI 4 "nonimmediate_operand" "rm,0")
(match_operand:HI 5 "nonimmediate_operand" "0,rm,rm")))] (match_operand:HI 5 "nonimmediate_operand" "0,rm")))]
"TARGET_CMOVE && reload_completed" "TARGET_CMOVE && reload_completed"
[(set (cc0) [(set (cc0)
(compare (match_dup 2) (match_dup 3))) (compare (match_dup 2) (match_dup 3)))
...@@ -7275,11 +7275,11 @@ byte_xor_operation: ...@@ -7275,11 +7275,11 @@ byte_xor_operation:
"") "")
(define_insn "" (define_insn ""
[(set (match_operand:HI 0 "register_operand" "=r,r,&r") [(set (match_operand:HI 0 "register_operand" "=r,r")
(if_then_else:HI (match_operator 1 "comparison_operator" (if_then_else:HI (match_operator 1 "comparison_operator"
[(cc0) (const_int 0)]) [(cc0) (const_int 0)])
(match_operand:HI 2 "nonimmediate_operand" "rm,0,rm") (match_operand:HI 2 "nonimmediate_operand" "rm,0")
(match_operand:HI 3 "nonimmediate_operand" "0,rm,rm")))] (match_operand:HI 3 "nonimmediate_operand" "0,rm")))]
"TARGET_CMOVE && reload_completed" "TARGET_CMOVE && reload_completed"
"* return output_int_conditional_move (which_alternative, operands);") "* return output_int_conditional_move (which_alternative, operands);")
...@@ -7324,36 +7324,36 @@ byte_xor_operation: ...@@ -7324,36 +7324,36 @@ byte_xor_operation:
}") }")
(define_insn "" (define_insn ""
[(set (match_operand:SF 0 "register_operand" "=f,f,f,f,f,f") [(set (match_operand:SF 0 "register_operand" "=f,f,f,f")
(if_then_else:SF (match_operator 1 "comparison_operator" (if_then_else:SF (match_operator 1 "comparison_operator"
[(match_operand:QI 2 "nonimmediate_operand" "q,m,q,m,q,m") [(match_operand:QI 2 "nonimmediate_operand" "q,m,q,m")
(match_operand:QI 3 "general_operand" "qmn,qn,qmn,qn,qmn,qn")]) (match_operand:QI 3 "general_operand" "qmn,qn,qmn,qn")])
(match_operand:SF 4 "register_operand" "f,f,0,0,f,f") (match_operand:SF 4 "register_operand" "f,f,0,0")
(match_operand:SF 5 "register_operand" "0,0,f,f,f,f")))] (match_operand:SF 5 "register_operand" "0,0,f,f")))]
"TARGET_CMOVE "TARGET_CMOVE
&& GET_CODE (operands[1]) != LT && GET_CODE (operands[1]) != LE && GET_CODE (operands[1]) != LT && GET_CODE (operands[1]) != LE
&& GET_CODE (operands[1]) != GE && GET_CODE (operands[1]) != GT" && GET_CODE (operands[1]) != GE && GET_CODE (operands[1]) != GT"
"#") "#")
(define_insn "" (define_insn ""
[(set (match_operand:SF 0 "register_operand" "=f,f,f,f,f,f") [(set (match_operand:SF 0 "register_operand" "=f,f,f,f")
(if_then_else:SF (match_operator 1 "comparison_operator" (if_then_else:SF (match_operator 1 "comparison_operator"
[(match_operand 2 "nonimmediate_operand" "r,m,r,m,r,m") [(match_operand 2 "nonimmediate_operand" "r,m,r,m")
(match_operand 3 "general_operand" "rmi,ri,rmi,ri,rmi,ri")]) (match_operand 3 "general_operand" "rmi,ri,rmi,ri")])
(match_operand:SF 4 "register_operand" "f,f,0,0,f,f") (match_operand:SF 4 "register_operand" "f,f,0,0")
(match_operand:SF 5 "register_operand" "0,0,f,f,f,f")))] (match_operand:SF 5 "register_operand" "0,0,f,f")))]
"TARGET_CMOVE && GET_MODE_CLASS (GET_MODE (operands[2])) == MODE_INT "TARGET_CMOVE && GET_MODE_CLASS (GET_MODE (operands[2])) == MODE_INT
&& GET_CODE (operands[1]) != LT && GET_CODE (operands[1]) != LE && GET_CODE (operands[1]) != LT && GET_CODE (operands[1]) != LE
&& GET_CODE (operands[1]) != GE && GET_CODE (operands[1]) != GT" && GET_CODE (operands[1]) != GE && GET_CODE (operands[1]) != GT"
"#") "#")
(define_split (define_split
[(set (match_operand:SF 0 "register_operand" "=f,f,f") [(set (match_operand:SF 0 "register_operand" "=f,f")
(if_then_else:SF (match_operator 1 "comparison_operator" (if_then_else:SF (match_operator 1 "comparison_operator"
[(match_operand 2 "nonimmediate_operand" "") [(match_operand 2 "nonimmediate_operand" "")
(const_int 0)]) (const_int 0)])
(match_operand:SF 3 "register_operand" "f,0,f") (match_operand:SF 3 "register_operand" "f,0")
(match_operand:SF 4 "register_operand" "0,f,f")))] (match_operand:SF 4 "register_operand" "0,f")))]
"TARGET_CMOVE && reload_completed" "TARGET_CMOVE && reload_completed"
[(set (cc0) [(set (cc0)
(match_dup 2)) (match_dup 2))
...@@ -7363,12 +7363,12 @@ byte_xor_operation: ...@@ -7363,12 +7363,12 @@ byte_xor_operation:
"") "")
(define_split (define_split
[(set (match_operand:SF 0 "register_operand" "=f,f,f") [(set (match_operand:SF 0 "register_operand" "=f,f")
(if_then_else:SF (match_operator 1 "comparison_operator" (if_then_else:SF (match_operator 1 "comparison_operator"
[(match_operand 2 "nonimmediate_operand" "") [(match_operand 2 "nonimmediate_operand" "")
(match_operand 3 "general_operand" "")]) (match_operand 3 "general_operand" "")])
(match_operand:SF 4 "register_operand" "f,0,f") (match_operand:SF 4 "register_operand" "f,0")
(match_operand:SF 5 "register_operand" "0,f,f")))] (match_operand:SF 5 "register_operand" "0,f")))]
"TARGET_CMOVE && reload_completed" "TARGET_CMOVE && reload_completed"
[(set (cc0) (compare (match_dup 2) (match_dup 3))) [(set (cc0) (compare (match_dup 2) (match_dup 3)))
(set (match_dup 0) (set (match_dup 0)
...@@ -7377,11 +7377,11 @@ byte_xor_operation: ...@@ -7377,11 +7377,11 @@ byte_xor_operation:
"") "")
(define_insn "" (define_insn ""
[(set (match_operand:SF 0 "register_operand" "=f,f,f") [(set (match_operand:SF 0 "register_operand" "=f,f")
(if_then_else:SF (match_operator 1 "comparison_operator" (if_then_else:SF (match_operator 1 "comparison_operator"
[(cc0) (const_int 0)]) [(cc0) (const_int 0)])
(match_operand:SF 2 "register_operand" "f,0,f") (match_operand:SF 2 "register_operand" "f,0")
(match_operand:SF 3 "register_operand" "0,f,f")))] (match_operand:SF 3 "register_operand" "0,f")))]
"TARGET_CMOVE && reload_completed" "TARGET_CMOVE && reload_completed"
"* return output_fp_conditional_move (which_alternative, operands);") "* return output_fp_conditional_move (which_alternative, operands);")
...@@ -7426,36 +7426,36 @@ byte_xor_operation: ...@@ -7426,36 +7426,36 @@ byte_xor_operation:
}") }")
(define_insn "" (define_insn ""
[(set (match_operand:DF 0 "register_operand" "=f,f,f,f,f,f") [(set (match_operand:DF 0 "register_operand" "=f,f,f,f")
(if_then_else:DF (match_operator 1 "comparison_operator" (if_then_else:DF (match_operator 1 "comparison_operator"
[(match_operand:QI 2 "nonimmediate_operand" "q,m,q,m,q,m") [(match_operand:QI 2 "nonimmediate_operand" "q,m,q,m")
(match_operand:QI 3 "general_operand" "qmn,qn,qmn,qn,qmn,qn")]) (match_operand:QI 3 "general_operand" "qmn,qn,qmn,qn")])
(match_operand:DF 4 "register_operand" "f,f,0,0,f,f") (match_operand:DF 4 "register_operand" "f,f,0,0")
(match_operand:DF 5 "register_operand" "0,0,f,f,f,f")))] (match_operand:DF 5 "register_operand" "0,0,f,f")))]
"TARGET_CMOVE "TARGET_CMOVE
&& GET_CODE (operands[1]) != LT && GET_CODE (operands[1]) != LE && GET_CODE (operands[1]) != LT && GET_CODE (operands[1]) != LE
&& GET_CODE (operands[1]) != GE && GET_CODE (operands[1]) != GT" && GET_CODE (operands[1]) != GE && GET_CODE (operands[1]) != GT"
"#") "#")
(define_insn "" (define_insn ""
[(set (match_operand:DF 0 "register_operand" "=f,f,f,f,f,f") [(set (match_operand:DF 0 "register_operand" "=f,f,f,f")
(if_then_else:DF (match_operator 1 "comparison_operator" (if_then_else:DF (match_operator 1 "comparison_operator"
[(match_operand 2 "nonimmediate_operand" "r,m,r,m,r,m") [(match_operand 2 "nonimmediate_operand" "r,m,r,m")
(match_operand 3 "general_operand" "rmi,ri,rmi,ri,rmi,ri")]) (match_operand 3 "general_operand" "rmi,ri,rmi,ri")])
(match_operand:DF 4 "register_operand" "f,f,0,0,f,f") (match_operand:DF 4 "register_operand" "f,f,0,0")
(match_operand:DF 5 "register_operand" "0,0,f,f,f,f")))] (match_operand:DF 5 "register_operand" "0,0,f,f")))]
"TARGET_CMOVE && GET_MODE_CLASS (GET_MODE (operands[2])) == MODE_INT "TARGET_CMOVE && GET_MODE_CLASS (GET_MODE (operands[2])) == MODE_INT
&& GET_CODE (operands[1]) != LT && GET_CODE (operands[1]) != LE && GET_CODE (operands[1]) != LT && GET_CODE (operands[1]) != LE
&& GET_CODE (operands[1]) != GE && GET_CODE (operands[1]) != GT" && GET_CODE (operands[1]) != GE && GET_CODE (operands[1]) != GT"
"#") "#")
(define_split (define_split
[(set (match_operand:DF 0 "register_operand" "=f,f,f") [(set (match_operand:DF 0 "register_operand" "=f,f")
(if_then_else:DF (match_operator 1 "comparison_operator" (if_then_else:DF (match_operator 1 "comparison_operator"
[(match_operand 2 "nonimmediate_operand" "") [(match_operand 2 "nonimmediate_operand" "")
(const_int 0)]) (const_int 0)])
(match_operand:DF 3 "register_operand" "f,0,f") (match_operand:DF 3 "register_operand" "f,0")
(match_operand:DF 4 "register_operand" "0,f,f")))] (match_operand:DF 4 "register_operand" "0,f")))]
"TARGET_CMOVE && reload_completed" "TARGET_CMOVE && reload_completed"
[(set (cc0) [(set (cc0)
(match_dup 2)) (match_dup 2))
...@@ -7465,12 +7465,12 @@ byte_xor_operation: ...@@ -7465,12 +7465,12 @@ byte_xor_operation:
"") "")
(define_split (define_split
[(set (match_operand:DF 0 "register_operand" "=f,f,f") [(set (match_operand:DF 0 "register_operand" "=f,f")
(if_then_else:DF (match_operator 1 "comparison_operator" (if_then_else:DF (match_operator 1 "comparison_operator"
[(match_operand 2 "nonimmediate_operand" "") [(match_operand 2 "nonimmediate_operand" "")
(match_operand 3 "general_operand" "")]) (match_operand 3 "general_operand" "")])
(match_operand:DF 4 "register_operand" "f,0,f") (match_operand:DF 4 "register_operand" "f,0")
(match_operand:DF 5 "register_operand" "0,f,f")))] (match_operand:DF 5 "register_operand" "0,f")))]
"TARGET_CMOVE && reload_completed" "TARGET_CMOVE && reload_completed"
[(set (cc0) (compare (match_dup 2) (match_dup 3))) [(set (cc0) (compare (match_dup 2) (match_dup 3)))
(set (match_dup 0) (set (match_dup 0)
...@@ -7479,11 +7479,11 @@ byte_xor_operation: ...@@ -7479,11 +7479,11 @@ byte_xor_operation:
"") "")
(define_insn "" (define_insn ""
[(set (match_operand:DF 0 "register_operand" "=f,f,f") [(set (match_operand:DF 0 "register_operand" "=f,f")
(if_then_else:DF (match_operator 1 "comparison_operator" (if_then_else:DF (match_operator 1 "comparison_operator"
[(cc0) (const_int 0)]) [(cc0) (const_int 0)])
(match_operand:DF 2 "register_operand" "f,0,f") (match_operand:DF 2 "register_operand" "f,0")
(match_operand:DF 3 "register_operand" "0,f,f")))] (match_operand:DF 3 "register_operand" "0,f")))]
"TARGET_CMOVE && reload_completed" "TARGET_CMOVE && reload_completed"
"* return output_fp_conditional_move (which_alternative, operands);") "* return output_fp_conditional_move (which_alternative, operands);")
...@@ -7528,36 +7528,36 @@ byte_xor_operation: ...@@ -7528,36 +7528,36 @@ byte_xor_operation:
}") }")
(define_insn "" (define_insn ""
[(set (match_operand:XF 0 "register_operand" "=f,f,f,f,f,f") [(set (match_operand:XF 0 "register_operand" "=f,f,f,f")
(if_then_else:XF (match_operator 1 "comparison_operator" (if_then_else:XF (match_operator 1 "comparison_operator"
[(match_operand:QI 2 "nonimmediate_operand" "q,m,q,m,q,m") [(match_operand:QI 2 "nonimmediate_operand" "q,m,q,m")
(match_operand:QI 3 "general_operand" "qmn,qn,qmn,qn,qmn,qn")]) (match_operand:QI 3 "general_operand" "qmn,qn,qmn,qn")])
(match_operand:XF 4 "register_operand" "f,f,0,0,f,f") (match_operand:XF 4 "register_operand" "f,f,0,0")
(match_operand:XF 5 "register_operand" "0,0,f,f,f,f")))] (match_operand:XF 5 "register_operand" "0,0,f,f")))]
"TARGET_CMOVE "TARGET_CMOVE
&& GET_CODE (operands[1]) != LT && GET_CODE (operands[1]) != LE && GET_CODE (operands[1]) != LT && GET_CODE (operands[1]) != LE
&& GET_CODE (operands[1]) != GE && GET_CODE (operands[1]) != GT" && GET_CODE (operands[1]) != GE && GET_CODE (operands[1]) != GT"
"#") "#")
(define_insn "" (define_insn ""
[(set (match_operand:XF 0 "register_operand" "=f,f,f,f,f,f") [(set (match_operand:XF 0 "register_operand" "=f,f,f,f")
(if_then_else:XF (match_operator 1 "comparison_operator" (if_then_else:XF (match_operator 1 "comparison_operator"
[(match_operand 2 "nonimmediate_operand" "r,m,r,m,r,m") [(match_operand 2 "nonimmediate_operand" "r,m,r,m")
(match_operand 3 "general_operand" "rmi,ri,rmi,ri,rmi,ri")]) (match_operand 3 "general_operand" "rmi,ri,rmi,ri")])
(match_operand:XF 4 "register_operand" "f,f,0,0,f,f") (match_operand:XF 4 "register_operand" "f,f,0,0")
(match_operand:XF 5 "register_operand" "0,0,f,f,f,f")))] (match_operand:XF 5 "register_operand" "0,0,f,f")))]
"TARGET_CMOVE && GET_MODE_CLASS (GET_MODE (operands[2])) == MODE_INT "TARGET_CMOVE && GET_MODE_CLASS (GET_MODE (operands[2])) == MODE_INT
&& GET_CODE (operands[1]) != LT && GET_CODE (operands[1]) != LE && GET_CODE (operands[1]) != LT && GET_CODE (operands[1]) != LE
&& GET_CODE (operands[1]) != GE && GET_CODE (operands[1]) != GT" && GET_CODE (operands[1]) != GE && GET_CODE (operands[1]) != GT"
"#") "#")
(define_split (define_split
[(set (match_operand:XF 0 "register_operand" "=f,f,f") [(set (match_operand:XF 0 "register_operand" "=f,f")
(if_then_else:XF (match_operator 1 "comparison_operator" (if_then_else:XF (match_operator 1 "comparison_operator"
[(match_operand 2 "nonimmediate_operand" "") [(match_operand 2 "nonimmediate_operand" "")
(const_int 0)]) (const_int 0)])
(match_operand:XF 3 "register_operand" "f,0,f") (match_operand:XF 3 "register_operand" "f,0")
(match_operand:XF 4 "register_operand" "0,f,f")))] (match_operand:XF 4 "register_operand" "0,f")))]
"TARGET_CMOVE && reload_completed" "TARGET_CMOVE && reload_completed"
[(set (cc0) [(set (cc0)
(match_dup 2)) (match_dup 2))
...@@ -7567,12 +7567,12 @@ byte_xor_operation: ...@@ -7567,12 +7567,12 @@ byte_xor_operation:
"") "")
(define_split (define_split
[(set (match_operand:XF 0 "register_operand" "=f,f,f") [(set (match_operand:XF 0 "register_operand" "=f,f")
(if_then_else:XF (match_operator 1 "comparison_operator" (if_then_else:XF (match_operator 1 "comparison_operator"
[(match_operand 2 "nonimmediate_operand" "") [(match_operand 2 "nonimmediate_operand" "")
(match_operand 3 "general_operand" "")]) (match_operand 3 "general_operand" "")])
(match_operand:XF 4 "register_operand" "f,0,f") (match_operand:XF 4 "register_operand" "f,0")
(match_operand:XF 5 "register_operand" "0,f,f")))] (match_operand:XF 5 "register_operand" "0,f")))]
"TARGET_CMOVE && reload_completed" "TARGET_CMOVE && reload_completed"
[(set (cc0) (compare (match_dup 2) (match_dup 3))) [(set (cc0) (compare (match_dup 2) (match_dup 3)))
(set (match_dup 0) (set (match_dup 0)
...@@ -7581,11 +7581,11 @@ byte_xor_operation: ...@@ -7581,11 +7581,11 @@ byte_xor_operation:
"") "")
(define_insn "" (define_insn ""
[(set (match_operand:XF 0 "register_operand" "=f,f,f") [(set (match_operand:XF 0 "register_operand" "=f,f")
(if_then_else:XF (match_operator 1 "comparison_operator" (if_then_else:XF (match_operator 1 "comparison_operator"
[(cc0) (const_int 0)]) [(cc0) (const_int 0)])
(match_operand:XF 2 "register_operand" "f,0,f") (match_operand:XF 2 "register_operand" "f,0")
(match_operand:XF 3 "register_operand" "0,f,f")))] (match_operand:XF 3 "register_operand" "0,f")))]
"TARGET_CMOVE && reload_completed" "TARGET_CMOVE && reload_completed"
"* return output_fp_conditional_move (which_alternative, operands);") "* return output_fp_conditional_move (which_alternative, operands);")
...@@ -7606,32 +7606,32 @@ byte_xor_operation: ...@@ -7606,32 +7606,32 @@ byte_xor_operation:
}") }")
(define_insn "" (define_insn ""
[(set (match_operand:DI 0 "register_operand" "=&r,&r,&r,&r,&r,&r") [(set (match_operand:DI 0 "register_operand" "=&r,&r,&r,&r")
(if_then_else:DI (match_operator 1 "comparison_operator" (if_then_else:DI (match_operator 1 "comparison_operator"
[(match_operand:QI 2 "nonimmediate_operand" "q,m,q,m,q,m") [(match_operand:QI 2 "nonimmediate_operand" "q,m,q,m")
(match_operand:QI 3 "general_operand" "qmn,qn,qmn,qn,qmn,qn")]) (match_operand:QI 3 "general_operand" "qmn,qn,qmn,qn")])
(match_operand:DI 4 "nonimmediate_operand" "ro,ro,0,0,ro,ro") (match_operand:DI 4 "nonimmediate_operand" "ro,ro,0,0")
(match_operand:DI 5 "nonimmediate_operand" "0,0,ro,ro,ro,ro")))] (match_operand:DI 5 "nonimmediate_operand" "0,0,ro,ro")))]
"TARGET_CMOVE" "TARGET_CMOVE"
"#") "#")
(define_insn "" (define_insn ""
[(set (match_operand:DI 0 "register_operand" "=&r,&r,&r,&r,&r,&r") [(set (match_operand:DI 0 "register_operand" "=&r,&r,&r,&r")
(if_then_else:DI (match_operator 1 "comparison_operator" (if_then_else:DI (match_operator 1 "comparison_operator"
[(match_operand 2 "nonimmediate_operand" "r,m,r,m,r,m") [(match_operand 2 "nonimmediate_operand" "r,m,r,m")
(match_operand 3 "general_operand" "rmi,ri,rmi,ri,rmi,ri")]) (match_operand 3 "general_operand" "rmi,ri,rmi,ri")])
(match_operand:DI 4 "nonimmediate_operand" "ro,ro,0,0,ro,ro") (match_operand:DI 4 "nonimmediate_operand" "ro,ro,0,0")
(match_operand:DI 5 "nonimmediate_operand" "0,0,ro,ro,ro,ro")))] (match_operand:DI 5 "nonimmediate_operand" "0,0,ro,ro")))]
"TARGET_CMOVE && GET_MODE_CLASS (GET_MODE (operands[2])) == MODE_INT" "TARGET_CMOVE && GET_MODE_CLASS (GET_MODE (operands[2])) == MODE_INT"
"#") "#")
(define_split (define_split
[(set (match_operand:DI 0 "register_operand" "=&r,&r,&r") [(set (match_operand:DI 0 "register_operand" "=&r,&r")
(if_then_else:DI (match_operator 1 "comparison_operator" (if_then_else:DI (match_operator 1 "comparison_operator"
[(match_operand 2 "nonimmediate_operand" "") [(match_operand 2 "nonimmediate_operand" "")
(const_int 0)]) (const_int 0)])
(match_operand:DI 3 "nonimmediate_operand" "ro,0,ro") (match_operand:DI 3 "nonimmediate_operand" "ro,0")
(match_operand:DI 4 "nonimmediate_operand" "0,ro,ro")))] (match_operand:DI 4 "nonimmediate_operand" "0,ro")))]
"TARGET_CMOVE && reload_completed" "TARGET_CMOVE && reload_completed"
[(set (cc0) [(set (cc0)
(match_dup 2)) (match_dup 2))
...@@ -7641,12 +7641,12 @@ byte_xor_operation: ...@@ -7641,12 +7641,12 @@ byte_xor_operation:
"") "")
(define_split (define_split
[(set (match_operand:DI 0 "register_operand" "=&r,&r,&r") [(set (match_operand:DI 0 "register_operand" "=&r,&r")
(if_then_else:DI (match_operator 1 "comparison_operator" (if_then_else:DI (match_operator 1 "comparison_operator"
[(match_operand 2 "nonimmediate_operand" "") [(match_operand 2 "nonimmediate_operand" "")
(match_operand 3 "general_operand" "")]) (match_operand 3 "general_operand" "")])
(match_operand:DI 4 "nonimmediate_operand" "ro,0,ro") (match_operand:DI 4 "nonimmediate_operand" "ro,0")
(match_operand:DI 5 "nonimmediate_operand" "0,ro,ro")))] (match_operand:DI 5 "nonimmediate_operand" "0,ro")))]
"TARGET_CMOVE && reload_completed" "TARGET_CMOVE && reload_completed"
[(set (cc0) (compare (match_dup 2) (match_dup 3))) [(set (cc0) (compare (match_dup 2) (match_dup 3)))
(set (match_dup 0) (set (match_dup 0)
...@@ -7655,11 +7655,11 @@ byte_xor_operation: ...@@ -7655,11 +7655,11 @@ byte_xor_operation:
"") "")
(define_insn "" (define_insn ""
[(set (match_operand:DI 0 "register_operand" "=&r,&r,&r") [(set (match_operand:DI 0 "register_operand" "=&r,&r")
(if_then_else:DI (match_operator 1 "comparison_operator" (if_then_else:DI (match_operator 1 "comparison_operator"
[(cc0) (const_int 0)]) [(cc0) (const_int 0)])
(match_operand:DI 2 "nonimmediate_operand" "ro,0,ro") (match_operand:DI 2 "nonimmediate_operand" "ro,0")
(match_operand:DI 3 "nonimmediate_operand" "0,ro,ro")))] (match_operand:DI 3 "nonimmediate_operand" "0,ro")))]
"TARGET_CMOVE && reload_completed" "TARGET_CMOVE && reload_completed"
"* return output_int_conditional_move (which_alternative, operands);") "* return output_int_conditional_move (which_alternative, operands);")
......
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