mips: Fix decoder of two float-convert instructions
authorDeyuan Guo <guodeyuan@tsinghua.org.cn>
Thu, 12 Jan 2012 14:58:59 +0000 (09:58 -0500)
committerDeyuan Guo <guodeyuan@tsinghua.org.cn>
Thu, 12 Jan 2012 14:58:59 +0000 (09:58 -0500)
src/arch/mips/isa/decoder.isa

index 179e409dd5bcb5b3ea026539413fef366484bf83..8ebfa66bf4be883aa26a881ef10e6f14417bc497 100644 (file)
@@ -1253,7 +1253,7 @@ decode OPCODE_HI default Unknown::unknown() {
                     //When rs=L1
                     //Note: "1. Format type L is legal only if 64-bit
                     //floating point operations are enabled."
-                    0x5: decode FUNCTION_HI {
+                    0x5: decode FUNCTION {
                         format FloatConvertOp {
                             0x20: cvt_s_l({{ val = Fs_ud; }}, ToSingle);
                             0x21: cvt_d_l({{ val = Fs_ud; }}, ToDouble);