* hppa.h (mtsarcm): Add new PA2.0 instruction.
authorJeff Law <law@redhat.com>
Sat, 16 Jan 1999 08:03:32 +0000 (08:03 +0000)
committerJeff Law <law@redhat.com>
Sat, 16 Jan 1999 08:03:32 +0000 (08:03 +0000)
include/opcode/ChangeLog
include/opcode/hppa.h

index 59c4be6c269413429d392494a4500acbc0b98ac4..0b0d2e721af76af76903ecf57a4064b63251fc0e 100644 (file)
@@ -1,7 +1,9 @@
 start-sanitize-cygnus
 Fri Jan 15 23:38:50 1999  Jeffrey A Law  (law@cygnus.com)
 
-       * Fix mask for PA2.0 floating point load instructions.
+       * hppa.h (mtsarcm): Add new PA2.0 instruction.
+
+       * hppa.h: Fix mask for PA2.0 floating point load instructions.
 
 Mon Jan 11 13:38:32 1999  Jeffrey A Law  (law@cygnus.com)
 
index 09ab0eff15203df27835dccd9e69b62952b00761..96489d23140c07bac2f8b8ef50f7a6a9645fa682 100644 (file)
@@ -205,6 +205,9 @@ static const struct pa_opcode pa_opcodes[] =
 { "nop",        0x08000240, 0xffffffff, "", pa10},      /* or 0,0,0 */
 { "copy",       0x08000240, 0xffe0ffe0, "x,t", pa10},   /* or r,0,t */
 { "mtsar",      0x01601840, 0xffe0ffff, "x", pa10}, /* mtctl r,cr11 */
+/* start-sanitize-cygnus */
+{ "mtsarcm",    0x016018c0, 0xffe0ffff, "x", pa20},
+/* end-sanitize-cygnus */
 
 /* Loads and Stores for integer registers.  */
 { "ldw",        0x48000000, 0xfc000000, "j(s,b),x", pa10},