]> git.proxmox.com Git - qemu.git/commit
target-mips: fix wrong microMIPS opcode encoding
author陳韋任 (Wei-Ren Chen) <chenwj@iis.sinica.edu.tw>
Wed, 14 Nov 2012 02:49:55 +0000 (10:49 +0800)
committerAurelien Jarno <aurelien@aurel32.net>
Thu, 15 Nov 2012 13:48:16 +0000 (14:48 +0100)
commit6801038bc52d61f81ac8a25fbe392f1bad982887
treeeb11fc0be31e6f07b8dce5e8ce3994fd818e954d
parent68d001928b151a0c50f367c0bdca645b3d5e9ed3
target-mips: fix wrong microMIPS opcode encoding

While reading microMIPS decoding, I found a possible wrong opcode
encoding. According to [1] page 166, the bits 13..12 for MULTU is
0x01 rather than 0x00. Please review, thanks.

[1] MIPS Architecture for Programmers VolumeIV-e: The MIPS DSP
    Application-Specific Extension to the microMIPS32 Architecture

Signed-off-by: Chen Wei-Ren <chenwj@iis.sinica.edu.tw>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-mips/translate.c