suyu/src/core/arm
merry 16784e5bb3 dynarmic: Inline exclusive memory accesses
Inlines implementation of exclusive instructions into JITted code,
improving performance of applications relying heavily on these
instructions.

We also fastmem these instructions for additional speed, with
support for appropriate recompilation on fastmem failure.

An unsafe optimization to disable the intercore global_monitor is also
provided, should one wish to rely solely on cmpxchg semantics for
safety.

See also: merryhime/dynarmic#664
2022-02-27 19:40:05 +00:00
..
dynarmic dynarmic: Inline exclusive memory accesses 2022-02-27 19:40:05 +00:00
arm_interface.cpp General: Resolve a few missing initializer warnings 2020-10-29 19:37:07 -04:00
arm_interface.h general: Replace NonCopyable struct with equivalents 2022-02-02 13:17:12 -05:00
cpu_interrupt_handler.cpp cpu_interrupt_handler: Misc style changes 2020-08-26 02:43:26 +00:00
cpu_interrupt_handler.h cpu_interrupt_handler: Mark move contructor/assignment as deleted 2020-11-08 15:37:04 -05:00
exclusive_monitor.cpp ARM: Update Dynarmic and Setup A32 according to latest interface. 2020-06-27 11:36:26 -04:00
exclusive_monitor.h dynarmic: Inline exclusive memory accesses 2022-02-27 19:40:05 +00:00