2008-11-06 Chao-ying Fu <fu@mips.com>
* mips.h: Doucument '1' for 5-bit sync type.
This commit is contained in:
parent
c6b7418c89
commit
5dd0d5828f
|
@ -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>
|
2008-08-28 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* ia64.h (ia64_resource_specifier): Add IA64_RS_CR_IIB. Update
|
* ia64.h (ia64_resource_specifier): Add IA64_RS_CR_IIB. Update
|
||||||
|
|
|
@ -262,6 +262,7 @@ struct mips_opcode
|
||||||
|
|
||||||
Each of these characters corresponds to a mask field defined above.
|
Each of these characters corresponds to a mask field defined above.
|
||||||
|
|
||||||
|
"1" 5 bit sync type (OP_*_SHAMT)
|
||||||
"<" 5 bit shift amount (OP_*_SHAMT)
|
"<" 5 bit shift amount (OP_*_SHAMT)
|
||||||
">" shift amount between 32 and 63, stored after subtracting 32 (OP_*_SHAMT)
|
">" shift amount between 32 and 63, stored after subtracting 32 (OP_*_SHAMT)
|
||||||
"a" 26 bit target address (OP_*_TARGET)
|
"a" 26 bit target address (OP_*_TARGET)
|
||||||
|
@ -401,7 +402,7 @@ struct mips_opcode
|
||||||
"+" Start of extension sequence.
|
"+" Start of extension sequence.
|
||||||
|
|
||||||
Characters used so far, for quick reference when adding more:
|
Characters used so far, for quick reference when adding more:
|
||||||
"234567890"
|
"1234567890"
|
||||||
"%[]<>(),+:'@!$*&"
|
"%[]<>(),+:'@!$*&"
|
||||||
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
||||||
"abcdefghijklopqrstuvwxz"
|
"abcdefghijklopqrstuvwxz"
|
||||||
|
|
Loading…
Reference in New Issue