forked from Imagelibrary/binutils-gdb
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:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user