From 044bdac117fd5be64006b5f627d5f6a8093eb115 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 26 Oct 1999 13:10:28 -0700 Subject: [PATCH] * i386.md (zero_extendqihi2): Use SImode register name with andl. From-SVN: r30198 --- gcc/ChangeLog | 4 ++++ gcc/config/i386/i386.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index af854edb0f2..0326679766b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Tue Oct 26 13:09:23 1999 Richard Henderson + + * i386.md (zero_extendqihi2): Use SImode register name with andl. + Tue Oct 26 12:35:38 1999 Richard Henderson * integrate.c (function_cannot_inline_p): Don't allow inlining diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 5f903b64c21..28804bc5acc 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -2097,7 +2097,7 @@ if (!REG_P (operands[1]) || REGNO (operands[0]) != REGNO (operands[1])) abort (); operands[1] = GEN_INT (0xff); - return \"and{l}\\t{%1, %0|%0, %1}\"; + return \"and{l}\\t{%1, %k0|%k0, %1}\"; default: return \"movz{bw|x}\\t{%1, %0|%0, %1}\"; } -- 2.30.2