summaryrefslogtreecommitdiffstats
path: root/src/core/arm/nce/arm_nce.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-19nce: increase handler stack sizeLiam1-1/+1
2023-12-12nce: adjust initialization for repeated callsLiam1-8/+11
2023-12-11nce: implement instruction emulation for misaligned memory accessesLiam1-30/+72
2023-12-04core: refactor emulated cpu core activationLiam1-160/+95
2023-11-29core: Rename patcher fileGPUCode1-1/+1
2023-11-25arm_nce: skip data aborts for crash handling parityLiam1-3/+11
2023-11-25arm_nce: skip dc cvac on possibly write-protected areasLiam1-3/+1
2023-11-25Address some review commentsGPUCode1-3/+2
2023-11-25arm: Implement native code execution backendLiam1-0/+395