aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/mips.h
diff options
context:
space:
mode:
authorChao-ying Fu <fu@mips.com>2008-11-06 19:32:42 +0000
committerChao-ying Fu <fu@mips.com>2008-11-06 19:32:42 +0000
commitde9a3e5195524b2aa19b5b1d0af1dce353569970 (patch)
tree191c83ae9d48181142d5e7038083179b57aad851 /include/opcode/mips.h
parent48fb2d97d449042775ecd7c909c87b16c21d5322 (diff)
downloadgdb-de9a3e5195524b2aa19b5b1d0af1dce353569970.zip
gdb-de9a3e5195524b2aa19b5b1d0af1dce353569970.tar.gz
gdb-de9a3e5195524b2aa19b5b1d0af1dce353569970.tar.bz2
2008-11-06 Chao-ying Fu <fu@mips.com>
* mips.h: Doucument '1' for 5-bit sync type.
Diffstat (limited to 'include/opcode/mips.h')
-rw-r--r--include/opcode/mips.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/opcode/mips.h b/include/opcode/mips.h
index 8d201f6..9af9ea1 100644
--- a/include/opcode/mips.h
+++ b/include/opcode/mips.h
@@ -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"