Lioncash
|
23dd2ca8a6
dyncom: Properly return the value of the user RO thread register
|
11 лет назад |
Lioncash
|
490df716f3
dyncom: Move CP15 register writing into its own function.
|
11 лет назад |
Lioncash
|
5e5954c63b
dyncom: Move CP15 register reading into its own function.
|
11 лет назад |
Lioncash
|
de6eba0288
dyncom: Migrate InAPrivilegedMode to armsupp
|
11 лет назад |
Lioncash
|
9fdb311d6e
dyncom: Make Load/Store instructions support big endian
|
11 лет назад |
Lioncash
|
a75e1ff6e6
arm: General cleanup
|
11 лет назад |
Lioncash
|
f44781fd7b
arm: Adios armemu
|
11 лет назад |
Lioncash
|
09a66860e2
arm: Throw out a lot of unnecessary code
|
11 лет назад |
Lioncash
|
9c2c89b7e1
dyncom: Add a helper function for addition with a carry
|
11 лет назад |
Lioncash
|
d00c22c706
dyncom: Implement QADD/QSUB/QDADD/QDSUB
|
11 лет назад |
Lioncash
|
3337b84620
dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSD
|
11 лет назад |
bunnei
|
021fb42075
dyncom: Implement USAT/SSAT
|
11 лет назад |
Lioncash
|
7ad400d5a7
armemu: Implement QADD8/QSUB8
|
11 лет назад |
bunnei
|
762f16c4ad
Merge pull request #354 from lioncash/usaduflow
|
11 лет назад |
Lioncash
|
059c65a27a
armemu: Fix underflows in USAD8/USADA8
|
11 лет назад |
Lioncash
|
60523113a9
armemu: Implement UQADD8, UQADD16, UQSUB16, UQASX, and UQSAX
|
11 лет назад |
Lioncash
|
79a7a432c5
armemu: Set the Q flag properly for SMLAD/SMUAD
|
11 лет назад |
Lioncash
|
8e2accd974
armemu: Fix construction of the CPSR
|
11 лет назад |
Yuri Kunde Schlesner
|
0600e2d8b5
Convert old logging calls to new logging macros
|
11 лет назад |
bunnei
|
53a22b84da
ARM: Integrate SkyEye faster "dyncom" interpreter.
|
12 лет назад |
Lioncash
|
403c84cdab
core: Make the ARM disassembler use std::string internally
|
12 лет назад |
bunnei
|
77fc029a00
ARM: Synchronize Citra's SkyEye core with 3dmoo's.
|
12 лет назад |
bunnei
|
145a91f21f
- reenabled MCR and MRC functions now that VFP is attached
|
12 лет назад |
bunnei
|
f7c6302009
- added CallMCR function to coprocessor HLE module
|
12 лет назад |
bunnei
|
f043424915
renamed hle "mrc" module to "coprocessor"
|
12 лет назад |
bunnei
|
cb0663de51
moved HLE::MRC to its own module, added support for catching data synchronization barrier command
|
12 лет назад |
bunnei
|
6151e26958
added disassembly to unimplemented instruction
|
12 лет назад |
bunnei
|
68e198476f
- added HLE to connect to "srv:" service
|
12 лет назад |
bunnei
|
63e46abdb8
got rid of 'src' folders in each sub-project
|
12 лет назад |