index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
arm
/
dyncom
/
arm_dyncom_dec.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm: Remove SkyEye/Dyncom code that is ARMv6-only.
bunnei
2018-01-03
1
-478
/
+0
*
Dyncom: Tweak types and log formatting
Yuri Kunde Schlesner
2017-05-08
1
-1
/
+1
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-3
/
+8
*
Dyncom: Disable clang-format on the decoding table.
Emmanuel Gil Peyrot
2016-09-18
1
-0
/
+3
*
Disable VFP3 instructions
Jannik Vogel
2016-05-16
1
-0
/
+4
*
arm_dyncom_dec: Fix decoding of VMLS
Lioncash
2015-12-30
1
-5
/
+3
*
dyncom: Remove an unnecessary typedef
Lioncash
2015-07-28
1
-3
/
+3
*
dyncom: Use enum class for instruction decoding results
Lioncash
2015-07-28
1
-10
/
+9
*
dyncom: Move helper functions to their own header
Lioncash
2015-07-26
1
-2
/
+2
*
dyncom: Eliminate clang warnings
Lioncash
2015-05-21
1
-400
/
+400
*
dyncom: Add ARMv6K NOP and hint instructions to the decoding table
Lioncash
2015-05-14
1
-0
/
+10
*
dyncom: Handle some MSR variants individually
Lioncash
2015-05-14
1
-1
/
+9
*
dyncom: Move exclusive load/stores above bbl and swi in the decoding table
Lioncash
2015-05-14
1
-4
/
+4
*
dyncom: Remove unused/unnecessary macros and macro constants
Lioncash
2015-03-24
1
-2
/
+2
*
dyncom: Support conditional BKPT instructions
Lioncash
2015-02-17
1
-1
/
+1
*
arm: General cleanup
Lioncash
2015-02-13
1
-1
/
+0
*
dyncom: Implemented LDREXD/STREXD/LDREXH/STREXH
bunnei
2015-01-03
1
-1
/
+10
*
dyncom: Various cleanups to match coding style, no functional changes.
bunnei
2014-12-30
1
-448
/
+427
*
vfp: Actually make the code somewhat readable
Lioncash
2014-12-29
1
-6
/
+68
*
ARM: Integrate SkyEye faster "dyncom" interpreter.
bunnei
2014-10-25
1
-0
/
+402