aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/i386.md
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2000-06-27 10:06:39 +0000
committerJan Hubicka <jh@suse.cz>2000-06-27 10:06:39 +0000
commit4139e7fe00230ce09eb8186ebaf7f98cce912f7e (patch)
tree8941f360cc136d3b0884a903cb4828a174324ed2 /gcc/config/i386/i386.md
parentcc5b8c752d99c1e663d899f15afa086ba687f4f6 (diff)
* i386.md (addqi_low_1): Remove.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@34730 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/i386.md')
-rw-r--r--gcc/config/i386/i386.md27
1 files changed, 0 insertions, 27 deletions
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md
index 21cc145b86e..7bb4a6b6a4c 100644
--- a/gcc/config/i386/i386.md
+++ b/gcc/config/i386/i386.md
@@ -3881,33 +3881,6 @@
"add{b}\\t{%2, %0|%0, %2}"
[(set_attr "type" "alu")])
-(define_insn "*addqi_low_1"
- [(set (strict_low_part (match_operand:QI 0 "register_operand" "+q"))
- (plus:QI (match_operand:QI 1 "register_operand" "0")
- (match_operand:QI 2 "general_operand" "qmn")))
- (clobber (reg:CC 17))]
- ""
- "*
-{
- switch (get_attr_type (insn))
- {
- case TYPE_INCDEC:
- if (operands[2] == const1_rtx)
- return \"inc{b}\\t%b0\";
- else if (operands[2] == constm1_rtx
- || (GET_CODE (operands[2]) == CONST_INT
- && INTVAL (operands[2]) == 255))
- return \"dec{b}\\t%b0\";
- abort();
-
- default:
- return \"add{b}\\t{%2, %b0|%b0, %2}\";
- }
-}"
- [(set (attr "type")
- (if_then_else (match_operand:QI 2 "incdec_operand" "")
- (const_string "incdec")
- (const_string "alu")))])
(define_insn "addqi_ext_1"
[(set (zero_extract:SI (match_operand 0 "ext_register_operand" "=q")