mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
[AArch64-emitter] Initial work on a emitter for 64bit ARM.
I've tested a few instruction encodings and am expecting most to work as long as one stays away from VFP/SIMD. This implements mostly instructions to bring up an initial JIT with integer support. This can be improved to allow ease of use functions in the future, dealing with the raw imms/immr encodings is probably the worst thing ever.
This commit is contained in:
parent
562c0d7ad7
commit
f107b5e176
4 changed files with 1925 additions and 22 deletions
1360
Source/Core/Common/Arm64Emitter.cpp
Normal file
1360
Source/Core/Common/Arm64Emitter.cpp
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue