aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/arm/dyncom/arm_dyncom_thumb.cpp
Commit message (Collapse)AuthorAge
* dyncom: Use enum class for instruction decoding resultsGravatar Lioncash2015-07-28
|
* dyncom: Remove code duplication regarding thumb instructionsGravatar Lioncash2015-07-27
|
* dyncom: Get rid of skyeye typedefsGravatar Lioncash2015-07-25
|
* dyncom: Move helper functions to their own headerGravatar Lioncash2015-07-25
|
* Dyncom: Support for a missing ARMv6 Thumb MOV encodingGravatar Yuri Kunde Schlesner2015-07-18
|
* arm_dyncom_thumb: Fix handling of writeback for thumb LDMIAGravatar Lioncash2015-06-04
|
* arm_dyncom_thumb: Fix encoding of BKPT's immediateGravatar Lioncash2015-05-31
|
* arm_dyncom_thumb: Implement CPS and SETENDGravatar Lioncash2015-05-31
|
* arm_dyncom_thumb: Implement SXTH, SXTB, UXTH, and UXTB.Gravatar Lioncash2015-05-31
|
* arm_dyncom_thumb: Implement REV, REV16, and REVSH.Gravatar Lioncash2015-05-31
|
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-29
|
* arm_dyncom_thumb: Merge STR/LDR table subsets.Gravatar Lioncash2015-05-26
|
* Remove unnecessary dyncom header filesGravatar Lioncash2015-05-07
|
* dyncom: Remove unnecessary enum and typedefGravatar Lioncash2015-04-07
| | | | Also fixes descriptions in the process.
* arm: General cleanupGravatar Lioncash2015-02-13
| | | | | | | - Remove several typedefs for ARMul_State. - Remove unused functions - Remove unused/unnecessary headers - Removed unused enums, etc.
* arm_dyncom_thumb: Make lookup tables staticGravatar Lioncash2015-02-10
| | | | These don't need to be recreated all the time.
* dyncom: Various cleanups to match coding style, no functional changes.Gravatar bunnei2014-12-29
|
* ARM: Integrate SkyEye faster "dyncom" interpreter.Gravatar bunnei2014-10-25
Fixed typo (make protected member public) Added license header back in. I originally removed this because I mostly rewrote the file, but meh ARM: Fixed a type error in dyncom interpreter. ARM: Updated dyncom to use unique_ptr for internal ARM state.