ARM: Decode fstmx and fldmx instructions. We can ignore them for now.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user