* hppa.h: Update comments about character usage.
authorJeff Law <law@redhat.com>
Thu, 23 Sep 1999 13:10:07 +0000 (13:10 +0000)
committerJeff Law <law@redhat.com>
Thu, 23 Sep 1999 13:10:07 +0000 (13:10 +0000)
include/opcode/ChangeLog
include/opcode/hppa.h

index c73b592874abe4b6fad51bacbc52d2cd597922d7..f9e6c2e60a74f0c1e988286cdae7cde8d67e9449 100644 (file)
@@ -1,3 +1,7 @@
+Thu Sep 23 07:08:38 1999  Jerry Quinn <jquinn@nortelnetworks.com>
+
+       * hppa.h: Update comments about character usage.
+
 Mon Sep 20 03:55:31 1999  Jeffrey A Law  (law@cygnus.com)
 
        * hppa.h (pa_opcodes): Fix minor thinkos introduced while cleaning
index 0900a0d30ad7ccd9dd9b3d2e7ecffd3ccf4a0638..a9a834a238bb95595dc5ad90e7b29ce6a2032098 100644 (file)
@@ -107,7 +107,10 @@ Also these:
         31-p
    ~    6 bit shift count at 20,22:26 encoded as 63-~.
    P    5 bit bit position at 26
+   q    6 bit bit position at 20,22:26
    T    5 bit field length at 31 (encoded as 32-T)
+   %   6 bit field length at 23,27:31 (variable extract/deposit)
+   |   6 bit field length at 19,27:31 (fixed extract/deposit)
    A    13 bit immediate at 18 (to support the BREAK instruction)
    ^   like b, but describes a control register
    !    sar (cr11) register
@@ -222,7 +225,7 @@ Condition operands all have '?' as the prefix:
    ?U   64 bit unit conditions
 
 Floating point registers all have 'f' as a prefix:
-  
+
    ft  target register at 31
    fT  target register with L/R halves at 31
    fa  operand 1 register at 10
This page took 0.027723 seconds and 4 git commands to generate.