public inbox for gas2@sourceware.org
 help / color / mirror / Atom feed
* Some PA-RISC 7200 special instructions
@ 1995-12-01 14:51 Joel Sherrill
  1995-12-01 18:51 ` Joel Sherrill
  0 siblings, 1 reply; 2+ messages in thread
From: Joel Sherrill @ 1995-12-01 14:51 UTC (permalink / raw)
  To: gas2

Here is a patch to an older version of gas which was sent to me by the
submitted of the RTEMS PA-RISC port.  I do not know if the patch 
correctly applies to binutils 2.6 but I do know the instructions are not 
in the file.

[Yes I am cleaning my plate of oddball tool issues this afternoon. :)]

From tbennett@divnc.com Wed Sep 13 09:53 CDT 1995
Return-Path: <tbennett@divnc.com>
Received: from ogon.divnc.com by merlin.gcs.redstone.army.mil (5.0/SMI-SVR4)
	id AA01349; Wed, 13 Sep 1995 09:53:49 +0600
Received: from divnc.divnc.com (divnc.divnc.com [199.72.130.1]) by ogon.divnc.com (8.6.12/8.6.12) with ESMTP id KAA20221 for <joel@merlin.gcs.redstone.army.mil>; Wed, 13 Sep 1995 10:56:47 -0400
Received: from uh-oh.divnc.com (uh-oh.divnc.com [199.72.130.18]) by divnc.divnc.com (8.6.12/8.6.12) with ESMTP id KAA28777 for <joel@merlin.gcs.redstone.army.mil>; Wed, 13 Sep 1995 10:56:45 -0400
Received: (from tbennett@localhost) by uh-oh.divnc.com (8.6.12/8.6.12) id KAA27893; Wed, 13 Sep 1995 10:56:44 -0400
Date: Wed, 13 Sep 1995 10:56:44 -0400
From: tbennett@divnc.com
Message-Id: <199509131456.KAA27893@uh-oh.divnc.com>
To: joel@merlin.gcs.redstone.army.mil
Subject: Re: Opcodes
In-Reply-To: message of Joel Sherrill (on Wed, Sep 13/1995)
References: <Pine.SV4.3.91.950913092709.29048A-100000@merlin>
Content-Type: text
Content-Length: 822
Status: RO
X-Status: 

apply this to include/opcode/hppa.h and rebuild gas.
--tony

*** /tmp/geta27888	Wed Sep 13 10:56:09 1995
--- /tmp/getb27888	Wed Sep 13 10:56:09 1995
***************
*** 372,377 ****
--- 372,385 ----
  { "fice",       0x040002c0, 0xfc003fdf, "Zx(b)"},
  { "diag",       0x14000000, 0xfc000000, "D"},
  
+ /* Following group is 72000 specific */
+ { "mtcpu",      0x14001600, 0xfc00ffff, "x,^"},
+ { "mfcpu",      0x14001A00, 0xfc00ffff, "^,x"},
+ { "tocen",      0x14403600, 0xffffffff, ""},
+ { "tocdis",     0x14401620, 0xffffffff, ""},
+ { "shdwgr",     0x14402600, 0xffffffff, ""},
+ { "grshdw",     0x14400620, 0xffffffff, ""},
+ 
  /* gfw and gfr are not in the HP PA 1.1 manual, but they are in either
     the Timex FPU or the Mustang ERS (not sure which) manual.  */
  { "gfw",	0x04001680, 0xfc003fdf, "Zx(s,b)"},

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Some PA-RISC 7200 special instructions
  1995-12-01 14:51 Some PA-RISC 7200 special instructions Joel Sherrill
@ 1995-12-01 18:51 ` Joel Sherrill
  0 siblings, 0 replies; 2+ messages in thread
From: Joel Sherrill @ 1995-12-01 18:51 UTC (permalink / raw)
  To: gas2

Boy do I feel sloppy... I must have forgotten to actually include the patch.
At least it is not there now.

On Fri, 1 Dec 1995, Joel Sherrill wrote:

> Here is a patch to an older version of gas which was sent to me by the
> submitted of the RTEMS PA-RISC port.  I do not know if the patch 
> correctly applies to binutils 2.6 but I do know the instructions are not 
> in the file.
> 
> [Yes I am cleaning my plate of oddball tool issues this afternoon. :)]


apply this to include/opcode/hppa.h and rebuild gas.
--tony

*** /tmp/geta27888	Wed Sep 13 10:56:09 1995
--- /tmp/getb27888	Wed Sep 13 10:56:09 1995
***************
*** 372,377 ****
--- 372,385 ----
  { "fice",       0x040002c0, 0xfc003fdf, "Zx(b)"},
  { "diag",       0x14000000, 0xfc000000, "D"},
  
+ /* Following group is 72000 specific */
+ { "mtcpu",      0x14001600, 0xfc00ffff, "x,^"},
+ { "mfcpu",      0x14001A00, 0xfc00ffff, "^,x"},
+ { "tocen",      0x14403600, 0xffffffff, ""},
+ { "tocdis",     0x14401620, 0xffffffff, ""},
+ { "shdwgr",     0x14402600, 0xffffffff, ""},
+ { "grshdw",     0x14400620, 0xffffffff, ""},
+ 
  /* gfw and gfr are not in the HP PA 1.1 manual, but they are in either
     the Timex FPU or the Mustang ERS (not sure which) manual.  */
  { "gfw",	0x04001680, 0xfc003fdf, "Zx(s,b)"},

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1995-12-01 18:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-12-01 14:51 Some PA-RISC 7200 special instructions Joel Sherrill
1995-12-01 18:51 ` Joel Sherrill

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).