Commit 044bdac1 by Richard Henderson Committed by Richard Henderson

* i386.md (zero_extendqihi2): Use SImode register name with andl.

From-SVN: r30198
parent cd8cee7b
Tue Oct 26 13:09:23 1999 Richard Henderson <rth@cygnus.com>
* i386.md (zero_extendqihi2): Use SImode register name with andl.
Tue Oct 26 12:35:38 1999 Richard Henderson <rth@cygnus.com> Tue Oct 26 12:35:38 1999 Richard Henderson <rth@cygnus.com>
* integrate.c (function_cannot_inline_p): Don't allow inlining * integrate.c (function_cannot_inline_p): Don't allow inlining
......
...@@ -2097,7 +2097,7 @@ ...@@ -2097,7 +2097,7 @@
if (!REG_P (operands[1]) || REGNO (operands[0]) != REGNO (operands[1])) if (!REG_P (operands[1]) || REGNO (operands[0]) != REGNO (operands[1]))
abort (); abort ();
operands[1] = GEN_INT (0xff); operands[1] = GEN_INT (0xff);
return \"and{l}\\t{%1, %0|%0, %1}\"; return \"and{l}\\t{%1, %k0|%k0, %1}\";
default: default:
return \"movz{bw|x}\\t{%1, %0|%0, %1}\"; return \"movz{bw|x}\\t{%1, %0|%0, %1}\";
} }
......
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