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

JIT ARM64-SVE: Add Sve.LoadVector*ZeroExtendTo*() #101291

Merged
merged 7 commits into from
Apr 25, 2024

Commits on Apr 19, 2024

  1. JIT ARM64-SVE: Add Sve.LoadVector*ZeroExtendTo*()

    Add the following APIs:
    
    LoadVectorByteZeroExtendToInt16
    LoadVectorByteZeroExtendToInt32
    LoadVectorByteZeroExtendToInt64
    LoadVectorByteZeroExtendToUInt16
    LoadVectorByteZeroExtendToUInt32
    LoadVectorByteZeroExtendToUInt64
    LoadVectorInt16SignExtendToInt32
    LoadVectorInt16SignExtendToInt64
    LoadVectorInt16SignExtendToUInt32
    LoadVectorInt16SignExtendToUInt64
    LoadVectorInt32SignExtendToInt64
    LoadVectorInt32SignExtendToUInt64
    LoadVectorSByteSignExtendToInt16
    LoadVectorSByteSignExtendToInt32
    LoadVectorSByteSignExtendToInt64
    LoadVectorSByteSignExtendToUInt16
    LoadVectorSByteSignExtendToUInt32
    LoadVectorSByteSignExtendToUInt64
    LoadVectorUInt16ZeroExtendToInt32
    LoadVectorUInt16ZeroExtendToInt64
    LoadVectorUInt16ZeroExtendToUInt32
    LoadVectorUInt16ZeroExtendToUInt64
    LoadVectorUInt32ZeroExtendToInt64
    LoadVectorUInt32ZeroExtendToUInt64
    mikabl-arm committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    9b80164 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. cleanup: remove unwatnted comments

    Remove comments that mentions instuctions that APIs are never mapped to.
    mikabl-arm committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    f09494e View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    50dc26d View commit details
    Browse the repository at this point in the history
  2. fix merge conflict

    kunalspathak committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3e1c55f View commit details
    Browse the repository at this point in the history
  3. fix merge conflict

    kunalspathak committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    31a01bd View commit details
    Browse the repository at this point in the history
  4. fix spacing

    kunalspathak committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    78fc304 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d85fa8 View commit details
    Browse the repository at this point in the history