diff options
author | Ken Raeburn <raeburn@cygnus> | 1997-10-28 04:18:25 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1997-10-28 04:18:25 +0000 |
commit | 336ffb472ff4360cb127149e9517abf51b123e04 (patch) | |
tree | 10343df34d33895d53fd4d0128e267ca9b9aed52 /include | |
parent | a3066d9ac8b369e9c03c1c3f91eaa26a6a893aec (diff) | |
download | gdb-336ffb472ff4360cb127149e9517abf51b123e04.zip gdb-336ffb472ff4360cb127149e9517abf51b123e04.tar.gz gdb-336ffb472ff4360cb127149e9517abf51b123e04.tar.bz2 |
add a couple more notes to comment
Diffstat (limited to 'include')
-rw-r--r-- | include/opcode/mips.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/include/opcode/mips.h b/include/opcode/mips.h index 7089fa5..416b5fd 100644 --- a/include/opcode/mips.h +++ b/include/opcode/mips.h @@ -222,11 +222,18 @@ end-sanitize-vr5400 "f" 32 bit floating point constant "l" 32 bit floating point constant in .lit4 + Other: + "()" parens surrounding optional value + "," separates operands +start-sanitize-vr5400 + "[]" brackets around index for vector-op scalar operand specifier (vr5400) +end-sanitize-vr5400 + Characters used so far, for quick reference when adding more: start-sanitize-vr5400 - "Pe%" plus... + "Pe%[]" plus... end-sanitize-vr5400 - "<>" + "<>()," "ABCDEFGILMNSTRVW" "abcdfhijkloprstuvwxz" */ |