yuzu/src/core/arm/dyncom
archshift 765eef3319 arm_dyncom_interpreter: Add specialized GetAddressingOpLoadStoreT func
This allows us to get the addressing operation for STRT, LDRT, STRBT,
and LDRBT. We do this so that translation functions don't need to
see the addressing ops directly.
2016-06-10 18:45:48 -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
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 arm_dyncom_interpreter: Add specialized GetAddressingOpLoadStoreT func 2016-06-10 18:45:48 -07: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
arm_dyncom_trans.inc arm_dyncom_interpreter: Add specialized GetAddressingOpLoadStoreT func 2016-06-10 18:45:48 -07:00
arm_dyncom_trans_struct.inc arm_dyncom_interpreter: Rename anonymous enum to TransExtData 2016-06-10 18:35:57 -07:00