thumb32: Implement MRS (register)

This commit is contained in:
MerryMage 2021-05-04 12:35:28 +01:00
parent a5a210a9a5
commit 61333917a4
4 changed files with 20 additions and 2 deletions

View file

@ -192,6 +192,9 @@ std::vector<u16> GenRandomThumbInst(u32 pc, bool is_last_inst, A32::ITState it_s
// FPSCR is inaccurate
"vfp_VMRS",
// Unicorn is incorrect?
"thumb32_MRS_reg",
// Unicorn has incorrect implementation (incorrect rounding and unsets CPSR.T??)
"vfp_VCVT_to_fixed",
"vfp_VCVT_from_fixed",