diff options
author | Chris Demetriou <cgd@broadcom.com> | 2001-10-18 01:50:26 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@broadcom.com> | 2001-10-18 01:50:26 +0000 |
commit | bd71a776e8811f2c4cb52c1fcb3df91c5f0f6394 (patch) | |
tree | 058baa3d99d6e16ec9f8420853ccf6fea26f9805 /include/opcode/mips.h | |
parent | 90cb41d9e79199deb22d906f25b5dd81b680007b (diff) | |
download | cygnal-bd71a776e8811f2c4cb52c1fcb3df91c5f0f6394.tar.gz cygnal-bd71a776e8811f2c4cb52c1fcb3df91c5f0f6394.tar.bz2 cygnal-bd71a776e8811f2c4cb52c1fcb3df91c5f0f6394.zip |
2001-10-17 Chris Demetriou <cgd@broadcom.com>
* mips.h: Sort coprocessor instruction argument characters
in comment, add a few more words of description for "H".
Diffstat (limited to 'include/opcode/mips.h')
-rw-r--r-- | include/opcode/mips.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/mips.h b/include/opcode/mips.h index b7a0fed88..8c24c85f9 100644 --- a/include/opcode/mips.h +++ b/include/opcode/mips.h @@ -209,8 +209,8 @@ struct mips_opcode Coprocessor instructions: "E" 5 bit target register (OP_*_RT) "G" 5 bit destination register (OP_*_RD) + "H" 3 bit sel field for (d)mtc* and (d)mfc* (OP_*_SEL) "P" 5 bit performance-monitor register (OP_*_PERFREG) - "H" 3 bit sel field (OP_*_SEL) Macro instructions: "A" General 32 bit expression |