From 8ff529d836c614c76a36cfbcbf848f6c56ad9e0f Mon Sep 17 00:00:00 2001 From: Chris Demetriou Date: Thu, 18 Oct 2001 01:50:26 +0000 Subject: [PATCH] 2001-10-17 Chris Demetriou * mips.h: Sort coprocessor instruction argument characters in comment, add a few more words of description for "H". --- include/opcode/ChangeLog | 5 +++++ include/opcode/mips.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index cb547e3..8bcb7fc 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,5 +1,10 @@ 2001-10-17 Chris Demetriou + * mips.h: Sort coprocessor instruction argument characters + in comment, add a few more words of description for "H". + +2001-10-17 Chris Demetriou + * mips.h (INSN_SB1): New cpu-specific instruction bit. (OPCODE_IS_MEMBER): Allow instructions matching INSN_SB1 if cpu is CPU_SB1. diff --git a/include/opcode/mips.h b/include/opcode/mips.h index b7a0fed..8c24c85 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 -- 2.7.4