Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic Aarch64 ISA Support #39

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Basic Aarch64 ISA Support #39

wants to merge 5 commits into from

Conversation

RealA10N
Copy link
Owner

@RealA10N RealA10N commented Feb 9, 2025

This PR adds basic support for Aarch64 instructions and backend compilation.
This is more of a POC and includes a minimal subset of implemented instructions. Additions to the ISA should be contributed in following PRs.

@RealA10N RealA10N added the instruction set Add support for a new instruction set label Feb 9, 2025
@RealA10N RealA10N added this to the v0.1.0 milestone Feb 9, 2025
@RealA10N RealA10N self-assigned this Feb 9, 2025
@RealA10N RealA10N linked an issue Feb 9, 2025 that may be closed by this pull request
Copy link

codecov bot commented Feb 10, 2025

Codecov Report

Attention: Patch coverage is 0% with 187 lines in your changes missing coverage. Please review.

Project coverage is 54.43%. Comparing base (b785d2c) to head (42ddcfd).

Files with missing lines Patch % Lines
aarch64/translation/arguments.go 0.00% 155 Missing ⚠️
aarch64/isa/movz.go 0.00% 32 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #39      +/-   ##
==========================================
- Coverage   57.50%   54.43%   -3.08%     
==========================================
  Files          92       94       +2     
  Lines        3311     3498     +187     
==========================================
  Hits         1904     1904              
- Misses       1343     1530     +187     
  Partials       64       64              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
instruction set Add support for a new instruction set
Projects
None yet
Development

Successfully merging this pull request may close these issues.

aarch64 instruction set backend
1 participant