* i386.md (addqi_low_1): Remove.

From-SVN: r34730
This commit is contained in:
Jan Hubicka 2000-06-27 10:06:39 +00:00 committed by Jan Hubicka
parent bf12327043
commit 638f9bae60
2 changed files with 4 additions and 27 deletions

View file

@ -1,3 +1,7 @@
Tue Jun 27 12:03:03 MET DST 2000 Jan Hubicka <jh@suse.cz>
* i386.md (addqi_low_1): Remove.
2000-06-27 Philipp Thomas <pthomas@suse.de>
* 1750a.h: Mark help strings for options/switches for translation.

View file

@ -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")