From: Gabe Black Date: Mon, 27 Jul 2009 07:54:50 +0000 (-0700) Subject: ARM: Decode fstmx and fldmx instructions. We can ignore them for now. X-Git-Tag: Calvin_Submission~194^2~12 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d3f2992e39183ff4e841d9fd3b9fac255446572f;p=gem5.git ARM: Decode fstmx and fldmx instructions. We can ignore them for now. --- diff --git a/src/arch/arm/isa/decoder.isa b/src/arch/arm/isa/decoder.isa index 4e6d925ac..a999b52e9 100644 --- a/src/arch/arm/isa/decoder.isa +++ b/src/arch/arm/isa/decoder.isa @@ -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 {