> -----Original Message----- > From: 陳韋任 (Wei-Ren Chen) [mailto:che...@iis.sinica.edu.tw] > Sent: Wednesday, November 14, 2012 9:51 PM > To: Johnson, Eric > Cc: qemu-devel@nongnu.org; qemu-triv...@nongnu.org; Jia Liu; Aurelien > Jarno > Subject: Re: [Qemu-devel] [PATCH] target-mips: Clean up microMIPS32 major > opcode > > On Thu, Nov 15, 2012 at 04:01:32AM +0000, Johnson, Eric wrote: > > Hi Chen, > > > > Sorry I must have made a copy paste error. I access the documents > internally. I'll double check the link tomorrow. > > > > The document I referenced is the MIPS64 not the microMIPS64. > > > > Do not change the names. The LD32 and SD32 are microMIPS specific. The > assembler LD and SD opcodes work for either MIPS64 or microMIPS64. > > O.K., thanks for the help. :) > > How about DADDIU32, should I keep the 32 suffix, too? > I still can't find where POOL32S is. > > Regards, > chenwj
The only opcode on the list that is incorrect is the POOL48A opcode. It should be removed. If the others are removed or renamed, I or someone else would just have to fix them at some point in the future. It seems the microMIPS64 Instruction Set manual is not one the external website. I'll ask about that. -Eric