From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joel Sherrill To: gas2@cygnus.com Subject: Some PA-RISC 7200 special instructions Date: Fri, 01 Dec 1995 14:51:00 -0000 Message-id: X-SW-Source: 1995/msg00206.html 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: 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 ; 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 ; 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: 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)"},