summaryrefslogtreecommitdiffstats
path: root/src/core/arm/nce (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: Support multiple modules per patcherGPUCode2024-01-142-38/+72
|
* Merge pull request #12417 from liamwhite/arm64-gcc-fixFernando S2023-12-202-2/+6
|\ | | | | nce: hide shadowing warnings from dynarmic headers
| * nce: hide shadowing warnings from dynarmic headersLiam2023-12-202-2/+6
| |
* | nce: increase handler stack sizeLiam2023-12-191-1/+1
| |
* | nce: fix read size in simd immediate emulationLiam2023-12-191-1/+2
|/
* nce: adjust initialization for repeated callsLiam2023-12-121-8/+11
|
* nce: implement instruction emulation for misaligned memory accessesLiam2023-12-117-41/+3842
|
* Merge pull request #12236 from liamwhite/cpu-refactorFernando S2023-12-065-249/+166
|\ | | | | core: refactor emulated cpu core activation
| * core: refactor emulated cpu core activationLiam2023-12-045-249/+166
| |
* | nce: fix pre-text patch for single modulesLiam2023-12-021-0/+2
|/
* core: Rename patcher fileGPUCode2023-11-293-2/+2
|
* oaknut: Address warningsGPUCode2023-11-251-4/+0
|
* Address more review commentsGPUCode2023-11-252-5/+8
|
* arm_nce: skip data aborts for crash handling parityLiam2023-11-251-3/+11
|
* patch: check offsets from first code wordLiam2023-11-251-3/+4
|
* arm_nce: skip dc cvac on possibly write-protected areasLiam2023-11-251-3/+1
|
* Address some review commentsGPUCode2023-11-253-17/+9
|
* arm: Implement native code execution backendLiam2023-11-258-0/+1530