ARM: Decode fstmx and fldmx instructions. We can ignore them for now.

This commit is contained in:
Gabe Black
2009-07-27 00:54:50 -07:00
parent 52b4a7c36f
commit d3f2992e39

View 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 {