public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Gavin Romig-Koch <gavin@cygnus.com>
To: binutils@sourceware.cygnus.com
Subject: MIPS opcodes patch: change move from andu to or
Date: Mon, 25 Oct 1999 08:21:00 -0000	[thread overview]
Message-ID: <m11fluC-000s9uC@cetus.cygnus.com> (raw)

OK to commit?

                                          -gavin...

For opcodes:
	* mips-opc.c (move): Use "or" rather than "addu" or "daddu".

Index: mips-opc.c
===================================================================
RCS file: /cvs/binutils/binutils/opcodes/mips-opc.c,v
retrieving revision 1.1.1.1
diff -c -p -r1.1.1.1 mips-opc.c
*** mips-opc.c	1999/05/03 07:28:59	1.1.1.1
--- mips-opc.c	1999/10/25 15:15:16
*************** const struct mips_opcode mips_builtin_op
*** 109,117 ****
  {"li",      "t,j",      0x24000000, 0xffe00000, WR_t,		I1	}, /* addiu */
  {"li",	    "t,i",	0x34000000, 0xffe00000, WR_t,		I1	}, /* ori */
  {"li",      "t,I",	0,    (int) M_LI,	INSN_MACRO,	I1	},
  {"move",    "d,s",	0x0000002d, 0xfc1f07ff, WR_d|RD_s,	I3	},/* daddu */
  {"move",    "d,s",	0x00000021, 0xfc1f07ff, WR_d|RD_s,	I1	},/* addu */
! {"move",    "d,s",	0x00000025, 0xfc1f07ff,	WR_d|RD_s,	I1	},/* or */
  {"b",       "p",	0x10000000, 0xffff0000,	UBD,		I1	},/* beq 0,0 */
  {"b",       "p",	0x04010000, 0xffff0000,	UBD,		I1	},/* bgez 0 */
  {"bal",     "p",	0x04110000, 0xffff0000,	UBD|WR_31,	I1	},/* bgezal 0*/
--- 109,122 ----
  {"li",      "t,j",      0x24000000, 0xffe00000, WR_t,		I1	}, /* addiu */
  {"li",	    "t,i",	0x34000000, 0xffe00000, WR_t,		I1	}, /* ori */
  {"li",      "t,I",	0,    (int) M_LI,	INSN_MACRO,	I1	},
+ 
+   /* Using 'or' for 'move' rather than 'addu' or 'daddu' brings gas inline
+      with the Irix4-Irix6 assemblers, and works around some of 
+      gcc's -mips3 -gp32 problems. */
+ {"move",    "d,s",	0x00000025, 0xfc1f07ff,	WR_d|RD_s,	I1	},/* or */
  {"move",    "d,s",	0x0000002d, 0xfc1f07ff, WR_d|RD_s,	I3	},/* daddu */
  {"move",    "d,s",	0x00000021, 0xfc1f07ff, WR_d|RD_s,	I1	},/* addu */
! 
  {"b",       "p",	0x10000000, 0xffff0000,	UBD,		I1	},/* beq 0,0 */
  {"b",       "p",	0x04010000, 0xffff0000,	UBD,		I1	},/* bgez 0 */
  {"bal",     "p",	0x04110000, 0xffff0000,	UBD|WR_31,	I1	},/* bgezal 0*/


             reply	other threads:[~1999-10-25  8:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-10-25  8:21 Gavin Romig-Koch [this message]
1999-10-25 10:31 ` Ian Lance Taylor
1999-10-25 10:39   ` Andrew Haley
1999-10-25 12:50     ` Gavin Romig-Koch

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m11fluC-000s9uC@cetus.cygnus.com \
    --to=gavin@cygnus.com \
    --cc=binutils@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).