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
/
interpreter
/
armsupp.cpp
Age
Commit message (
Expand
)
Author
2015-05-29
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-14
dyncom: Removed irrelevant log.
bunnei
2015-05-06
Clean-up includes
Yuri Kunde Schlesner
2015-04-06
Move CP15 enum definitions into their own enum.
Lioncash
2015-04-06
dyncom: Properly return the value of the user RO thread register
Lioncash
2015-04-02
dyncom: Move CP15 register writing into its own function.
Lioncash
2015-04-02
dyncom: Move CP15 register reading into its own function.
Lioncash
2015-03-26
dyncom: Migrate InAPrivilegedMode to armsupp
Lioncash
2015-03-17
dyncom: Make Load/Store instructions support big endian
Lioncash
2015-02-13
arm: General cleanup
Lioncash
2015-01-31
arm: Adios armemu
Lioncash
2015-01-30
arm: Throw out a lot of unnecessary code
Lioncash
2015-01-12
dyncom: Add a helper function for addition with a carry
Lioncash
2015-01-05
dyncom: Implement QADD/QSUB/QDADD/QDSUB
Lioncash
2015-01-02
dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSD
Lioncash
2014-12-29
dyncom: Implement USAT/SSAT
bunnei
2014-12-29
armemu: Implement QADD8/QSUB8
Lioncash
2014-12-28
Merge pull request #354 from lioncash/usaduflow
bunnei
2014-12-28
armemu: Fix underflows in USAD8/USADA8
Lioncash
2014-12-27
armemu: Implement UQADD8, UQADD16, UQSUB16, UQASX, and UQSAX
Lioncash
2014-12-23
armemu: Set the Q flag properly for SMLAD/SMUAD
Lioncash
2014-12-22
armemu: Fix construction of the CPSR
Lioncash
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-10-25
ARM: Integrate SkyEye faster "dyncom" interpreter.
bunnei
2014-09-06
core: Make the ARM disassembler use std::string internally
Lioncash
2014-07-23
ARM: Synchronize Citra's SkyEye core with 3dmoo's.
bunnei
2014-05-16
- reenabled MCR and MRC functions now that VFP is attached
bunnei
2014-05-01
- added CallMCR function to coprocessor HLE module
bunnei
2014-05-01
renamed hle "mrc" module to "coprocessor"
bunnei
2014-04-25
moved HLE::MRC to its own module, added support for catching data synchroniza...
bunnei
2014-04-25
added disassembly to unimplemented instruction
bunnei
2014-04-12
- added HLE to connect to "srv:" service
bunnei
2014-04-08
got rid of 'src' folders in each sub-project
bunnei