public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Patch: add pa2.0 instructions
@ 1999-07-28 13:02 Jerry Quinn
  0 siblings, 0 replies; 3+ messages in thread
From: Jerry Quinn @ 1999-07-28 13:02 UTC (permalink / raw)
  To: binutils

This patch adds the new instructions that were previously buried in the
condition completer prefix patch.

Jerry


Wed Jul 28 15:57:16 EDT 1999  Jerry Quinn <jquinn@nortelnetworks.com>

    * include/opcode/hppa.h (pa_opcodes): Add 64 bit versions of or, xor, and,
    * and andcm.  Add 32 and 64 bit version of cmpclr, cmpiclr.


*** pa-prev/include/opcode/hppa.h	Wed Jul 28 15:20:18 1999
--- gas-src/include/opcode/hppa.h	Wed Jul 28 15:41:22 1999
***************
*** 307,316 ****
--- 307,322 ----
  
  /* Computation Instructions */
  
+ { "cmpclr",     0x080008a0, 0xfc000fe0, "?Sx,b,t", pa20, FLAG_STRICT},
+ { "cmpclr",     0x08000880, 0xfc000fe0, "?sx,b,t", pa10, FLAG_STRICT},
  { "comclr",     0x08000880, 0xfc000fe0, "?sx,b,t", pa10},
+ { "or",         0x08000260, 0xfc000fe0, "?Lx,b,t", pa20, FLAG_STRICT},
  { "or",         0x08000240, 0xfc000fe0, "?lx,b,t", pa10},
+ { "xor",        0x080002a0, 0xfc000fe0, "?Lx,b,t", pa20, FLAG_STRICT},
  { "xor",        0x08000280, 0xfc000fe0, "?lx,b,t", pa10},
+ { "and",        0x08000220, 0xfc000fe0, "?Lx,b,t", pa20, FLAG_STRICT},
  { "and",        0x08000200, 0xfc000fe0, "?lx,b,t", pa10},
+ { "andcm",      0x08000020, 0xfc000fe0, "?Lx,b,t", pa20, FLAG_STRICT},
  { "andcm",      0x08000000, 0xfc000fe0, "?lx,b,t", pa10},
  { "uxor",       0x08000380, 0xfc000fe0, "?ux,b,t", pa10},
  { "uaddcm",     0x08000980, 0xfc000fe0, "?ux,b,t", pa10},
***************
*** 335,340 ****
--- 341,348 ----
  { "ds",         0x08000440, 0xfc000fe0, "?sx,b,t", pa10},
  { "subi",       0x94000000, 0xfc000800, "?si,b,x", pa10},
  { "subio",      0x94000800, 0xfc000800, "?si,b,x", pa10},
+ { "cmpiclr",    0x90000800, 0xfc000800, "?Si,b,x", pa20, FLAG_STRICT},
+ { "cmpiclr",    0x90000000, 0xfc000800, "?si,b,x", pa10, FLAG_STRICT},
  { "comiclr",    0x90000000, 0xfc000800, "?si,b,x", pa10},
  { "sh1add",     0x08000640, 0xfc000fe0, "?ax,b,t", pa10},
  { "sh1addl",    0x08000a40, 0xfc000fe0, "?ax,b,t", pa10},

-- 
Jerry Quinn                             Tel: (514) 761-8737
jquinn@nortelnetworks.com               Fax: (514) 761-8505
Speech Recognition Research

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

* Re: Patch: add pa2.0 instructions
       [not found] <199907282002.NAA21745@cygnus.com>
