summaryrefslogtreecommitdiff
path: root/arm
AgeCommit message (Expand)Author
2021-07-03Restores extract/extend functions for old ARM devicesneonloop
2021-07-03Merge remote-tracking branch 'libretro/master' into pico-feneonloop
2021-05-19Minor optimizationDavid Guillen Fandos
2021-05-17Add ROM mirroring and fix mult. cycle countDavid Guillen Fandos
2021-05-17Fix ARM dynarec unaligned 32 bit loadsDavid Guillen Fandos
2021-05-07Small optimization (~2-4%) and whitespace cleanup!David Guillen Fandos
2021-05-05Fix small buf and add cheat error messagesDavid Guillen Fandos
2021-05-05Adding Code Breaker cheat supportDavid Guillen Fandos
2021-05-05Merge remote-tracking branch 'libretro/master' into pico-feneonloop
2021-05-05Revert "Remove BIOS reserved translation area"neonloop
2021-04-27Fix Vita port and likely some Linux/Android hidden issuesDavid Guillen Fandos
2021-04-03Add instruction tracing, for testing purposesDavid Guillen Fandos
2021-04-02Add function decorators for easier debugging / profilingDavid Guillen Fandos
2021-03-30Improve indirect jumps in ARMDavid Guillen Fandos
2021-03-30Improve ARM store handlersDavid Guillen Fandos
2021-03-26Fix 16 bit RAM stores (VRAM and OAM) in ARMDavid Guillen Fandos
2021-03-26Improve ARM store accessesDavid Guillen Fandos
2021-03-26Move OAM RAM to stubs alsoDavid Guillen Fandos
2021-03-26Move OAM update flag to a registerDavid Guillen Fandos
2021-03-23Move caches to stub files to get around gcc 10David Guillen Fandos
2021-03-23Make ewram memory linealDavid Guillen Fandos
2021-03-18asm fixes for clangDavid Guillen Fandos
2021-03-17Remove BIOS reserved translation areaDavid Guillen Fandos
2021-03-16Simplify open load handling for MIPS and fix other archesDavid Guillen Fandos
2021-03-16Move a few more registers to contextDavid Guillen Fandos
2021-03-15Move palettes around to simplify MIPS dynarecDavid Guillen Fandos
2021-03-08Remove libcoDavid Guillen Fandos
2021-03-05ARM dynarec: Do not use the stack at allDavid Guillen Fandos
2021-03-05Remove dead codeDavid Guillen Fandos
2021-03-04Minor improvements in ARM stubsDavid Guillen Fandos
2021-02-12Minor cleanup in ARM and MIPSDavid Guillen Fandos
2021-02-10Move r15 to reg_a0 (instead of reg_mem)David Guillen Fandos
2021-02-10Fix ARM dynarecDavid Guillen Fandos
2020-10-08Add more forward declarationstwinaphex
2020-10-08Add forward declarationstwinaphex
2016-10-03(VITA) Dynarec workingFrancisco José García García
2016-08-14(VITA) Dynarec WIPFrancisco José García García
2016-08-08(VITA) Dynarec WIPFrancisco José García García
2015-07-30Add MSB_FIRST ifdefstwinaphex
2014-12-20Get rid of function_ccTwinaphex
2014-12-11arm/video_blend.S - add another __MACH__ hacktwinaphex
2014-12-11(ARM ASM) Add __MACH__ hack to get iOS port linking for nowtwinaphex
2014-12-11Reimplement cache invalidation codetwinaphex
2014-12-11Remove warm, keep only fallback cache invalidation routine.twinaphex
2014-12-11(iOS) Compatibility patches pt. 1twinaphex
2014-12-11(ARM ASM) Use .globl instead of .globaltwinaphex
2014-12-10warm.h - change linux/ioctl.h include into sys/ioctl.h includetwinaphex
2014-12-10Code nits - get rid of '== NULL' / '!= NULL'twinaphex
2014-12-10cleanupsaliaspider
2014-12-10Add macro parameter 'opcode' to some macrostwinaphex