summaryrefslogtreecommitdiff
path: root/gcc/config/i386/i386.md
diff options
context:
space:
mode:
authorStan Cox <scox@equinox.cygnus.com>1998-01-10 21:03:36 +0000
committerJeff Law <law@gcc.gnu.org>1998-01-10 14:03:36 -0700
commitcde218471b65fe0d723e077a89c5ac8cbe6d57e9 (patch)
tree5f1406aaf1c78a148c620374c561ca9b9e7c4ede /gcc/config/i386/i386.md
parent184bb750da2da4d22c64ea900ea1a4f00927ca77 (diff)
downloadgcc-cde218471b65fe0d723e077a89c5ac8cbe6d57e9.tar.gz
i386.md: (movsicc_1, movhicc_1): For alternate 3 set the opcode suffix from operand 3.
* i386.md: (movsicc_1, movhicc_1): For alternate 3 set the opcode suffix from operand 3. From-SVN: r17317
Diffstat (limited to 'gcc/config/i386/i386.md')
-rw-r--r--gcc/config/i386/i386.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md
index ea72a98a65e..1a9f50507fc 100644
--- a/gcc/config/i386/i386.md
+++ b/gcc/config/i386/i386.md
@@ -1,5 +1,5 @@
; GCC machine description for Intel X86.
-;; Copyright (C) 1988, 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
+;; Copyright (C) 1988, 94-97, 1998 Free Software Foundation, Inc.
;; Mostly by William Schelter.
;; This file is part of GNU CC.
@@ -7327,8 +7327,8 @@ byte_xor_operation:
{
if (GET_CODE (operands[0]) == MEM && GET_CODE (operands[3]) == MEM)
{
- output_asm_insn (AS2 (mov%z2,%3,%4), operands);
- output_asm_insn (AS2 (mov%z2,%4,%0), operands);
+ output_asm_insn (AS2 (mov%z3,%3,%4), operands);
+ output_asm_insn (AS2 (mov%z3,%4,%0), operands);
}
else
output_asm_insn (AS2 (mov%z0,%3,%0), operands);
@@ -7388,8 +7388,8 @@ byte_xor_operation:
{
if (GET_CODE (operands[0]) == MEM && GET_CODE (operands[3]) == MEM)
{
- output_asm_insn (AS2 (mov%z2,%3,%4), operands);
- output_asm_insn (AS2 (mov%z2,%4,%0), operands);
+ output_asm_insn (AS2 (mov%z3,%3,%4), operands);
+ output_asm_insn (AS2 (mov%z3,%4,%0), operands);
}
else
output_asm_insn (AS2 (mov%z0,%3,%0), operands);