@ 1999-08-06  9:04 ` Jeffrey A Law
  0 siblings, 0 replies; 3+ messages in thread
From: Jeffrey A Law @ 1999-08-06  9:04 UTC (permalink / raw)
  To: Jerry Quinn; +Cc: binutils

  In message <199907282002.NAA21745@cygnus.com>you write:
  > This patch adds the new instructions that were previously buried in the
  > condition completer prefix patch.
  > 
  > Jerry
  > 
  > 
  > Wed Jul 28 15:57:16 EDT 1999  Jerry Quinn <jquinn@nortelnetworks.com>
  > 
  >     * include/opcode/hppa.h (pa_opcodes): Add 64 bit versions of or, xor, a
  > nd,
  >     * and andcm.  Add 32 and 64 bit version of cmpclr, cmpiclr.
Thanks.  Installed.
jeff

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

* Patch: add pa2.0 instructions
@ 1999-07-28 13:02 Jerry Quinn
  0 siblings, 0 replies; 3+ messages in thread
From: Jerry Quinn @ 1999-07-28 13:02 UTC (permalink / raw)
  To: binutils

This patch adds the new instructions that were previously buried in the
condition completer prefix patch.

Jerry


Wed Jul 28 15:57:16 EDT 1999  Jerry Quinn <jquinn@nortelnetworks.com>

    * include/opcode/hppa.h (pa_opcodes): Add 64 bit versions of or, xor, and,
    * and andcm.  Add 32 and 64 bit version of cmpclr, cmpiclr.


*** pa-prev/include/opcode/hppa.h	Wed Jul 28 15:20:18 1999
--- gas-src/include/opcode/hppa.h	Wed Jul 28 15:41:22 1999
***************
*** 307,316 ****
--- 307,322 ----
  
  /* Computation Instructions */
  
+ { "cmpclr",     0x080008a0, 0xfc000fe0, "?Sx,b,t", pa20, FLAG_STRICT},
+ { "cmpclr",     0x08000880, 0xfc000fe0, "?sx,b,t", pa10, FLAG_STRICT},
  { "comclr",     0x08000880, 0xfc000fe0, "?sx,b,t", pa10},
+ { "or",         0x08000260, 0xfc000fe0, "?Lx,b,t", pa20, FLAG_STRICT},
  { "or",         0x08000240, 0xfc000fe0, "?lx,b,t", pa10},
+ { "xor",        0x080002a0, 0xfc000fe0, "?Lx,b,t", pa20, FLAG_STRICT},
  { "xor",        0x08000280, 0xfc000fe0, "?lx,b,t", pa10},
+ { "and",        0x08000220, 0xfc000fe0, "?Lx,b,t", pa20, FLAG_STRICT},
  { "and",        0x08000200, 0xfc000fe0, "?lx,b,t", pa10},
+ { "andcm",      0x08000020, 0xfc000fe0, "?Lx,b,t", pa20, FLAG_STRICT},
  { "andcm",      0x08000000, 0xfc000fe0, "?lx,b,t", pa10},
  { "uxor",       0x08000380, 0xfc000fe0, "?ux,b,t", pa10},
  { "uaddcm",     0x08000980, 0xfc000fe0, "?ux,b,t", pa10},
***************
*** 335,340 ****
--- 341,348 ----
  { "ds",         0x08000440, 0xfc000fe0, "?sx,b,t", pa10},
  { "subi",       0x94000000, 0xfc000800, "?si,b,x", pa10},
  { "subio",      0x94000800, 0xfc000800, "?si,b,x", pa10},
+ { "cmpiclr",    0x90000800, 0xfc000800, "?Si,b,x", pa20, FLAG_STRICT},
+ { "cmpiclr",    0x90000000, 0xfc000800, "?si,b,x", pa10, FLAG_STRICT},
  { "comiclr",    0x90000000, 0xfc000800, "?si,b,x", pa10},
  { "sh1add",     0x08000640, 0xfc000fe0, "?ax,b,t", pa10},
  { "sh1addl",    0x08000a40, 0xfc000fe0, "?ax,b,t", pa10},

-- 
Jerry Quinn                             Tel: (514) 761-8737
jquinn@nortelnetworks.com               Fax: (514) 761-8505
Speech Recognition Research

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

end of thread, other threads:[~1999-08-06  9:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-07-28 13:02 Patch: add pa2.0 instructions Jerry Quinn
     [not found] <199907282002.NAA21745@cygnus.com>
1999-08-06  9:04 ` Jeffrey A Law
  -- strict thread matches above, loose matches on Subject: below --
1999-07-28 13:02 Jerry Quinn

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