dolphin/Source/Core
JosJuice d64c3dc267 Arm64Emitter: Add MOVPage2R utility function
This new function is like MOVP2R, except it masks out the lower 12 bits,
returning them instead of writing them to the register. These lower
12 bits can then be used as an offset for LDR/STR. This lets us turn
ADRP+ADD+LDR sequences with a zero offset into ADRP+LDR sequences with
a non-zero offset, saving one instruction.
2022-11-21 23:24:06 +01:00
..
AudioCommon WaveFile: Fix size check 2022-10-22 11:44:38 -07:00
Common Arm64Emitter: Add MOVPage2R utility function 2022-11-21 23:24:06 +01:00
Core Arm64Emitter: Add MOVPage2R utility function 2022-11-21 23:24:06 +01:00
DiscIO VolumeVerifier: fix bogus "serial/version missing" error 2022-10-29 21:32:57 +01:00
DolphinNoGUI Merge pull request #10751 from Zopolis4/manifesto 2022-09-08 20:36:28 +02:00
DolphinQt Merge pull request #11255 from JosJuice/disable-sd-convert 2022-11-15 03:44:49 +01:00
DolphinTool Merge pull request #10751 from Zopolis4/manifesto 2022-09-08 20:36:28 +02:00
InputCommon ControllerInterface: DSU InputBackend implementation. 2022-11-01 21:59:09 -05:00
MacUpdater MacUpdater: check os version 2022-10-30 12:04:57 -07:00
UICommon Merge pull request #11269 from vabold/dolphindevice-get-time 2022-11-15 03:48:57 +01:00
UpdaterCommon MacUpdater: check os version 2022-10-30 12:04:57 -07:00
VideoBackends Merge pull request #11228 from Pokechu22/statistics-macros 2022-11-04 23:15:52 +01:00
VideoCommon VideoCommon/FramebufferManager: Rename m_efb_cache_tiles_wide to m_efb_cache_tile_row_stride 2022-11-15 16:04:41 -08:00
WinUpdater MacUpdater: check os version 2022-10-30 12:04:57 -07:00
CMakeLists.txt CMakeLists: Add option to disable automatic update support 2022-03-18 03:04:51 -04:00
DolphinLib.ARM64.props msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.props Merge pull request #11015 from TryTwo/Conditional_Breakpoints 2022-11-13 01:06:52 +01:00
DolphinLib.vcxproj WinUpdater: Check OS and VC++ Redist versions. 2022-09-20 15:57:50 -07:00
DolphinLib.vcxproj.user msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.x64.props msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00