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.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-03
arm: Remove SkyEye/Dyncom code that is ARMv6-only.
bunnei
1
-132
/
+0
2017-09-30
arm_interface: Set TLS address for dynarmic core.
bunnei
1
-0
/
+7
2017-09-30
arm: Use 64-bit addressing in a bunch of places.
bunnei
1
-4
/
+4
2017-09-30
Moved down_count to CoreTiming
Huw Pascoe
1
-7
/
+1
2017-09-25
ARM_Interface: Implement PageTableChanged
MerryMage
1
-0
/
+4
2016-12-22
ThreadContext: Move from "core" to "arm_interface".
bunnei
1
-2
/
+2
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
1
-1
/
+1
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
1
-7
/
+4
2016-09-19
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
1
-2
/
+1
2016-09-15
arm: ResetContext shouldn't be part of ARM_Interface.
bunnei
1
-9
/
+0
2016-09-15
dyncom: Use VFP_FPSCR/VFP_FPEXC.
bunnei
1
-4
/
+4
2016-08-27
ARM: add ClearInstructionCache function
wwylele
1
-0
/
+6
2016-05-09
dyncom: Reset the context into user mode correctly
Lioncash
1
-1
/
+1
2016-04-08
Update cpsr (T)humb bit while creating thread
mailwl
1
-1
/
+1
2016-04-05
Common: Remove Common::make_unique, use std::make_unique
MerryMage
1
-3
/
+2
2015-08-07
arm_interface: Implement interface for retrieving VFP registers
Lioncash
1
-0
/
+16
2015-07-26
dyncom: Use std::array for register arrays
Lioncash
1
-4
/
+4
2015-07-26
dyncom: Use ARMul_State as an object
Lioncash
1
-10
/
+1
2015-07-26
dyncom: Remove unnecessary initialization code.
Lioncash
1
-7
/
+0
2015-07-26
dyncom: Remove unnecessary abort-related cruft
Lioncash
1
-3
/
+0
2015-07-26
dyncom: Rename armdefs.h to armstate.h
Lioncash
1
-1
/
+1
2015-07-26
dyncom: Move helper functions to their own header
Lioncash
1
-0
/
+1
2015-05-24
dyncom: Get rid of armemu.h
Lioncash
1
-1
/
+1
2015-05-11
fixup! Set the TLS address in the scheduler
Subv
1
-4
/
+1
2015-05-11
Core/Memory: Give every emulated thread it's own TLS area.
Subv
1
-1
/
+4
2015-05-08
Remove unnecessary dyncom header files
Lioncash
1
-5
/
+0
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
1
-0
/
+2
2015-05-02
Dyncom: Move cream cache to ARMul_State.
bunnei
1
-1
/
+3
2015-04-20
dyncom: Remove more unused/unnecessary code
Lioncash
1
-6
/
+0
2015-04-06
arm_interface: Support retrieval/storage to CP15 registers
Lioncash
1
-0
/
+8
2015-03-16
arm_interface: Get rid of GetTicks.
Lioncash
1
-5
/
+0
2015-02-13
dyncom: Switch the app and system cores into the correct mode at initialization
Lioncash
1
-1
/
+5
2015-02-13
dyncom: Clean up the constructor
Lioncash
1
-7
/
+4
2015-02-12
arm: Remove ARMul_EmulateInit
Lioncash
1
-6
/
+1
2015-02-11
arm: Get rid of some magic constants. Specify proper ARM mode.
Lioncash
1
-2
/
+2
2015-02-10
Scheduler refactor Pt. 1
Kevin Hartman
1
-0
/
+10
2015-02-01
arm: Clean up ARMul_State
Lioncash
1
-6
/
+3
2015-01-30
arm: Get rid of armcpu.h and skyeye_types.h
Lioncash
1
-1
/
+0
2015-01-09
Move ThreadContext to core/core.h and deal with the fallout
Yuri Kunde Schlesner
1
-2
/
+3
2015-01-09
DynCom: Add a comment to GetTicks.
Subv
1
-0
/
+1
2015-01-09
Timing: Use CoreTiming::GetTicks to keep track of ticks.
Subv
1
-3
/
+2
2015-01-07
CoreTiming: Ported the CoreTiming namespace from PPSSPP
Subv
1
-1
/
+7
2014-12-26
ARM: Add a mechanism for faking CPU time elapsed during HLE.
bunnei
1
-45
/
+4
2014-12-21
License change
purpasmart96
1
-1
/
+1
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
Emmanuel Gil Peyrot
1
-2
/
+2
2014-11-12
ARM: Fixed dyncom to use reg15 for PC (this core doesn't use pc variable).
bunnei
1
-2
/
+2
2014-11-12
ARM: Fixed several dyncom bugs.
bunnei
1
-2
/
+5
2014-10-25
ARM: Removed unnecessary and unused SkyEye MMU code.
bunnei
1
-1
/
+0
2014-10-25
ARM: Integrate SkyEye faster "dyncom" interpreter.
bunnei
1
-26
/
+36
2014-10-25
ARM: Reorganized file structure to move shared SkyEye code to a more common area.
bunnei
1
-2
/
+2
2014-08-31
Threading: Fix thread starting to execute first instruction correctly.
bunnei
1
-1
/
+1
2014-08-28
Threading: Fix thread starting to execute first instruction correctly.
bunnei
1
-1
/
+1
2014-07-24
ARM: Synchronize Citra's SkyEye core with 3dmoo's.
bunnei
1
-1
/
+5
2014-06-05
arm: fixed a bug where ARM_Interpreter::ExecuteInstructions was actually executing one more instruction than expected
bunnei
1
-1
/
+1
2014-06-05
arm: fixed bug in how thread context switch occurs with SkyEye
bunnei
1
-2
/
+5
2014-06-02
arm: added option to prepare CPU core (while mid-instruction) for thread reschedule
bunnei
1
-0
/
+5
2014-05-23
arm_interpreter: fixed load context to currently resume a thread
bunnei
1
-1
/
+4
2014-05-21
ARM_Interpreter/ARM_Interface: Fixed member variable naming to be consistent with style guide
bunnei
1
-39
/
+39
2014-05-21
ARM_Interface: added SaveContext and LoadContext functions for HLE thread switching
bunnei
1
-0
/
+36
2014-05-17
updated how we call ARM core to make things much faster
bunnei
1
-12
/
+7
2014-05-16
fixed include path
bunnei
1
-1
/
+1
2014-05-12
added option to set CPSR register to arm_interface
bunnei
1
-0
/
+8
2014-04-11
cleaned up arm_interface, added a setter to set registers for use with HLE return values
bunnei
1
-4
/
+35
2014-04-09
fixed licensing and updated code style naming for arm_interface/arm_interpreter frontend module
bunnei
1
-55
/
+38
2014-04-09
got rid of 'src' folders in each sub-project
bunnei
1
-0
/
+0
2014-04-05
added initial support for hw.cpp module
bunnei
1
-22
/
+22
2014-04-05
- added an interface layer for ARM cores
bunnei
1
-0
/
+86