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
/
skyeye_common
/
armdefs.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dyncom: Remove more unused/unnecessary code
Lioncash
2015-04-20
1
-52
/
+1
*
dyncom: Remove unused/unnecessary VFP cruft
Lioncash
2015-04-18
1
-26
/
+0
*
vfp: Get rid of the VFP_OFFSET macro
Lioncash
2015-04-06
1
-2
/
+4
*
Move CP15 enum definitions into their own enum.
Lioncash
2015-04-06
1
-1
/
+1
*
dyncom: Move CP15 register writing into its own function.
Lioncash
2015-04-02
1
-0
/
+1
*
dyncom: Move CP15 register reading into its own function.
Lioncash
2015-04-02
1
-0
/
+2
*
dyncom: Migrate InAPrivilegedMode to armsupp
Lioncash
2015-03-26
1
-0
/
+1
*
dyncom: Make Load/Store instructions support big endian
Lioncash
2015-03-17
1
-1
/
+2
*
arm: Remove unnecessary booleans
Lioncash
2015-02-25
1
-18
/
+5
*
arm: General cleanup
Lioncash
2015-02-13
1
-15
/
+1
*
dyncom: Switch the app and system cores into the correct mode at initialization
Lioncash
2015-02-13
1
-2
/
+2
*
arm: Remove ARMul_EmulateInit
Lioncash
2015-02-12
1
-1
/
+0
*
armdefs: Remove unnecessary extern C
Lioncash
2015-02-12
1
-6
/
+0
*
arm: Remove ARM26 support.
Lioncash
2015-02-11
1
-20
/
+0
*
arm: Get rid of some magic constants. Specify proper ARM mode.
Lioncash
2015-02-11
1
-0
/
+7
*
arm: Change some more constants into enums
Lioncash
2015-02-11
1
-9
/
+14
*
arm: Remove TRUE/FALSE defines
Lioncash
2015-02-10
1
-9
/
+3
*
arm: Clean up ARMul_State
Lioncash
2015-02-01
1
-110
/
+71
*
arm: Adios armemu
Lioncash
2015-02-01
1
-157
/
+4
*
arm: Throw out a lot of unnecessary code
Lioncash
2015-01-30
1
-206
/
+6
*
armdefs: Move some defines over to enums
Lioncash
2015-01-30
1
-131
/
+112
*
dyncom: Add a helper function for addition with a carry
Lioncash
2015-01-12
1
-0
/
+1
*
Merge pull request #417 from kevinhartman/exclusive-tag-fix
bunnei
2015-01-06
1
-11
/
+11
|
\
|
*
Added exclusive reservation granule from ARMv7 spec to dyncom to protect LDR/STREX.
Kevin Hartman
2015-01-06
1
-11
/
+11
*
|
dyncom: Implement QADD/QSUB/QDADD/QDSUB
Lioncash
2015-01-05
1
-0
/
+5
|
/
*
dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSD
Lioncash
2015-01-03
1
-0
/
+2
*
dyncom: Implement USAT/SSAT
bunnei
2014-12-30
1
-0
/
+2
*
armemu: Implement QADD8/QSUB8
Lioncash
2014-12-29
1
-0
/
+5
*
dyncom: Implement USAD8/USADA8
Lioncash
2014-12-28
1
-0
/
+1
*
dyncom: Implement UQADD8, UQADD16, UQSUB8, UQSUB16, UQASX, and UQSAX.
Lioncash
2014-12-27
1
-0
/
+5
*
armemu: Fix construction of the CPSR
Lioncash
2014-12-23
1
-1
/
+1
*
Merge pull request #276 from lioncash/decrappify
bunnei
2014-12-15
1
-306
/
+169
|
\
|
*
Clean up armdefs.h
Lioncash
2014-12-14
1
-306
/
+169
*
|
ARM: Pull some SkyEye fixes from 3dmoo.
bunnei
2014-12-15
1
-0
/
+1
|
/
*
HLE: Revamp error handling throrough the HLE code
Yuri Kunde Schlesner
2014-11-24
1
-16
/
+18
*
Change some SkyEye defines to const ints
Yuri Kunde Schlesner
2014-11-24
1
-16
/
+16
*
ARM: Removed unnecessary and unused SkyEye MMU code.
bunnei
2014-10-25
1
-1
/
+0
*
ARM: Reorganized file structure to move shared SkyEye code to a more common area.
bunnei
2014-10-25
1
-0
/
+931