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

winch(arm64): fpu arithmetics (add, sub, mul, div, min, max) and regalloc #8365

Merged
merged 8 commits into from
Apr 15, 2024

Commits on Apr 14, 2024

  1. winch(arm64): fpu arithmetics (add, sub, mul, div, min, max)

    Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
    evacchi committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    d1a64c3 View commit details
    Browse the repository at this point in the history
  2. disas: add fpu test cases (add)

    Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
    evacchi committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    7f01bb4 View commit details
    Browse the repository at this point in the history
  3. winch(arm64): regalloc for fpu

    Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
    evacchi committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    ea2a6b7 View commit details
    Browse the repository at this point in the history
  4. disas: add fpu test cases (add64)

    Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
    evacchi committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    c909fdf View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. disas: add fpu test cases

    Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
    evacchi committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    71276a3 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Saúl Cabrera <saulecabrera@gmail.com>
    evacchi and saulecabrera committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    81058c5 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Saúl Cabrera <saulecabrera@gmail.com>
    evacchi and saulecabrera committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    28801c4 View commit details
    Browse the repository at this point in the history
  4. add todo for f32 mov

    Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
    evacchi committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    6b5f346 View commit details
    Browse the repository at this point in the history