yuzu-fork/src/core/arm/dyncom
Lioncash 2182adff9e dyncom: Handle left-operand PC correctly for data-processing ops
This is considered deprecated in the ARM manual (using PC as an operand),
however, this is still able to be executed on the MPCore (which I'm quite
sure would be rare to begin with).
2015-07-28 20:14:08 -04:00
..
arm_dyncom.cpp dyncom: Use std::array for register arrays 2015-07-26 13:21:04 -04:00
arm_dyncom.h dyncom: Rename armdefs.h to armstate.h 2015-07-25 22:10:44 -04:00
arm_dyncom_dec.cpp dyncom: Remove an unnecessary typedef 2015-07-28 03:41:25 -04:00
arm_dyncom_dec.h dyncom: Remove an unnecessary typedef 2015-07-28 03:41:25 -04:00
arm_dyncom_interpreter.cpp dyncom: Handle left-operand PC correctly for data-processing ops 2015-07-28 20:14:08 -04: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: Use ARMul_State as an object 2015-07-26 13:18:32 -04:00
arm_dyncom_thumb.cpp dyncom: Use enum class for instruction decoding results 2015-07-28 02:27:57 -04:00
arm_dyncom_thumb.h dyncom: Use enum class for instruction decoding results 2015-07-28 02:27:57 -04:00