suyu/src/core/arm/dyncom
Lioncash 5a531d7ec2 dyncom: Handle unprivileged load/store variants correctly
LDRT/LDRBT/STRBT/STRT should simulate the load or store
as if the host CPU is in user mode.

STRT is also allowed to use the PC as an operand
2015-12-19 19:05:50 -05:00
..
arm_dyncom.cpp arm_interface: Implement interface for retrieving VFP registers 2015-08-06 21:24:25 -04:00
arm_dyncom.h arm_interface: Implement interface for retrieving VFP registers 2015-08-06 21:24:25 -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 unprivileged load/store variants correctly 2015-12-19 19:05:50 -05: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: Use enum class for instruction decoding results 2015-07-28 02:27:57 -04:00
arm_dyncom_thumb.h dyncom: Remove static keyword from header functions 2015-12-06 15:14:51 -05:00