suyu/src/core/arm
Wunkolo 4569f39c7c common: Replace common_sizes into user-literals
Removes common_sizes.h in favor of having `_KiB`, `_MiB`, `_GiB`, etc
user-literals within literals.h.

To keep the global namespace clean, users will have to use:

```
using namespace Common::Literals;
```

to access these literals.
2021-06-24 09:27:40 -07:00
..
dynarmic common: Replace common_sizes into user-literals 2021-06-24 09:27:40 -07:00
arm_interface.cpp General: Resolve a few missing initializer warnings 2020-10-29 19:37:07 -04:00
arm_interface.h core/arm_interface: Call SVC after end of dynarmic block. 2021-05-27 23:23:23 +02: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 ARM: Addapt to new Exclusive Monitor Interface. 2020-06-27 11:35:50 -04:00