index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
arm
/
dyncom
/
arm_dyncom_thumb.cpp
Age
Commit message (
Expand
)
Author
2018-01-02
arm: Remove SkyEye/Dyncom code that is ARMv6-only.
bunnei
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-07-28
dyncom: Fix translation of thumb REVSH
MerryMage
2015-07-28
dyncom: Use enum class for instruction decoding results
Lioncash
2015-07-27
dyncom: Remove code duplication regarding thumb instructions
Lioncash
2015-07-25
dyncom: Get rid of skyeye typedefs
Lioncash
2015-07-25
dyncom: Move helper functions to their own header
Lioncash
2015-07-18
Dyncom: Support for a missing ARMv6 Thumb MOV encoding
Yuri Kunde Schlesner
2015-06-04
arm_dyncom_thumb: Fix handling of writeback for thumb LDMIA
Lioncash
2015-05-31
arm_dyncom_thumb: Fix encoding of BKPT's immediate
Lioncash
2015-05-31
arm_dyncom_thumb: Implement CPS and SETEND
Lioncash
2015-05-31
arm_dyncom_thumb: Implement SXTH, SXTB, UXTH, and UXTB.
Lioncash
2015-05-31
arm_dyncom_thumb: Implement REV, REV16, and REVSH.
Lioncash
2015-05-29
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-26
arm_dyncom_thumb: Merge STR/LDR table subsets.
Lioncash
2015-05-07
Remove unnecessary dyncom header files
Lioncash
2015-04-07
dyncom: Remove unnecessary enum and typedef
Lioncash
2015-02-13
arm: General cleanup
Lioncash
2015-02-10
arm_dyncom_thumb: Make lookup tables static
Lioncash
2014-12-29
dyncom: Various cleanups to match coding style, no functional changes.
bunnei
2014-10-25
ARM: Integrate SkyEye faster "dyncom" interpreter.
bunnei