MIPS: add MT ASE support for micromips32

These instructions are descripted in MD00768.

MIPS® Architecture for Programmers
Volume IV-f: The MIPS® MT Module for
the microMIPS32™ Architecture

Document Number: MD00768
Revision 1.12
July 16, 2013

https://s3-eu-west-1.amazonaws.com/downloads-mips/documents/MD00768-1C-microMIPS32MT-AFP-01.12.pdf
This commit is contained in:
YunQiang Su
2023-04-25 14:56:26 +08:00
parent a0631c1501
commit 783a5f46b0
7 changed files with 703 additions and 8 deletions

View File

@@ -1921,7 +1921,7 @@ print_insn_args (struct disassemble_info *info,
}
else if (operand->type == OP_REG
&& s[1] == ','
&& s[2] == 'H'
&& (s[2] == 'H' || s[2] == 'O')
&& opcode->name[strlen (opcode->name) - 1] == '0')
{
/* Coprocessor register 0 with sel field. */