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_dec.cpp
Age
Commit message (
Expand
)
Author
2018-01-02
arm: Remove SkyEye/Dyncom code that is ARMv6-only.
bunnei
2017-05-07
Dyncom: Tweak types and log formatting
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
Dyncom: Disable clang-format on the decoding table.
Emmanuel Gil Peyrot
2016-05-16
Disable VFP3 instructions
Jannik Vogel
2015-12-30
arm_dyncom_dec: Fix decoding of VMLS
Lioncash
2015-07-28
dyncom: Remove an unnecessary typedef
Lioncash
2015-07-28
dyncom: Use enum class for instruction decoding results
Lioncash
2015-07-25
dyncom: Move helper functions to their own header
Lioncash
2015-05-21
dyncom: Eliminate clang warnings
Lioncash
2015-05-14
dyncom: Add ARMv6K NOP and hint instructions to the decoding table
Lioncash
2015-05-14
dyncom: Handle some MSR variants individually
Lioncash
2015-05-14
dyncom: Move exclusive load/stores above bbl and swi in the decoding table
Lioncash
2015-03-24
dyncom: Remove unused/unnecessary macros and macro constants
Lioncash
2015-02-17
dyncom: Support conditional BKPT instructions
Lioncash
2015-02-13
arm: General cleanup
Lioncash
2015-01-02
dyncom: Implemented LDREXD/STREXD/LDREXH/STREXH
bunnei
2014-12-29
dyncom: Various cleanups to match coding style, no functional changes.
bunnei
2014-12-28
vfp: Actually make the code somewhat readable
Lioncash
2014-10-25
ARM: Integrate SkyEye faster "dyncom" interpreter.
bunnei