OSDN Git Service

target-mips: add missing restriction in DAUI instruction
authorLeon Alrae <leon.alrae@imgtec.com>
Wed, 9 Sep 2015 13:45:36 +0000 (14:45 +0100)
committerLeon Alrae <leon.alrae@imgtec.com>
Fri, 18 Sep 2015 08:20:48 +0000 (09:20 +0100)
commitdb77d8523909b32d798cd2c80de422b68f9e5c42
treef933fcb6ca3fd8afd845c08439bab1c73f4d2553
parent3adafef2f35d9061b56a09071b2589b9e0b36f76
target-mips: add missing restriction in DAUI instruction

rs cannot be the zero register, Reserved Instruction exception must be
signalled for this case.

Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
target-mips/translate.c