yuzu-mainline/src/core/arm/dyncom
MerryMage 15b2eec4bd dyncom: Read-after-write in SMLA
In the case when RD === RN, RD was updated before AddOverflow was called
to check for an overflow, resulting in an incorrect state of the Q flag.
2016-08-22 15:13:33 +01:00
..
arm_dyncom_dec.cpp Disable VFP3 instructions 2016-05-16 15:00:45 +02:00
arm_dyncom_dec.h dyncom: Remove an unnecessary typedef 2015-07-28 03:41:25 -04:00
arm_dyncom_interpreter.cpp dyncom: Read-after-write in SMLA 2016-08-22 15:13:33 +01:00
arm_dyncom_interpreter.h dyncom: Rename armdefs.h to armstate.h 2015-07-25 22:10:44 -04:00
arm_dyncom_run.h dyncom: Remove static keyword from header functions 2015-12-06 15:14:51 -05:00
arm_dyncom_thumb.cpp dyncom: Fix translation of thumb REVSH 2016-07-28 11:51:29 +01:00
arm_dyncom_thumb.h dyncom: Remove static keyword from header functions 2015-12-06 15:14:51 -05:00
arm_dyncom_trans.cpp Make arm_dyncom_trans* into a fully fledged compilation unit 2016-06-12 01:54:45 -07:00
arm_dyncom_trans.h Make arm_dyncom_trans* into a fully fledged compilation unit 2016-06-12 01:54:45 -07:00
arm_dyncom.cpp dyncom: Reset the context into user mode correctly 2016-05-09 16:30:55 -04:00
arm_dyncom.h arm_interface: Implement interface for retrieving VFP registers 2015-08-06 21:24:25 -04:00