mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-22 05:35:03 +01:00

Fixes issues with negative offsets in loadstore instructions. Adds ADRP/ADR instructions. Optimizes MOVI2R function to take advantage of ADRP on pointers, can change a 3 instruction operation down to one. Adds GPR push/pop operations for ABI related things.