ARM: Decode fstmx and fldmx instructions. We can ignore them for now.
authorGabe Black <gblack@eecs.umich.edu>
Mon, 27 Jul 2009 07:54:50 +0000 (00:54 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Mon, 27 Jul 2009 07:54:50 +0000 (00:54 -0700)
src/arch/arm/isa/decoder.isa

index 4e6d925acc7c06ec591f2af2202ca376c2176d73..a999b52e97623d63e7c9374905079823621ed021 100644 (file)
@@ -318,6 +318,10 @@ format DataOp {
             0x12,0x16,0x1a,0x1e: ArmMacroFMOp::sfm_pw({{ }});
             0x13,0x17,0x1b,0x1f: ArmMacroFMOp::lfm_pw({{ }});
         }
+        0xb: decode LOADOP {
+            0x0: WarnUnimpl::fstmx();
+            0x1: WarnUnimpl::fldmx();
+        }
     }
     0x7: decode OPCODE_24 {
         0: decode CPNUM {