qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] a1fc62: target-mips: fix decoding of microMIP


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] a1fc62: target-mips: fix decoding of microMIPS POOL32Axf i...
Date: Tue, 06 Aug 2013 10:30:10 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: a1fc6246b3964e74ddb3a7e0b8bba03af1c6ac38
      
https://github.com/qemu/qemu/commit/a1fc6246b3964e74ddb3a7e0b8bba03af1c6ac38
  Author: Leon Alrae <address@hidden>
  Date:   2013-08-06 (Tue, 06 Aug 2013)

  Changed paths:
    M target-mips/translate.c

  Log Message:
  -----------
  target-mips: fix decoding of microMIPS POOL32Axf instructions

Fix incorrect assumption that DSP and non-DSP versions of the following
instructions have the same encoding:
MULT, MULTU, MADD, MADDU, MSUB, MSUBU, MFHI, MFLO, MTHI, MTLO.
Correct the existing (non-DSP) instructions and add DSP equivalents.

Reference:
MIPS Architecture for Programmers Volume II-B: The microMIPS32
Instruction Set
MIPS Architecture for Programmers Volume IV-e: The MIPS DSP Module for
the microMIPS32 Architecture

Signed-off-by: Leon Alrae <address@hidden>
Signed-off-by: Aurelien Jarno <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]