goalc: Implement the bulk of ARM64 instructions from x86 (#4318)

Less than 100 instructions left to implement, with the vast vast
majority being load-and-stores. These will likely be knocked out quickly
but they require a more involved implementation than just simply
translating the instructions (several need multiple instructions, others
may need reserved registers (x16 or x17 are common for this purpose))

This is a good milestone to get something pushed to master.
This commit is contained in:
Tyler Wilding
2026-06-22 22:25:49 -04:00
committed by GitHub
parent f9a7fba6e2
commit 8daf33492e
17 changed files with 5359 additions and 4587 deletions
+4061 -3903
View File
File diff suppressed because it is too large Load Diff