From cde218471b65fe0d723e077a89c5ac8cbe6d57e9 Mon Sep 17 00:00:00 2001 From: Stan Cox Date: Sat, 10 Jan 1998 21:03:36 +0000 Subject: 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 --- gcc/ChangeLog | 5 +++++ gcc/config/i386/i386.md | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9d04f83..e441214 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Sat Jan 10 22:04:15 1998 Stan Cox + + * i386.md: (movsicc_1, movhicc_1): For alternate 3 set the opcode + suffix from operand 3. + Sat Jan 10 21:50:16 1998 J"orn Rennecke Jeffrey A Law (law@cygnus.com) diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index ea72a98..1a9f505 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); -- cgit v1.1