(QI and HI bte/btne patterns): Deleted.

From-SVN: r1551
This commit is contained in:
Richard Stallman 1992-07-10 08:36:03 +00:00
parent 874a7be13c
commit c7ef4a16bb
1 changed files with 2 additions and 72 deletions

View File

@ -497,78 +497,8 @@
}")
;; Simple BTE/BTNE compare-and-branch insns made by combining.
(define_insn ""
[(set (pc)
(if_then_else (eq (match_operand:QI 0 "register_operand" "r")
(match_operand:QI 1 "bte_operand" "rK"))
(label_ref (match_operand 2 "" ""))
(pc)))]
""
"bte %1,%0,%2")
(define_insn ""
[(set (pc)
(if_then_else (ne (match_operand:QI 0 "register_operand" "r")
(match_operand:QI 1 "bte_operand" "rK"))
(label_ref (match_operand 2 "" ""))
(pc)))]
""
"btne %1,%0,%2")
(define_insn ""
[(set (pc)
(if_then_else (eq (match_operand:QI 0 "register_operand" "r")
(match_operand:QI 1 "bte_operand" "rK"))
(pc)
(label_ref (match_operand 2 "" ""))))]
""
"btne %1,%0,%2")
(define_insn ""
[(set (pc)
(if_then_else (ne (match_operand:QI 0 "register_operand" "r")
(match_operand:QI 1 "bte_operand" "rK"))
(pc)
(label_ref (match_operand 2 "" ""))))]
""
"bte %1,%0,%2")
(define_insn ""
[(set (pc)
(if_then_else (eq (match_operand:HI 0 "register_operand" "r")
(match_operand:HI 1 "bte_operand" "rK"))
(label_ref (match_operand 2 "" ""))
(pc)))]
""
"bte %1,%0,%2")
(define_insn ""
[(set (pc)
(if_then_else (ne (match_operand:HI 0 "register_operand" "r")
(match_operand:HI 1 "bte_operand" "rK"))
(label_ref (match_operand 2 "" ""))
(pc)))]
""
"btne %1,%0,%2")
(define_insn ""
[(set (pc)
(if_then_else (eq (match_operand:HI 0 "register_operand" "r")
(match_operand:HI 1 "bte_operand" "rK"))
(pc)
(label_ref (match_operand 2 "" ""))))]
""
"btne %1,%0,%2")
(define_insn ""
[(set (pc)
(if_then_else (ne (match_operand:HI 0 "register_operand" "r")
(match_operand:HI 1 "bte_operand" "rK"))
(pc)
(label_ref (match_operand 2 "" ""))))]
""
"bte %1,%0,%2")
;; Note that it is wrong to add similar patterns for QI or HImode
;; because bte/btne always compare the whole register.
(define_insn ""
[(set (pc)