2008-11-06 Chao-ying Fu <fu@mips.com>
authorChao-ying Fu <fu@mips.com>
Thu, 6 Nov 2008 19:32:42 +0000 (19:32 +0000)
committerChao-ying Fu <fu@mips.com>
Thu, 6 Nov 2008 19:32:42 +0000 (19:32 +0000)
* mips.h: Doucument '1' for 5-bit sync type.

include/opcode/ChangeLog
include/opcode/mips.h

index 9a97ab60006a65564555081e621eb352bf84ee78..33719b5e4506b74718022812fcfb2b9451fd2a51 100644 (file)
@@ -1,3 +1,7 @@
+2008-11-06  Chao-ying Fu  <fu@mips.com>
+
+       * mips.h: Doucument '1' for 5-bit sync type.
+
 2008-08-28  H.J. Lu  <hongjiu.lu@intel.com>
 
        * ia64.h (ia64_resource_specifier): Add IA64_RS_CR_IIB.  Update
index 8d201f62ea406e9914510b7646d84b89df90c1a4..9af9ea15b691c68d9828c57de4948e1a8a9ee876 100644 (file)
@@ -262,6 +262,7 @@ struct mips_opcode
 
    Each of these characters corresponds to a mask field defined above.
 
+   "1" 5 bit sync type (OP_*_SHAMT)
    "<" 5 bit shift amount (OP_*_SHAMT)
    ">" shift amount between 32 and 63, stored after subtracting 32 (OP_*_SHAMT)
    "a" 26 bit target address (OP_*_TARGET)
@@ -401,7 +402,7 @@ struct mips_opcode
    "+"  Start of extension sequence.
 
    Characters used so far, for quick reference when adding more:
-   "234567890"
+   "1234567890"
    "%[]<>(),+:'@!$*&"
    "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
    "abcdefghijklopqrstuvwxz"
This page took 0.030315 seconds and 4 git commands to generate.